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

Side by Side Diff: bindings/bindings.gypi

Issue 14324009: Add support for disabling CSS Properties at runtime (Closed) Base URL: http://src.chromium.org/blink/trunk/Source/
Patch Set: Created 7 years, 8 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
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 15 matching lines...) Expand all
26 'v8/IDBBindingUtilities.cpp', 26 'v8/IDBBindingUtilities.cpp',
27 'v8/IDBBindingUtilities.h', 27 'v8/IDBBindingUtilities.h',
28 'v8/JavaScriptCallFrame.cpp', 28 'v8/JavaScriptCallFrame.cpp',
29 'v8/JavaScriptCallFrame.h', 29 'v8/JavaScriptCallFrame.h',
30 'v8/NPObjectWrapper.cpp', 30 'v8/NPObjectWrapper.cpp',
31 'v8/NPObjectWrapper.h', 31 'v8/NPObjectWrapper.h',
32 'v8/NPV8Object.cpp', 32 'v8/NPV8Object.cpp',
33 'v8/NPV8Object.h', 33 'v8/NPV8Object.h',
34 'v8/PageScriptDebugServer.cpp', 34 'v8/PageScriptDebugServer.cpp',
35 'v8/PageScriptDebugServer.h', 35 'v8/PageScriptDebugServer.h',
36 'v8/RuntimeCSSEnabled.cpp',
37 'v8/RuntimeCSSEnabled.h',
36 'v8/RetainedDOMInfo.cpp', 38 'v8/RetainedDOMInfo.cpp',
37 'v8/RetainedDOMInfo.h', 39 'v8/RetainedDOMInfo.h',
38 'v8/RetainedObjectInfo.h', 40 'v8/RetainedObjectInfo.h',
39 'v8/RuntimeEnabledFeatures.cpp', 41 'v8/RuntimeEnabledFeatures.cpp',
40 'v8/RuntimeEnabledFeatures.h', 42 'v8/RuntimeEnabledFeatures.h',
41 'v8/ScheduledAction.cpp', 43 'v8/ScheduledAction.cpp',
42 'v8/ScheduledAction.h', 44 'v8/ScheduledAction.h',
43 'v8/ScopedPersistent.h', 45 'v8/ScopedPersistent.h',
44 'v8/ScriptCachedFrameData.cpp', 46 'v8/ScriptCachedFrameData.cpp',
45 'v8/ScriptCachedFrameData.h', 47 'v8/ScriptCachedFrameData.h',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'v8/custom/V8WorkerContextCustom.cpp', 244 'v8/custom/V8WorkerContextCustom.cpp',
243 'v8/custom/V8WorkerCustom.cpp', 245 'v8/custom/V8WorkerCustom.cpp',
244 'v8/custom/V8XMLHttpRequestCustom.cpp', 246 'v8/custom/V8XMLHttpRequestCustom.cpp',
245 'v8/custom/V8XSLTProcessorCustom.cpp', 247 'v8/custom/V8XSLTProcessorCustom.cpp',
246 'v8/npruntime.cpp', 248 'v8/npruntime.cpp',
247 'v8/npruntime_impl.h', 249 'v8/npruntime_impl.h',
248 'v8/npruntime_priv.h', 250 'v8/npruntime_priv.h',
249 ], 251 ],
250 } 252 }
251 } 253 }
OLDNEW
« no previous file with comments | « no previous file | bindings/v8/RuntimeCSSEnabled.h » ('j') | bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698