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

Unified Diff: build/common.gypi

Issue 9838005: Support for ARM NaCl untrusted runtime build. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove excessive check for CrOs 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/download_nacl_toolchains.py » ('j') | build/download_nacl_toolchains.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index c90d15bb9bae08d61d7e26631751e6588b31f27c..9d4d6b5684829b448f12c690400de98123305570 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -724,14 +724,10 @@
# The desired version of Windows SDK can be set in ~/.gyp/include.gypi.
'msbuild_toolset%': '',
+ # Native Client is enabled by default.
robertm 2012/03/28 14:22:14 Are the chrome-os bots explicitly setting disable
Nikolay 2012/03/28 14:31:08 Yes, they do disable nacl in .ebuild files (see us
+ 'disable_nacl%': 0,
+
'conditions': [
- # Used to disable Native Client at compile time, for platforms where it
- # isn't supported (ARM)
- ['target_arch=="arm" and chromeos == 1', {
- 'disable_nacl%': 1,
- }, {
- 'disable_nacl%': 0,
- }],
['os_posix==1 and OS!="mac" and OS!="android"', {
# This will set gcc_version to XY if you are running gcc X.Y.*.
# This is used to tweak build flags for gcc 4.4.
« no previous file with comments | « no previous file | build/download_nacl_toolchains.py » ('j') | build/download_nacl_toolchains.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698