Chromium Code Reviews| Index: dart.gyp |
| diff --git a/dart.gyp b/dart.gyp |
| index 1b62e45af165c3358b8180c1af485ce725034bdf..8e2537c8a418c2d8c52a772935320215a450269a 100644 |
| --- a/dart.gyp |
| +++ b/dart.gyp |
| @@ -23,6 +23,13 @@ |
| ], |
| }, |
| { |
| + 'target_name': 'samples', |
|
ahe
2012/08/07 11:42:31
I think it would be nice if you added this to the
Bill Hesse
2012/08/07 12:23:19
Done.
|
| + 'type': 'none', |
| + 'dependencies': [ |
| + 'samples/samples.gyp:sample_extension', |
| + ], |
| + }, |
| + { |
| # Build the SDK. This target is separate from upload_sdk as the |
| # editor needs to build the SDK without uploading it. |
| 'target_name': 'create_sdk', |