Chromium Code Reviews| 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', |
| ], |
| - }, |
| - ], |
| + } |
| + ] |
| } |