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

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: remove sources 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') | test/ninja/none-rules/readme.cc » ('j') | 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 58%
copy from test/dependencies/double_dependent.gyp
copy to test/ninja/none-rules/none-rules.gyp
index 334caff723ce8e2722e5a07c129e3658d04543b1..19ad4ff60a7d44fe1bf987efd9da1aed6ff3241c 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': [ 'readme.cc' ],
scottmg 2014/03/20 19:14:22 remove this and the file i guess?
etienneb 2014/03/20 20:15:38 Done.
},
],
}
« no previous file with comments | « test/ninja/none-rules/gyptest-none-rules.py ('k') | test/ninja/none-rules/readme.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698