| 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',
|
| 'client/dom/dom.dart',
|
| 'client/dom/generated',
|
| 'client/dom/src',
|
|
|