| Index: samples/sample_extension/sample_extension.gyp
|
| diff --git a/samples/sample_extension/sample_extension.gyp b/samples/sample_extension/sample_extension.gyp
|
| index 0a66d4334ecb8b2ad51bf6ad5539bbd0fd5884ae..9b234d95e9b744771c38bf64d5a3bb141c1f3af0 100644
|
| --- a/samples/sample_extension/sample_extension.gyp
|
| +++ b/samples/sample_extension/sample_extension.gyp
|
| @@ -6,16 +6,6 @@
|
| 'includes': [
|
| '../../runtime/tools/gyp/runtime-configurations.gypi',
|
| ],
|
| - 'target_defaults': {
|
| - 'configurations': {
|
| - 'Dart_arm_Base': {
|
| - 'target_conditions': [
|
| - ['_toolset=="target"', {
|
| - 'ldflags!': ['-static'],
|
| - }],
|
| - ]},
|
| - },
|
| - },
|
| 'targets': [
|
| {
|
| 'target_name': 'sample_extension',
|
|
|