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

Unified Diff: testing/gtest.gyp

Issue 10827200: Update iossim.gyp to use src/build/ios/mac_build.gypi. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed comment based on review feedback. Created 8 years, 4 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/common.gypi ('k') | testing/iossim/iossim.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gtest.gyp
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index 5c5ae8a5cc10ad8695374e8d0658cf9909b3e46a..4fa71dded6017726bd255b94c06b94720955b88d 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -64,6 +64,9 @@
},
}],
['OS == "ios"', {
+ 'dependencies' : [
+ '<(DEPTH)/testing/iossim/iossim.gyp:iossim',
+ ],
'direct_dependent_settings': {
'target_conditions': [
# Turn all tests into bundles on iOS because that's the only
« no previous file with comments | « build/common.gypi ('k') | testing/iossim/iossim.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698