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

Unified Diff: test/ninja/none-rules/none-rules.gyp

Issue 203303011: Fix None target type with Ninja build. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: fix unittests 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 | « test/ninja/none-rules/gyptest-none-rules.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ninja/none-rules/none-rules.gyp
diff --git a/test/dependencies/double_dependent.gyp b/test/ninja/none-rules/none-rules.gyp
similarity index 61%
copy from test/dependencies/double_dependent.gyp
copy to test/ninja/none-rules/none-rules.gyp
index 334caff723ce8e2722e5a07c129e3658d04543b1..be7dac52b691383ed10ce4cf8efea20caf7d6543 100644
--- a/test/dependencies/double_dependent.gyp
+++ b/test/ninja/none-rules/none-rules.gyp
@@ -1,12 +1,13 @@
-# Copyright (c) 2012 Google Inc. All rights reserved.
+# Copyright (c) 2014 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'targets': [
{
- 'target_name': 'double_dependent',
+ 'target_name': 'doc',
'type': 'none',
+ 'sources': [],
},
],
}
« no previous file with comments | « test/ninja/none-rules/gyptest-none-rules.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698