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

Unified Diff: Source/bindings/core/idl.gni

Issue 454773002: Blink-in-JS: Support private scripts in partial interfaces (PrivateScriptRunner part) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « LayoutTests/fast/dom/private_script_unittest-expected.txt ('k') | Source/bindings/core/idl.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/idl.gni
diff --git a/Source/bindings/core/idl.gni b/Source/bindings/core/idl.gni
index 39cb5fff5ad545702e9dff2a73811abd5ff19eca..c34496e49feacecffee91fddea619e41c6656de8 100644
--- a/Source/bindings/core/idl.gni
+++ b/Source/bindings/core/idl.gni
@@ -20,7 +20,8 @@ core_static_interface_idl_files =
core_idl_files +
webcore_testing_idl_files
core_static_dependency_idl_files =
- core_dependency_idl_files
+ core_dependency_idl_files +
+ webcore_testing_dependency_idl_files
# Generated IDL files
core_generated_interface_idl_files =
« no previous file with comments | « LayoutTests/fast/dom/private_script_unittest-expected.txt ('k') | Source/bindings/core/idl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698