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

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

Issue 13575004: Apply script preprocessor to Web page scripts only. (Closed) Base URL: https://chromium.googlesource.com/external/WebKit_trimmed.git@master
Patch Set: rebase Created 7 years, 5 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'v8/ScriptFunctionCall.cpp', 51 'v8/ScriptFunctionCall.cpp',
52 'v8/ScriptFunctionCall.h', 52 'v8/ScriptFunctionCall.h',
53 'v8/ScriptGCEvent.cpp', 53 'v8/ScriptGCEvent.cpp',
54 'v8/ScriptGCEvent.h', 54 'v8/ScriptGCEvent.h',
55 'v8/ScriptHeapSnapshot.cpp', 55 'v8/ScriptHeapSnapshot.cpp',
56 'v8/ScriptHeapSnapshot.h', 56 'v8/ScriptHeapSnapshot.h',
57 'v8/ScriptInstance.cpp', 57 'v8/ScriptInstance.cpp',
58 'v8/ScriptInstance.h', 58 'v8/ScriptInstance.h',
59 'v8/ScriptObject.cpp', 59 'v8/ScriptObject.cpp',
60 'v8/ScriptObject.h', 60 'v8/ScriptObject.h',
61 'v8/ScriptPreprocessor.cpp',
62 'v8/ScriptPreprocessor.h',
61 'v8/ScriptProfiler.cpp', 63 'v8/ScriptProfiler.cpp',
62 'v8/ScriptProfiler.h', 64 'v8/ScriptProfiler.h',
63 'v8/ScriptPromiseResolver.cpp', 65 'v8/ScriptPromiseResolver.cpp',
64 'v8/ScriptPromiseResolver.h', 66 'v8/ScriptPromiseResolver.h',
65 'v8/ScriptScope.cpp', 67 'v8/ScriptScope.cpp',
66 'v8/ScriptScope.h', 68 'v8/ScriptScope.h',
67 'v8/ScriptSourceCode.h', 69 'v8/ScriptSourceCode.h',
68 'v8/ScriptState.cpp', 70 'v8/ScriptState.cpp',
69 'v8/ScriptState.h', 71 'v8/ScriptState.h',
70 'v8/ScriptString.cpp', 72 'v8/ScriptString.cpp',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 263 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
262 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 264 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
263 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 265 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
264 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 266 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
265 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 267 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
266 ], 268 ],
267 }], 269 }],
268 ], 270 ],
269 }, 271 },
270 } 272 }
OLDNEW
« no previous file with comments | « LayoutTests/inspector/debugger/debugger-script-preprocessor-expected.txt ('k') | Source/bindings/v8/DOMWrapperWorld.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698