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

Unified Diff: test/target/target.gyp

Issue 23464051: Avoid MSB8012 in GYP (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Add test Created 7 years, 3 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
« test/target/hello.c ('K') | « test/target/hello.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/target/target.gyp
diff --git a/test/hello/hello.gyp b/test/target/target.gyp
similarity index 52%
copy from test/hello/hello.gyp
copy to test/target/target.gyp
index 1974d51ccd1934cfc0841f26e7118448b2fb1c98..592d1f401b292d96915c351e93a0568948c25c6a 100644
--- a/test/hello/hello.gyp
+++ b/test/target/target.gyp
@@ -1,4 +1,5 @@
-# Copyright (c) 2009 Google Inc. All rights reserved.
+# Copyright (C) 2013 Opera Software ASA. All rights reserved.
+# This file is an original work developed by Opera Software ASA
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -6,10 +7,12 @@
'targets': [
{
'target_name': 'hello',
+ 'product_extension': 'stuff',
+ 'target_extension': 'stuff',
Nico 2013/09/17 17:11:54 So would one always set this for every target that
sigbjorn 2013/09/18 08:21:27 MSB8012 is thrown when the two are different, so a
Nico 2013/09/18 17:38:24 Do you need this flexibility?
sigbjorn 2013/09/19 07:49:03 No. At least not right now at Opera.
'type': 'executable',
'sources': [
'hello.c',
],
- },
- ],
+ }
+ ]
}
« test/target/hello.c ('K') | « test/target/hello.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698