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

Unified Diff: components/nacl/nacl_defines.gypi

Issue 199583008: Enable Arm64 target arch in gyp build config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix skia.gyp too. Created 6 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 | « build/java_apk.gypi ('k') | skia/skia.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/nacl_defines.gypi
diff --git a/components/nacl/nacl_defines.gypi b/components/nacl/nacl_defines.gypi
index 31b81b79652ac3cd653123595b041759ae472b41..fdcdf960c0bc903f2c199d5e2660cfdb4e541588 100644
--- a/components/nacl/nacl_defines.gypi
+++ b/components/nacl/nacl_defines.gypi
@@ -26,10 +26,10 @@
'NACL_OSX=1',
],
}],
- # "disabled_nacl" is always set to "1" when building for "ios", so
- # set "nacl_defines" to the empty list to ensure the variable is
+ # "disabled_nacl" is always set to "1" when building for "ios" or android,
+ # so set "nacl_defines" to the empty list to ensure the variable is
# always defined.
- ['OS=="ios"', {
+ ['OS=="ios" or OS=="android"', {
'nacl_defines': [
],
}],
« no previous file with comments | « build/java_apk.gypi ('k') | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698