Chromium Code Reviews| Index: dart.gyp |
| diff --git a/dart.gyp b/dart.gyp |
| index 1cf3c32045582255fa80f46d6c3a3668da78b6af..b35dfb3c8ed05d8b69f099ab7f1c8b5fe57a7ed2 100644 |
| --- a/dart.gyp |
| +++ b/dart.gyp |
| @@ -58,8 +58,8 @@ |
| '<!@(["python", "frog/scripts/list_frog_files.py", "frog"])', |
| # TODO(dgrove) - change these to dependencies and add dom |
| # dependences once issues 754 and 755 are fixed |
| - 'client/html/html.dart', |
| - 'client/html/htmlimpl.dart', |
| + 'client/html/html_frog.dart', |
| + 'client/html/html_dartium.dart', |
|
vsm
2012/03/05 21:37:36
If frog is still using client/html/release, this s
Jacob
2012/03/05 23:31:49
frog is now using html_frog.dart
dartium and dartc
|
| 'client/dom/dom.dart', |
| 'client/dom/generated', |
| 'client/dom/src', |