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

Unified Diff: base/base.gypi

Issue 10795083: Enable some parts of base that were previously disabled in base_untrusted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/base_untrusted.gyp » ('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 ffc290b79b041b58baca717e0ceca9bb33b52b73..63362f1d84016073c23093403abacaeafea8a6d8 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -63,6 +63,8 @@
'base_paths_win.cc',
'base_paths_win.h',
'base_switches.h',
+ 'base64.cc',
+ 'base64.h',
'basictypes.h',
'bind.h',
'bind_helpers.cc',
@@ -303,6 +305,7 @@
'property_bag.h',
'rand_util.cc',
'rand_util.h',
+ 'rand_util_nacl.cc',
'rand_util_posix.cc',
'rand_util_win.cc',
'run_loop.cc',
@@ -338,6 +341,8 @@
'string_util.h',
'string_util_posix.h',
'string_util_win.h',
+ 'string16.cc',
+ 'string16.h',
'stringize_macros.h',
'stringprintf.cc',
'stringprintf.h',
@@ -425,6 +430,8 @@
'threading/worker_pool_win.cc',
'time.cc',
'time.h',
+ 'time_mac.cc',
+ 'time_posix.cc',
'time_win.cc',
'timer.cc',
'timer.h',
@@ -535,7 +542,6 @@
'command_line.cc',
'cpu.cc',
'debug/stack_trace_posix.cc',
- 'environment.cc',
'file_util.cc',
'file_util_posix.cc',
'file_util_proxy.cc',
@@ -547,7 +553,6 @@
'process_posix.cc',
'process_util.cc',
'process_util_posix.cc',
- 'rand_util.cc',
'rand_util_posix.cc',
'scoped_native_library.cc',
'scoped_temp_dir.cc',
« no previous file with comments | « base/base.gyp ('k') | base/base_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698