Chromium Code Reviews| Index: dart.gyp |
| diff --git a/dart.gyp b/dart.gyp |
| index c24fbc7ca6f8b41146cd45cf87bf4664f87b4c5b..1bbf75e28e7d82ecd22019c9cd0bd1b84c9d1c96 100644 |
| --- a/dart.gyp |
| +++ b/dart.gyp |
| @@ -30,6 +30,7 @@ |
| 'runtime/dart-runtime.gyp:process_test', |
| 'runtime/dart-runtime.gyp:test_extension', |
| 'runtime/dart-runtime.gyp:sample_extension', |
| + 'runtime/dart-runtime.gyp:generate_patched_sdk#host', |
|
zra
2016/10/21 21:34:43
Could you also please add this to the top-level BU
Vyacheslav Egorov (Google)
2016/10/24 13:35:10
Done.
|
| ], |
| }, |
| { |
| @@ -41,6 +42,7 @@ |
| 'dependencies': [ |
| 'runtime/dart-runtime.gyp:dart_precompiled_runtime', |
| 'runtime/dart-runtime.gyp:dart_bootstrap#host', |
| + 'runtime/dart-runtime.gyp:generate_patched_sdk#host', |
|
zra
2016/10/21 21:34:43
ditto.
Vyacheslav Egorov (Google)
2016/10/24 13:35:10
Done.
|
| ], |
| }, |
| { |
| @@ -57,8 +59,10 @@ |
| 'runtime/dart-runtime.gyp:process_test', |
| 'runtime/dart-runtime.gyp:test_extension', |
| 'runtime/dart-runtime.gyp:sample_extension', |
| + 'runtime/dart-runtime.gyp:generate_patched_sdk#host', |
|
zra
2016/10/21 21:34:43
ditto.
Vyacheslav Egorov (Google)
2016/10/24 13:35:10
Done.
|
| ], |
| }, |
| + |
| { |
| 'target_name': 'create_sdk', |
| 'type': 'none', |