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

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

Issue 9231022: WebGL support. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 11 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_generated_lib_sources', 4 '../bindings/dart/gyp/dartium.gyp:dart_generated_lib_sources',
5 '../bindings/dart/gyp/dartium.gyp:dart_snapshot', 5 '../bindings/dart/gyp/dartium.gyp:dart_snapshot',
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 '../../../../../../../dart/runtime/include', 10 '../../../../../../../dart/runtime/include',
(...skipping 14 matching lines...) Expand all
25 '../DartEventListener.cpp', 25 '../DartEventListener.cpp',
26 '../DartEventListener.h', 26 '../DartEventListener.h',
27 '../DartIsolateState.cpp', 27 '../DartIsolateState.cpp',
28 '../DartIsolateState.h', 28 '../DartIsolateState.h',
29 '../DartScheduledAction.cpp', 29 '../DartScheduledAction.cpp',
30 '../DartScheduledAction.h', 30 '../DartScheduledAction.h',
31 '../DartUtilities.cpp', 31 '../DartUtilities.cpp',
32 '../DartUtilities.h', 32 '../DartUtilities.h',
33 '../V8Converter.cpp', 33 '../V8Converter.cpp',
34 '../V8Converter.h', 34 '../V8Converter.h',
35 '../custom/DartArrayBufferCustom.cpp',
35 '../custom/DartAudioBufferSourceNodeCustom.cpp', 36 '../custom/DartAudioBufferSourceNodeCustom.cpp',
36 '../custom/DartAudioContextCustom.cpp', 37 '../custom/DartAudioContextCustom.cpp',
37 '../custom/DartAudioNodeCustom.cpp', 38 '../custom/DartAudioNodeCustom.cpp',
38 '../custom/DartCSSRuleCustom.cpp', 39 '../custom/DartCSSRuleCustom.cpp',
39 '../custom/DartCSSValueCustom.cpp', 40 '../custom/DartCSSValueCustom.cpp',
40 '../custom/DartCanvasPixelArrayCustom.cpp', 41 '../custom/DartCanvasPixelArrayCustom.cpp',
41 '../custom/DartCanvasRenderingContextCustom.cpp', 42 '../custom/DartCanvasRenderingContextCustom.cpp',
42 '../custom/DartCanvasRenderingContext2DCustom.cpp', 43 '../custom/DartCanvasRenderingContext2DCustom.cpp',
43 '../custom/DartClipboardCustom.cpp', 44 '../custom/DartClipboardCustom.cpp',
44 '../custom/DartConsoleCustom.cpp', 45 '../custom/DartConsoleCustom.cpp',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources16.cpp ', 148 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources16.cpp ',
148 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources17.cpp ', 149 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources17.cpp ',
149 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources18.cpp ', 150 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources18.cpp ',
150 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources19.cpp ', 151 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources19.cpp ',
151 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSourcesAll.cpp' , 152 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSourcesAll.cpp' ,
152 ], 153 ],
153 }], 154 }],
154 ], 155 ],
155 }, 156 },
156 } 157 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698