Chromium Code Reviews| Index: utils/compiler/compiler.gyp |
| diff --git a/utils/compiler/compiler.gyp b/utils/compiler/compiler.gyp |
| index 51aedcf2524fe86739afcc13a8c30643ef1787ff..5b914fafcfe70f79421041a0eedadad3a9db106b 100644 |
| --- a/utils/compiler/compiler.gyp |
| +++ b/utils/compiler/compiler.gyp |
| @@ -12,6 +12,7 @@ |
| 'type': 'none', |
| 'dependencies': [ |
| '../../runtime/dart-runtime.gyp:dart', |
| + '../../third_party/v8/src/d8.gyp:d8', |
|
ahe
2012/06/14 14:33:23
dart2js does not depend on d8.
kasperl
2012/06/15 07:10:59
I agree. I'll leave this in for now (to make testi
|
| ], |
| 'actions': [ |
| { |