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

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: respond to haraken comment #35 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 7fca29a1ef0cbc8a806f9114519582f19e4fb989..0384b1af7ba40c9ed7bf2d0f75b474dddc8a3632 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -54,6 +54,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',

Powered by Google App Engine
This is Rietveld 408576698