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

Unified Diff: build/all.gyp

Issue 9816003: GYP build for ARM untrusted runtime. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 9 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 | build/build_nexe.py » ('j') | src/untrusted/irt/irt.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
===================================================================
--- build/all.gyp (revision 8056)
+++ build/all.gyp (working copy)
@@ -23,18 +23,20 @@
# events. See http://code.google.com/p/nativeclient/issues/detail?id=2066
# '../src/trusted/sel_universal/sel_universal.gyp:*',
'../src/trusted/service_runtime/service_runtime.gyp:*',
+ '../src/untrusted/irt/irt.gyp:irt_core_nexe',
+ '../src/untrusted/irt_stub/irt_stub.gyp:*',
+ '../src/untrusted/nacl/nacl.gyp:*',
+ '../src/untrusted/nosys/nosys.gyp:*',
+ '../src/untrusted/pthread/pthread.gyp:*',
],
'conditions': [
- ['target_arch!="arm"', {
+ # No tests on ARM yet.
+ ['target_arch!="arm"',
+ {
'dependencies': [
- '../src/untrusted/irt/irt.gyp:irt_core_nexe',
- '../src/untrusted/irt_stub/irt_stub.gyp:*',
- '../src/untrusted/nacl/nacl.gyp:*',
- '../src/untrusted/nosys/nosys.gyp:*',
- '../src/untrusted/pthread/pthread.gyp:*',
'../tests.gyp:*',
],
- }],
+ }],
['target_arch=="arm"', {
'dependencies': [
'../src/trusted/validator_arm/validator_arm.gyp:*',
« no previous file with comments | « no previous file | build/build_nexe.py » ('j') | src/untrusted/irt/irt.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698