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

Unified Diff: testing/gtest.gyp

Issue 14597007: Support target/host architecture with ninja iOS builds (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 7 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
Index: testing/gtest.gyp
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index 97e56375ec6a962cd6e7ab08d456bda3b05a1041..42cf571364a107f237c2c34f7a1d5b63224b7bc4 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -65,7 +65,7 @@
}],
['OS == "ios"', {
'dependencies' : [
- '<(DEPTH)/testing/iossim/iossim.gyp:iossim',
+ '<(DEPTH)/testing/iossim/iossim.gyp:iossim#host',
],
'direct_dependent_settings': {
'target_conditions': [
« breakpad/breakpad.gyp ('K') | « build/common.gypi ('k') | testing/iossim/iossim.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698