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

Unified Diff: tools/testing/frogpad/frogpad.py

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
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | utils/apidoc/html_diff.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/frogpad/frogpad.py
diff --git a/tools/testing/frogpad/frogpad.py b/tools/testing/frogpad/frogpad.py
index c9f1f3a8a3fd208e20b14be2dce3e4b13cd1d3e4..b53cf16d91667054ebe9a84ab2a07c8c52ac9c39 100755
--- a/tools/testing/frogpad/frogpad.py
+++ b/tools/testing/frogpad/frogpad.py
@@ -128,8 +128,7 @@ DART_LIBRARIES = {
"core": "lib/corelib.dart",
"coreimpl": "lib/corelib_impl.dart",
"dom": "../client/dom/frog/dom_frog.dart",
- "html": "../client/html/release/html.dart",
- "htmlimpl": "../client/html/release/htmlimpl.dart",
+ "html": "../client/html/frog/html_frog.dart",
"json": "../lib/json/json_frog.dart"
}
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | utils/apidoc/html_diff.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698