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

Unified Diff: src/untrusted/irt/irt.gyp

Issue 10834447: Scons: Drop the uses_ppapi argument from CommandSelLdrTestNacl() (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: initial Created 8 years, 4 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
Index: src/untrusted/irt/irt.gyp
diff --git a/src/untrusted/irt/irt.gyp b/src/untrusted/irt/irt.gyp
index 229a71ae3cc449fbc1963c95cad8526f538b93b0..c496759ebe93ba7687d879239907660d4b1ed60b 100644
--- a/src/untrusted/irt/irt.gyp
+++ b/src/untrusted/irt/irt.gyp
@@ -29,6 +29,7 @@
'irt_dev_exception_handling.c',
'irt_nameservice.c',
'irt_random.c',
+ 'irt_manifest.c',
Nick Bray (chromium) 2012/08/22 22:24:13 Alphabetize. Or not.
# support_srcs
# We also get nc_init_private.c, nc_thread.c and nc_tsd.c via
# #includes of .c files.
@@ -41,13 +42,11 @@
'irt_nonbrowser': [
'irt_interfaces.c',
'irt_core_entry.c',
- 'irt_core_resource.c',
],
'irt_browser': [
'irt_interfaces_ppapi.c',
'irt_entry_ppapi.c',
'irt_ppapi.c',
- 'irt_manifest.c',
],
},
'targets': [

Powered by Google App Engine
This is Rietveld 408576698