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

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

Issue 38943008: Explore the possibility of implementing the CSS Region interface. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'v8/custom/V8ArrayBufferViewCustom.h', 153 'v8/custom/V8ArrayBufferViewCustom.h',
154 'v8/custom/V8AudioNodeCustom.cpp', 154 'v8/custom/V8AudioNodeCustom.cpp',
155 'v8/custom/V8BiquadFilterNodeCustom.cpp', 155 'v8/custom/V8BiquadFilterNodeCustom.cpp',
156 'v8/custom/V8BlobCustom.cpp', 156 'v8/custom/V8BlobCustom.cpp',
157 'v8/custom/V8CSSRuleCustom.cpp', 157 'v8/custom/V8CSSRuleCustom.cpp',
158 'v8/custom/V8CSSStyleDeclarationCustom.cpp', 158 'v8/custom/V8CSSStyleDeclarationCustom.cpp',
159 'v8/custom/V8CSSValueCustom.cpp', 159 'v8/custom/V8CSSValueCustom.cpp',
160 'v8/custom/V8CanvasRenderingContext2DCustom.cpp', 160 'v8/custom/V8CanvasRenderingContext2DCustom.cpp',
161 'v8/custom/V8CanvasRenderingContextCustom.cpp', 161 'v8/custom/V8CanvasRenderingContextCustom.cpp',
162 'v8/custom/V8CryptoCustom.cpp', 162 'v8/custom/V8CryptoCustom.cpp',
163 'v8/custom/V8CSSRegionCustom.cpp',
163 'v8/custom/V8CustomEventCustom.cpp', 164 'v8/custom/V8CustomEventCustom.cpp',
164 'v8/custom/V8CustomSQLStatementErrorCallback.cpp', 165 'v8/custom/V8CustomSQLStatementErrorCallback.cpp',
165 'v8/custom/V8CustomXPathNSResolver.cpp', 166 'v8/custom/V8CustomXPathNSResolver.cpp',
166 'v8/custom/V8CustomXPathNSResolver.h', 167 'v8/custom/V8CustomXPathNSResolver.h',
167 'v8/custom/V8DataViewCustom.cpp', 168 'v8/custom/V8DataViewCustom.cpp',
168 'v8/custom/V8DataViewCustom.h', 169 'v8/custom/V8DataViewCustom.h',
169 'v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp', 170 'v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp',
170 'v8/custom/V8DeviceMotionEventCustom.cpp', 171 'v8/custom/V8DeviceMotionEventCustom.cpp',
171 'v8/custom/V8DeviceOrientationEventCustom.cpp', 172 'v8/custom/V8DeviceOrientationEventCustom.cpp',
172 'v8/custom/V8DocumentCustom.cpp', 173 'v8/custom/V8DocumentCustom.cpp',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp', 274 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp',
274 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp', 275 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp',
275 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp', 276 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp',
276 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp', 277 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp',
277 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp', 278 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp',
278 ], 279 ],
279 }], 280 }],
280 ], 281 ],
281 }, 282 },
282 } 283 }
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/scripts/generate_bindings.pl » ('j') | Source/bindings/scripts/generate_bindings.pl » ('J')

Powered by Google App Engine
This is Rietveld 408576698