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

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: Prototype v2 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'v8/custom/V8StyleSheetCustom.cpp', 226 'v8/custom/V8StyleSheetCustom.cpp',
227 'v8/custom/V8TextCustom.cpp', 227 'v8/custom/V8TextCustom.cpp',
228 'v8/custom/V8TrackEventCustom.cpp', 228 'v8/custom/V8TrackEventCustom.cpp',
229 'v8/custom/V8TreeWalkerCustom.cpp', 229 'v8/custom/V8TreeWalkerCustom.cpp',
230 'v8/custom/V8TypedArrayCustom.h', 230 'v8/custom/V8TypedArrayCustom.h',
231 'v8/custom/V8Uint8ArrayCustom.h', 231 'v8/custom/V8Uint8ArrayCustom.h',
232 'v8/custom/V8Uint8ClampedArrayCustom.h', 232 'v8/custom/V8Uint8ClampedArrayCustom.h',
233 'v8/custom/V8Uint16ArrayCustom.h', 233 'v8/custom/V8Uint16ArrayCustom.h',
234 'v8/custom/V8Uint32ArrayCustom.h', 234 'v8/custom/V8Uint32ArrayCustom.h',
235 'v8/custom/V8WebGLRenderingContextCustom.cpp', 235 'v8/custom/V8WebGLRenderingContextCustom.cpp',
236 'v8/custom/V8WebKitNamedFlowCustom.cpp',
236 'v8/custom/V8WebKitPointCustom.cpp', 237 'v8/custom/V8WebKitPointCustom.cpp',
237 'v8/custom/V8WindowCustom.cpp', 238 'v8/custom/V8WindowCustom.cpp',
238 'v8/custom/V8WorkerGlobalScopeCustom.cpp', 239 'v8/custom/V8WorkerGlobalScopeCustom.cpp',
239 'v8/custom/V8WorkerCryptoCustom.cpp', 240 'v8/custom/V8WorkerCryptoCustom.cpp',
240 'v8/custom/V8WorkerCustom.cpp', 241 'v8/custom/V8WorkerCustom.cpp',
241 'v8/custom/V8XMLHttpRequestCustom.cpp', 242 'v8/custom/V8XMLHttpRequestCustom.cpp',
242 'v8/custom/V8XSLTProcessorCustom.cpp', 243 'v8/custom/V8XSLTProcessorCustom.cpp',
243 'v8/npruntime.cpp', 244 'v8/npruntime.cpp',
244 'v8/npruntime_impl.h', 245 'v8/npruntime_impl.h',
245 'v8/npruntime_priv.h', 246 'v8/npruntime_priv.h',
(...skipping 27 matching lines...) Expand all
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

Powered by Google App Engine
This is Rietveld 408576698