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

Side by Side Diff: Source/bindings/dart/gyp/overrides.gypi

Issue 24989007: Model each Dart library as its own ScriptState when devtools are enabled. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Ready for review Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'additional_target_deps': [ 3 'additional_target_deps': [
4 '../bindings/dart/gyp/dartium.gyp:dart_debug_hooks_source', 4 '../bindings/dart/gyp/dartium.gyp:dart_debug_hooks_source',
5 '../bindings/dart/gyp/dartium.gyp:dart_snapshot#host', 5 '../bindings/dart/gyp/dartium.gyp:dart_snapshot#host',
6 '../../../../dart/runtime/dart-runtime.gyp:libdart', 6 '../../../../dart/runtime/dart-runtime.gyp:libdart',
7 ], 7 ],
8 'additional_webcore_include_dirs': [ 8 'additional_webcore_include_dirs': [
9 '..', 9 '..',
10 '../custom', 10 '../custom',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 '../DartHandleProxy.cpp', 87 '../DartHandleProxy.cpp',
88 '../DartHandleProxy.h', 88 '../DartHandleProxy.h',
89 '../DartIsolateDestructionObserver.cpp', 89 '../DartIsolateDestructionObserver.cpp',
90 '../DartIsolateDestructionObserver.h', 90 '../DartIsolateDestructionObserver.h',
91 '../DartMutationCallback.cpp', 91 '../DartMutationCallback.cpp',
92 '../DartMutationCallback.h', 92 '../DartMutationCallback.h',
93 '../DartNativeUtilities.cpp', 93 '../DartNativeUtilities.cpp',
94 '../DartNativeUtilities.h', 94 '../DartNativeUtilities.h',
95 '../DartScheduledAction.cpp', 95 '../DartScheduledAction.cpp',
96 '../DartScheduledAction.h', 96 '../DartScheduledAction.h',
97 '../DartScriptState.cpp',
98 '../DartScriptState.h',
97 '../DartScriptValue.cpp', 99 '../DartScriptValue.cpp',
98 '../DartScriptValue.h', 100 '../DartScriptValue.h',
99 '../DartStringCache.cpp', 101 '../DartStringCache.cpp',
100 '../DartStringCache.h', 102 '../DartStringCache.h',
101 '../DartTimeline.h', 103 '../DartTimeline.h',
102 '../DartUtilities.cpp', 104 '../DartUtilities.cpp',
103 '../DartUtilities.h', 105 '../DartUtilities.h',
104 '../ThreadSafeDartIsolateWrapper.cpp', 106 '../ThreadSafeDartIsolateWrapper.cpp',
105 '../ThreadSafeDartIsolateWrapper.h', 107 '../ThreadSafeDartIsolateWrapper.h',
106 '../V8Converter.cpp', 108 '../V8Converter.cpp',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources16.c pp', 228 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources16.c pp',
227 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources17.c pp', 229 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources17.c pp',
228 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources18.c pp', 230 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources18.c pp',
229 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources19.c pp', 231 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources19.c pp',
230 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources20.c pp', 232 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources20.c pp',
231 ], 233 ],
232 }], 234 }],
233 ], 235 ],
234 }, 236 },
235 } 237 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698