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

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: 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
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' ],
},
],
}

Powered by Google App Engine
This is Rietveld 408576698