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

Unified Diff: Source/bindings/v8/v8.gypi

Issue 345893002: Implement an infrastructure of Blink-in-JS Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
« no previous file with comments | « Source/bindings/v8/V8WindowShell.cpp ('k') | Source/build/scripts/make_private_script_source.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/v8.gypi
diff --git a/Source/bindings/v8/v8.gypi b/Source/bindings/v8/v8.gypi
index c95a11aa8eeb8d5ead9ff4bc63ae09d807915abe..561f4b2821266f1e350fb6f0ebcb9fae59b56702 100644
--- a/Source/bindings/v8/v8.gypi
+++ b/Source/bindings/v8/v8.gypi
@@ -14,6 +14,8 @@
'ActiveDOMCallback.h',
'ArrayValue.cpp',
'ArrayValue.h',
+ 'PrivateScriptController.cpp',
+ 'PrivateScriptController.h',
'BindingSecurity.cpp',
'BindingSecurity.h',
'CallbackPromiseAdapter.h',
@@ -155,6 +157,7 @@
'npruntime_priv.h',
],
'bindings_v8_unittest_files': [
+ 'PrivateScriptTest.cpp',
'IDBBindingUtilitiesTest.cpp',
'ScriptPromiseTest.cpp',
],
« no previous file with comments | « Source/bindings/v8/V8WindowShell.cpp ('k') | Source/build/scripts/make_private_script_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698