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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Source/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 88834dad5619626867483ab25872aeb3d555922e..115898e9d4ac83d425591e659c134026528e8a80 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -58,6 +58,8 @@
'v8/ScriptInstance.h',
'v8/ScriptObject.cpp',
'v8/ScriptObject.h',
+ 'v8/ScriptPreprocessor.cpp',
+ 'v8/ScriptPreprocessor.h',
'v8/ScriptProfiler.cpp',
'v8/ScriptProfiler.h',
'v8/ScriptPromiseResolver.cpp',
« 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