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

Unified Diff: base/base.gypi

Issue 145873006: ui/base/resource: Roll our own version of ReadBigEndian() function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « base/base.gyp ('k') | base/big_endian.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 926e4ddc7a858fe87b09f57df929fe5342c136ab..1f8364c7463c1a7780f5bd7b12a62142e76d4908 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -89,6 +89,8 @@
'atomicops_internals_x86_msvc.h',
'barrier_closure.cc',
'barrier_closure.h',
+ 'base64.cc',
+ 'base64.h',
'base_export.h',
'base_paths.cc',
'base_paths.h',
@@ -101,9 +103,9 @@
'base_paths_win.cc',
'base_paths_win.h',
'base_switches.h',
- 'base64.cc',
- 'base64.h',
'basictypes.h',
+ 'big_endian.cc',
+ 'big_endian.h',
'bind.h',
'bind_helpers.cc',
'bind_helpers.h',
« no previous file with comments | « base/base.gyp ('k') | base/big_endian.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698