Chromium Code Reviews| Index: samples/sample_extension/sample_extension.gyp |
| diff --git a/samples/sample_extension/sample_extension.gyp b/samples/sample_extension/sample_extension.gyp |
| index 36cec6f40aa33529843b395d4694d1ae2edc62b2..0a66d4334ecb8b2ad51bf6ad5539bbd0fd5884ae 100644 |
| --- a/samples/sample_extension/sample_extension.gyp |
| +++ b/samples/sample_extension/sample_extension.gyp |
| @@ -3,6 +3,19 @@ |
| # BSD-style license that can be found in the LICENSE file. |
| { |
| + 'includes': [ |
| + '../../runtime/tools/gyp/runtime-configurations.gypi', |
| + ], |
| + 'target_defaults': { |
| + 'configurations': { |
| + 'Dart_arm_Base': { |
| + 'target_conditions': [ |
| + ['_toolset=="target"', { |
| + 'ldflags!': ['-static'], |
|
zra
2013/07/30 16:07:13
Maybe add a TODO to remove this when we remove -st
|
| + }], |
| + ]}, |
| + }, |
| + }, |
| 'targets': [ |
| { |
| 'target_name': 'sample_extension', |