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

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

Issue 9420050: Remove hand-written implementations of constructors. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 10 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/WebCore/bindings/dart/custom/DartXSLTProcessorCustom.cpp ('k') | no next file » | 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_generated_lib_sources', 5 '../bindings/dart/gyp/dartium.gyp:dart_generated_lib_sources',
6 '../bindings/dart/gyp/dartium.gyp:dart_snapshot', 6 '../bindings/dart/gyp/dartium.gyp:dart_snapshot',
7 '../../../../../dart/runtime/dart-runtime.gyp:libdart', 7 '../../../../../dart/runtime/dart-runtime.gyp:libdart',
8 ], 8 ],
9 'additional_webcore_include_dirs': [ 9 'additional_webcore_include_dirs': [
10 '..', 10 '..',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 '../custom/DartDeviceMotionEventCustom.cpp', 56 '../custom/DartDeviceMotionEventCustom.cpp',
57 '../custom/DartDeviceOrientationEventCustom.cpp', 57 '../custom/DartDeviceOrientationEventCustom.cpp',
58 '../custom/DartDocumentCustom.cpp', 58 '../custom/DartDocumentCustom.cpp',
59 '../custom/DartDirectoryEntryCustom.cpp', 59 '../custom/DartDirectoryEntryCustom.cpp',
60 '../custom/DartDirectoryEntrySyncCustom.cpp', 60 '../custom/DartDirectoryEntrySyncCustom.cpp',
61 '../custom/DartElementCustom.cpp', 61 '../custom/DartElementCustom.cpp',
62 '../custom/DartEntryCustom.cpp', 62 '../custom/DartEntryCustom.cpp',
63 '../custom/DartEntrySyncCustom.cpp', 63 '../custom/DartEntrySyncCustom.cpp',
64 '../custom/DartEventCustom.cpp', 64 '../custom/DartEventCustom.cpp',
65 '../custom/DartEventTargetCustom.cpp', 65 '../custom/DartEventTargetCustom.cpp',
66 '../custom/DartFileReaderCustom.cpp',
67 '../custom/DartFloat32ArrayCustom.cpp', 66 '../custom/DartFloat32ArrayCustom.cpp',
68 '../custom/DartFloat64ArrayCustom.cpp', 67 '../custom/DartFloat64ArrayCustom.cpp',
69 '../custom/DartGeolocationCustom.cpp', 68 '../custom/DartGeolocationCustom.cpp',
70 '../custom/DartHTMLAllCollectionCustom.cpp', 69 '../custom/DartHTMLAllCollectionCustom.cpp',
71 '../custom/DartHTMLCanvasElementCustom.cpp', 70 '../custom/DartHTMLCanvasElementCustom.cpp',
72 '../custom/DartHTMLCollectionCustom.cpp', 71 '../custom/DartHTMLCollectionCustom.cpp',
73 '../custom/DartHTMLDocumentCustom.cpp', 72 '../custom/DartHTMLDocumentCustom.cpp',
74 '../custom/DartHTMLElementCustom.cpp', 73 '../custom/DartHTMLElementCustom.cpp',
75 '../custom/DartHTMLFrameElementCustom.cpp', 74 '../custom/DartHTMLFrameElementCustom.cpp',
76 '../custom/DartHTMLInputElementCustom.cpp', 75 '../custom/DartHTMLInputElementCustom.cpp',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources16.cpp ', 153 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources16.cpp ',
155 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources17.cpp ', 154 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources17.cpp ',
156 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources18.cpp ', 155 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources18.cpp ',
157 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources19.cpp ', 156 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources19.cpp ',
158 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerived SourcesAll.cpp', 157 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerived SourcesAll.cpp',
159 ], 158 ],
160 }], 159 }],
161 ], 160 ],
162 }, 161 },
163 } 162 }
OLDNEW
« no previous file with comments | « Source/WebCore/bindings/dart/custom/DartXSLTProcessorCustom.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698