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

Unified Diff: testing/iossim/iossim.gyp

Issue 14577007: Gyp changes for ninja iOS build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handle ninja-ios type in landmines 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
Index: testing/iossim/iossim.gyp
diff --git a/testing/iossim/iossim.gyp b/testing/iossim/iossim.gyp
index e75579dc1631c5220a78bc8b3f95970c9023953f..c355bd1d33213e39486ee37d98e4ed6ca6500e77 100644
--- a/testing/iossim/iossim.gyp
+++ b/testing/iossim/iossim.gyp
@@ -71,7 +71,8 @@
{
'action_name': 'compile iossim',
'inputs': [],
- 'outputs': [],
+ # A nonexistant name forces the ninja cmd every time.
Mark Mentovai 2013/05/01 18:12:10 As before.
+ 'outputs': ['iossim'],
'action': [
'<@(ninja_cmd)',
'iossim',

Powered by Google App Engine
This is Rietveld 408576698