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

Unified Diff: base/base_untrusted.gyp

Issue 10544095: Add files and exclusions needed for NaCl IPC proxy to base_untrusted target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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.gypi ('k') | build/filename_rules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_untrusted.gyp
===================================================================
--- base/base_untrusted.gyp (revision 141270)
+++ base/base_untrusted.gyp (working copy)
@@ -22,6 +22,13 @@
'nlib_target': 'libbase_untrusted.a',
'build_glibc': 0,
'build_newlib': 1,
+ 'sources': [
+ 'atomicops_internals_x86_gcc.cc',
+ 'string16.cc',
+ 'sync_socket_nacl.cc',
+ 'third_party/nspr/prtime.cc',
+ 'time_posix.cc',
+ ],
},
'dependencies': [
'<(DEPTH)/native_client/tools.gyp:prep_toolchain',
« no previous file with comments | « base/base.gypi ('k') | build/filename_rules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698