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

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

Issue 300393002: Merge DevTools Refactor CL to Blink36 (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1985
Patch Set: PTAL Created 6 years, 6 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',
5 '../bindings/dart/gyp/dartium.gyp:dart_snapshot#host', 4 '../bindings/dart/gyp/dartium.gyp:dart_snapshot#host',
6 '../../../../dart/runtime/dart-runtime.gyp:libdart', 5 '../../../../dart/runtime/dart-runtime.gyp:libdart',
7 ], 6 ],
8 'additional_webcore_include_dirs': [ 7 'additional_webcore_include_dirs': [
9 '..', 8 '..',
10 '../custom', 9 '../custom',
11 # FIXME: Remove all paths to core and modules. Instead, generated files 10 # FIXME: Remove all paths to core and modules. Instead, generated files
12 # should use fully qualified include paths. 11 # should use fully qualified include paths.
13 '../../../core/animation', 12 '../../../core/animation',
14 '../../../core/clipboard', 13 '../../../core/clipboard',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 '../DartController.cpp', 80 '../DartController.cpp',
82 '../DartController.h', 81 '../DartController.h',
83 '../DartCustomElementBinding.cpp', 82 '../DartCustomElementBinding.cpp',
84 '../DartCustomElementBinding.h', 83 '../DartCustomElementBinding.h',
85 '../DartCustomElementConstructorBuilder.cpp', 84 '../DartCustomElementConstructorBuilder.cpp',
86 '../DartCustomElementConstructorBuilder.h', 85 '../DartCustomElementConstructorBuilder.h',
87 '../DartCustomElementLifecycleCallbacks.cpp', 86 '../DartCustomElementLifecycleCallbacks.cpp',
88 '../DartCustomElementLifecycleCallbacks.h', 87 '../DartCustomElementLifecycleCallbacks.h',
89 '../DartCustomElementWrapper.cpp', 88 '../DartCustomElementWrapper.cpp',
90 '../DartCustomElementWrapper.h', 89 '../DartCustomElementWrapper.h',
91 '../DartDebugServer.cpp', 90 '../DartScriptDebugServer.cpp',
92 '../DartDebugServer.h', 91 '../DartScriptDebugServer.h',
93 '../DartDOMData.cpp', 92 '../DartDOMData.cpp',
94 '../DartDOMData.h', 93 '../DartDOMData.h',
95 '../DartDOMWrapper.cpp', 94 '../DartDOMWrapper.cpp',
96 '../DartDOMWrapper.h', 95 '../DartDOMWrapper.h',
97 '../DartEventListener.cpp', 96 '../DartEventListener.cpp',
98 '../DartEventListener.h', 97 '../DartEventListener.h',
99 '../DartExceptionState.h', 98 '../DartExceptionState.h',
100 '../DartExceptionState.cpp', 99 '../DartExceptionState.cpp',
101 '../DartGCController.cpp', 100 '../DartGCController.cpp',
102 '../DartGCController.h', 101 '../DartGCController.h',
103 '../DartHandleProxy.cpp', 102 '../DartHandleProxy.cpp',
104 '../DartHandleProxy.h', 103 '../DartHandleProxy.h',
105 '../DartInjectedScriptHostHelper.cpp', 104 '../DartInjectedScriptHostHelper.cpp',
106 '../DartInjectedScriptHostHelper.h', 105 '../DartInjectedScriptHostHelper.h',
106 '../DartInjectedScript.cpp',
107 '../DartInjectedScript.h',
107 '../DartInspectorTimeline.h', 108 '../DartInspectorTimeline.h',
108 '../DartIsolateDestructionObserver.cpp', 109 '../DartIsolateDestructionObserver.cpp',
109 '../DartIsolateDestructionObserver.h', 110 '../DartIsolateDestructionObserver.h',
110 '../DartJsInterop.h', 111 '../DartJsInterop.h',
111 '../DartJsInterop.cpp', 112 '../DartJsInterop.cpp',
112 '../DartJsInteropData.h', 113 '../DartJsInteropData.h',
113 '../DartJsInteropData.cpp', 114 '../DartJsInteropData.cpp',
114 '../DartMutationCallback.cpp', 115 '../DartMutationCallback.cpp',
115 '../DartMutationCallback.h', 116 '../DartMutationCallback.h',
116 '../DartNativeUtilities.cpp', 117 '../DartNativeUtilities.cpp',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s15.cpp', 247 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s15.cpp',
247 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s16.cpp', 248 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s16.cpp',
248 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s17.cpp', 249 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s17.cpp',
249 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s18.cpp', 250 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s18.cpp',
250 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s19.cpp', 251 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s19.cpp',
251 ], 252 ],
252 }], 253 }],
253 ], 254 ],
254 }, 255 },
255 } 256 }
OLDNEW
« no previous file with comments | « Source/bindings/dart/custom/DartInjectedScriptHostCustom.cpp ('k') | Source/bindings/v8/PageScriptDebugServer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698