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

Side by Side Diff: Source/bindings/bindings.gypi

Issue 26532002: Get rid of of custom code for Clipboard.setDragImage() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master 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 | « no previous file | Source/bindings/v8/custom/V8ClipboardCustom.cpp » ('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 'bindings_dir': ['.'], 3 'bindings_dir': ['.'],
4 'bindings_files': [ 4 'bindings_files': [
5 'v8/ActiveDOMCallback.cpp', 5 'v8/ActiveDOMCallback.cpp',
6 'v8/ActiveDOMCallback.h', 6 'v8/ActiveDOMCallback.h',
7 'v8/ArrayValue.cpp', 7 'v8/ArrayValue.cpp',
8 'v8/ArrayValue.h', 8 'v8/ArrayValue.h',
9 'v8/BindingSecurity.cpp', 9 'v8/BindingSecurity.cpp',
10 'v8/BindingSecurity.h', 10 'v8/BindingSecurity.h',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'v8/custom/V8AudioBufferSourceNodeCustom.cpp', 154 'v8/custom/V8AudioBufferSourceNodeCustom.cpp',
155 'v8/custom/V8AudioContextCustom.cpp', 155 'v8/custom/V8AudioContextCustom.cpp',
156 'v8/custom/V8AudioNodeCustom.cpp', 156 'v8/custom/V8AudioNodeCustom.cpp',
157 'v8/custom/V8BiquadFilterNodeCustom.cpp', 157 'v8/custom/V8BiquadFilterNodeCustom.cpp',
158 'v8/custom/V8BlobCustom.cpp', 158 'v8/custom/V8BlobCustom.cpp',
159 'v8/custom/V8CSSRuleCustom.cpp', 159 'v8/custom/V8CSSRuleCustom.cpp',
160 'v8/custom/V8CSSStyleDeclarationCustom.cpp', 160 'v8/custom/V8CSSStyleDeclarationCustom.cpp',
161 'v8/custom/V8CSSValueCustom.cpp', 161 'v8/custom/V8CSSValueCustom.cpp',
162 'v8/custom/V8CanvasRenderingContext2DCustom.cpp', 162 'v8/custom/V8CanvasRenderingContext2DCustom.cpp',
163 'v8/custom/V8CanvasRenderingContextCustom.cpp', 163 'v8/custom/V8CanvasRenderingContextCustom.cpp',
164 'v8/custom/V8ClipboardCustom.cpp',
165 'v8/custom/V8CryptoCustom.cpp', 164 'v8/custom/V8CryptoCustom.cpp',
166 'v8/custom/V8CustomEventCustom.cpp', 165 'v8/custom/V8CustomEventCustom.cpp',
167 'v8/custom/V8CustomSQLStatementErrorCallback.cpp', 166 'v8/custom/V8CustomSQLStatementErrorCallback.cpp',
168 'v8/custom/V8CustomXPathNSResolver.cpp', 167 'v8/custom/V8CustomXPathNSResolver.cpp',
169 'v8/custom/V8CustomXPathNSResolver.h', 168 'v8/custom/V8CustomXPathNSResolver.h',
170 'v8/custom/V8DataViewCustom.cpp', 169 'v8/custom/V8DataViewCustom.cpp',
171 'v8/custom/V8DataViewCustom.h', 170 'v8/custom/V8DataViewCustom.h',
172 'v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp', 171 'v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp',
173 'v8/custom/V8DeviceMotionEventCustom.cpp', 172 'v8/custom/V8DeviceMotionEventCustom.cpp',
174 'v8/custom/V8DeviceOrientationEventCustom.cpp', 173 'v8/custom/V8DeviceOrientationEventCustom.cpp',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp', 277 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp',
279 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp', 278 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp',
280 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp', 279 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp',
281 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp', 280 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp',
282 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp', 281 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp',
283 ], 282 ],
284 }], 283 }],
285 ], 284 ],
286 }, 285 },
287 } 286 }
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/v8/custom/V8ClipboardCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698