History log of /external/libchrome/crypto/random_unittest.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3a83cddbf6d8fe9c9d70d01e008ff8e86a823cb6 23-Mar-2017 Jay Civelli <jcivelli@google.com> libchrome: Uprev the library to r456626 from Chromium

Pulled the latest and greatest version of libchrome from Chromium.

The merge was done against r456626 which corresponds to git commit
08266b3fca707804065a2cfd60331722ade41969 of Mar 14, 2017

Notable changes are:
- FOR_EACH_OBSERVER macro removed (replaced by use of C++ 11
range-base for loop)
- base::Values no more FundamentalValue
- stl_util moved to base namespace
- some scoped pointers removed in crypto/ in favor
of BoringSSL UniquePtr.
- path() accessor renamed to GetPath() in ScopedTempDir (and other
classes)
- introduction of base::CallbackOnce

Test: All unit-tests should still pass.
Change-Id: I180f9defc7607f462389fae17701fff553c4a2d0
/external/libchrome/crypto/random_unittest.cc
e5b2c6fa6f923f3a2f66346c2f169d9f0fceb3dc 26-Jul-2017 Luis Hector Chavez <lhchavez@google.com> Revert "libchrome: Uprev the library to r456626 from Chromium"

This reverts commit 0601274935e7f632eb0d6ce0fd223b744349d20b.

Reason for revert: Broke the mac_sdk
Exempt-From-Owner-Approval: Fixing mac_sdk

Change-Id: I2cab1818261f3b75dcf7dfc3edf6d6b7bab541a8
/external/libchrome/crypto/random_unittest.cc
0601274935e7f632eb0d6ce0fd223b744349d20b 23-Mar-2017 Jay Civelli <jcivelli@google.com> libchrome: Uprev the library to r456626 from Chromium

Pulled the latest and greatest version of libchrome from Chromium.

The merge was done against r456626 which corresponds to git commit
08266b3fca707804065a2cfd60331722ade41969 of Mar 14, 2017

Notable changes are:
- FOR_EACH_OBSERVER macro removed (replaced by use of C++ 11
range-base for loop)
- base::Values no more FundamentalValue
- stl_util moved to base namespace
- some scoped pointers removed in crypto/ in favor
of BoringSSL UniquePtr.
- path() accessor renamed to GetPath() in ScopedTempDir (and other
classes)
- introduction of base::CallbackOnce

Test: All unit-tests should still pass.

Change-Id: I5c2cb41ea4c037fe69fbb425e711b1399d55d591
/external/libchrome/crypto/random_unittest.cc
24854748fba09df2a29f0d08d558c3acea70e7a1 23-Jan-2016 Alex Vakulenko <avakulenko@google.com> libchrome: Fix libchrome build on Chrome OS

Applying libchrome r369476 changes to Chrome OS-only files from the
upstream of libchrome (from Chromium).

Also modified SConstruct to add new files and remove deleted files.

Change-Id: Id22160e32d19b0bb228903e3df372fb82550626c
/external/libchrome/crypto/random_unittest.cc
f6024733c0d1eed88f68520b5e6a20b96e212ad6 23-Jan-2016 Alex Vakulenko <avakulenko@google.com> libchrome: Revert deleted files needed by Chrome OS

Some of the "unused" files were apparently needed for building libchrome
on Chrome OS. Reverting deletion of these files.

Change-Id: I02e32f112d16480206f43ca0087342a9de7f1e1b
/external/libchrome/crypto/random_unittest.cc
fc6fa02470e7d005f9492d41d4a149e4f61c24d1 15-Jan-2016 Alex Vakulenko <avakulenko@google.com> libchrome: Delete unused source files

In order to help with uprev maintenance, remove all the source files
that are not being built on AOSP/ChromeOS

Change-Id: Iec3221ae8aa02a17326949085b33925382968673
/external/libchrome/crypto/random_unittest.cc
59c5f4b0fb104e8e4806e4934a3d5d112ad695ab 24-Aug-2015 Daniel Erat <derat@google.com> Pull in upstream crypto/ and sandbox/ dirs at r334380.

Add code from
https://chromium.googlesource.com/chromium/src/crypto at
3b5d1294 (r333554) and
https://chromium.googlesource.com/chromium/src/sandbox at
50337f60 (r334108).

These won't be built in AOSP, but they correspond to the
versions checked out by Chrome OS.

BUG=chromium:521005

Change-Id: Id82858f3a870d8ab9e3e8fe1c3bb598ba065dd14
/external/libchrome/crypto/random_unittest.cc