Chromium Code Reviews| Index: samples/sample_extension/sample_extension.gypi |
| diff --git a/samples/sample_extension/sample_extension.gypi b/samples/sample_extension/sample_extension.gypi |
| index 947bc0d2d85ab11b4474033ebd69a3099c73e66e..a636cbe173913e36379a8d7c84fa4e1d023be211 100644 |
| --- a/samples/sample_extension/sample_extension.gypi |
| +++ b/samples/sample_extension/sample_extension.gypi |
| @@ -8,7 +8,7 @@ |
| 'target_name': 'sample_extension', |
| 'type': 'shared_library', |
| 'dependencies': [ |
| - 'dart', |
| + '../runtime/dart-runtime.gyp:dart', |
| ], |
| 'include_dirs': [ |
| '../../runtime/include', |
|
Bill Hesse
2012/08/07 10:24:55
I checked, and this needs to be ../../runtime, and
ahe
2012/08/07 11:42:31
The problem is that you didn't put the gyp file in
Bill Hesse
2012/08/07 12:23:19
Fixed. This is now a gyp file.
On 2012/08/07 11:
|