Index: dart.gyp |
=================================================================== |
--- dart.gyp (revision 32137) |
+++ dart.gyp (working copy) |
@@ -31,6 +31,7 @@ |
'packages', |
'runtime/dart-runtime.gyp:test_extension', |
'runtime/dart-runtime.gyp:sample_extension', |
+ 'runtime/dart-runtime.gyp:sample_extension_no_autoscope', |
], |
}, |
{ |
@@ -172,6 +173,7 @@ |
['OS!="android"', { |
'dependencies': [ |
'runtime/dart-runtime.gyp:sample_extension', |
+ 'runtime/dart-runtime.gyp:sample_extension_no_autoscope', |
], |
}, |
], |