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

Unified Diff: Source/bindings/dart/scripts/dart_types.py

Issue 289083003: [dartium] Dart half of ScriptValue refactoring. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1916
Patch Set: Created 6 years, 7 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 | « Source/bindings/dart/gyp/overrides.gypi ('k') | Source/bindings/v8/V8ScriptValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/scripts/dart_types.py
diff --git a/Source/bindings/dart/scripts/dart_types.py b/Source/bindings/dart/scripts/dart_types.py
index e725acb6b4d0c8fb305b64fc75b1ac2d8092a35d..a5ecefd1300ad279ae2f4ddf2eb623d0ce393229 100644
--- a/Source/bindings/dart/scripts/dart_types.py
+++ b/Source/bindings/dart/scripts/dart_types.py
@@ -257,7 +257,7 @@ INCLUDES_FOR_TYPE = {
'MediaQueryListListener': set(['core/css/MediaQueryListListener.h']),
'Promise': set(),
'SerializedScriptValue': set(),
- 'ScriptValue': set(['bindings/common/ScriptValue.h']),
+ 'ScriptValue': set(['bindings/dart/DartScriptValue.h']),
}
« no previous file with comments | « Source/bindings/dart/gyp/overrides.gypi ('k') | Source/bindings/v8/V8ScriptValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698