Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(677)

Unified Diff: dart.gyp

Issue 9600035: Enable new dart:html wrapperless frog bindings and wrapper dartium bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Handle all code review comments Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698