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

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

Issue 24294002: Dartium changes for custom element lifecycle events. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 7 years, 3 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/cpp', 58 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/cpp',
59 ], 59 ],
60 'bindings_files': [ 60 'bindings_files': [
61 '../DartApplicationLoader.cpp', 61 '../DartApplicationLoader.cpp',
62 '../DartApplicationLoader.h', 62 '../DartApplicationLoader.h',
63 '../DartCallback.cpp', 63 '../DartCallback.cpp',
64 '../DartCallback.h', 64 '../DartCallback.h',
65 '../DartBindingsCommonIncludes.h', 65 '../DartBindingsCommonIncludes.h',
66 '../DartController.cpp', 66 '../DartController.cpp',
67 '../DartController.h', 67 '../DartController.h',
68 '../DartCustomElement.cpp', 68 '../DartCustomElementBinding.cpp',
69 '../DartCustomElement.h', 69 '../DartCustomElementBinding.h',
70 '../DartCustomElementConstructorBuilder.cpp',
71 '../DartCustomElementConstructorBuilder.h',
72 '../DartCustomElementLifecycleCallbacks.cpp',
73 '../DartCustomElementLifecycleCallbacks.h',
74 '../DartCustomElementWrapper.cpp',
75 '../DartCustomElementWrapper.h',
70 '../DartDebugServer.cpp', 76 '../DartDebugServer.cpp',
71 '../DartDebugServer.h', 77 '../DartDebugServer.h',
72 '../DartDOMData.cpp', 78 '../DartDOMData.cpp',
73 '../DartDOMData.h', 79 '../DartDOMData.h',
74 '../DartDOMWrapper.cpp', 80 '../DartDOMWrapper.cpp',
75 '../DartDOMWrapper.h', 81 '../DartDOMWrapper.h',
76 '../DartEventListener.cpp', 82 '../DartEventListener.cpp',
77 '../DartEventListener.h', 83 '../DartEventListener.h',
78 '../DartExceptionState.h', 84 '../DartExceptionState.h',
79 '../DartGCController.cpp', 85 '../DartGCController.cpp',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources16.c pp', 226 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources16.c pp',
221 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources17.c pp', 227 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources17.c pp',
222 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources18.c pp', 228 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources18.c pp',
223 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources19.c pp', 229 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources19.c pp',
224 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources20.c pp', 230 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources20.c pp',
225 ], 231 ],
226 }], 232 }],
227 ], 233 ],
228 }, 234 },
229 } 235 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698