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

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: 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
« no previous file with comments | « Source/bindings/dart/DartScriptState.cpp ('k') | Source/bindings/v8/ScriptState.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 '../DartDOMData.h', 79 '../DartDOMData.h',
80 '../DartDOMWrapper.cpp', 80 '../DartDOMWrapper.cpp',
81 '../DartDOMWrapper.h', 81 '../DartDOMWrapper.h',
82 '../DartEventListener.cpp', 82 '../DartEventListener.cpp',
83 '../DartEventListener.h', 83 '../DartEventListener.h',
84 '../DartExceptionState.h', 84 '../DartExceptionState.h',
85 '../DartGCController.cpp', 85 '../DartGCController.cpp',
86 '../DartGCController.h', 86 '../DartGCController.h',
87 '../DartHandleProxy.cpp', 87 '../DartHandleProxy.cpp',
88 '../DartHandleProxy.h', 88 '../DartHandleProxy.h',
89 '../DartInjectedScriptHost.cpp',
90 '../DartInjectedScriptHost.h',
89 '../DartIsolateDestructionObserver.cpp', 91 '../DartIsolateDestructionObserver.cpp',
90 '../DartIsolateDestructionObserver.h', 92 '../DartIsolateDestructionObserver.h',
91 '../DartMutationCallback.cpp', 93 '../DartMutationCallback.cpp',
92 '../DartMutationCallback.h', 94 '../DartMutationCallback.h',
93 '../DartNativeUtilities.cpp', 95 '../DartNativeUtilities.cpp',
94 '../DartNativeUtilities.h', 96 '../DartNativeUtilities.h',
95 '../DartScheduledAction.cpp', 97 '../DartScheduledAction.cpp',
96 '../DartScheduledAction.h', 98 '../DartScheduledAction.h',
99 '../DartScriptState.cpp',
100 '../DartScriptState.h',
97 '../DartScriptValue.cpp', 101 '../DartScriptValue.cpp',
98 '../DartScriptValue.h', 102 '../DartScriptValue.h',
99 '../DartStringCache.cpp', 103 '../DartStringCache.cpp',
100 '../DartStringCache.h', 104 '../DartStringCache.h',
101 '../DartTimeline.h', 105 '../DartTimeline.h',
102 '../DartUtilities.cpp', 106 '../DartUtilities.cpp',
103 '../DartUtilities.h', 107 '../DartUtilities.h',
104 '../ThreadSafeDartIsolateWrapper.cpp', 108 '../ThreadSafeDartIsolateWrapper.cpp',
105 '../ThreadSafeDartIsolateWrapper.h', 109 '../ThreadSafeDartIsolateWrapper.h',
106 '../V8Converter.cpp', 110 '../V8Converter.cpp',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources16.c pp', 230 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources16.c pp',
227 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources17.c pp', 231 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources17.c pp',
228 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources18.c pp', 232 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources18.c pp',
229 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources19.c pp', 233 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources19.c pp',
230 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources20.c pp', 234 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources20.c pp',
231 ], 235 ],
232 }], 236 }],
233 ], 237 ],
234 }, 238 },
235 } 239 }
OLDNEW
« no previous file with comments | « Source/bindings/dart/DartScriptState.cpp ('k') | Source/bindings/v8/ScriptState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698