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

Unified Diff: build/untrusted.gypi

Issue 788193003: Create a build_config header file. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Support scons windows as well. Created 6 years 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: build/untrusted.gypi
diff --git a/build/untrusted.gypi b/build/untrusted.gypi
index 569af66d73db7eb2d882eec0225bdabfcf2e20b2..0c0a5814db89a2f057d475a68eab693cab764900 100755
--- a/build/untrusted.gypi
+++ b/build/untrusted.gypi
@@ -110,7 +110,6 @@
'include_dirs': ['<(DEPTH)'],
'defines': [
'<@(nacl_default_defines)',
- 'NACL_BUILD_ARCH=x86',
],
'sources': [],
'link_flags': [],
@@ -163,7 +162,6 @@
'include_dirs': ['<(DEPTH)'],
'defines': [
'<@(nacl_default_defines)',
- 'NACL_BUILD_ARCH=arm',
],
'sources': [],
'link_flags': [],
@@ -206,7 +204,6 @@
'include_dirs': ['<(DEPTH)'],
'defines': [
'<@(nacl_default_defines)',
- 'NACL_BUILD_ARCH=mips',
],
'sources': [],
'link_flags': [],

Powered by Google App Engine
This is Rietveld 408576698