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

Unified Diff: base/base.gypi

Issue 14597007: Support target/host architecture with ninja iOS builds (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 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 | « base/base.gyp ('k') | breakpad/breakpad.gyp » ('j') | breakpad/breakpad.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index de000d1d2f4767fb6eb0852f279a091831fcea1b..686ad870d88130e8213a8b447b14e430c4860cea 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -691,6 +691,15 @@
'message_pump_libevent.cc'
],
}],
+ ['OS == "ios" and _toolset == "host"', {
+ 'sources/': [
+ ['include', '^process_util_mac\\.mm$'],
+ ['include', '^process_util_posix\\.cc'],
+ ['include', '^process_util\\.cc'],
+ ['include', 'mac'],
+ ['exclude', 'ios'],
stuartmorgan 2013/05/06 11:56:35 These two rules seem really dangerous. Seems like
justincohen 2013/05/06 14:17:36 Done.
+ ]
+ }],
['OS != "mac" or >(nacl_untrusted_build)==1', {
'sources!': [
'mac/scoped_aedesc.h'
« no previous file with comments | « base/base.gyp ('k') | breakpad/breakpad.gyp » ('j') | breakpad/breakpad.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698