Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: base/base.gyp

Issue 145873006: ui/base/resource: Roll our own version of ReadBigEndian() function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: base/big_endian Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/big_endian.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index a9cc0f4f82d3be19967e45777b370b700c7bff71..68305067f6b103b1edd56c0218f9c3fe58ec9b2b 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -441,7 +441,6 @@
'target_name': 'base_unittests',
'type': '<(gtest_target_type)',
'sources': [
- # Tests.
'android/activity_status_unittest.cc',
'android/jni_android_unittest.cc',
'android/jni_array_unittest.cc',
@@ -454,6 +453,7 @@
'atomicops_unittest.cc',
'barrier_closure_unittest.cc',
'base64_unittest.cc',
+ 'big_endian_unittest.cc',
'bind_unittest.cc',
'bind_unittest.nc',
'bits_unittest.cc',
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/big_endian.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698