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

Unified Diff: Source/core/core.gypi

Issue 457483002: Blink-in-JS: Support partial interfaces in private scripts 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 | « Source/build/scripts/make_private_script_source.py ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 6f7250bba33dd2b0614a02bc38d51be2e754cbb3..9f49f0622508119fe777edf44de91ba2cfc39c11 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3330,6 +3330,9 @@
'testing/RefCountedScriptWrappable.idl',
'testing/TypeConversions.idl',
],
+ 'webcore_testing_dependency_idl_files': [
+ 'testing/PartialPrivateScriptTest.idl',
+ ],
'generated_webcore_testing_idl_files': [
'<(blink_core_output_dir)/InternalRuntimeFlags.idl',
'<(blink_core_output_dir)/InternalSettingsGenerated.idl',
@@ -3356,6 +3359,7 @@
'testing/MockPagePopupDriver.h',
'testing/NullExecutionContext.cpp',
'testing/NullExecutionContext.h',
+ 'testing/PartialPrivateScriptTest.h',
'testing/PrivateScriptTest.cpp',
'testing/PrivateScriptTest.h',
'testing/RefCountedScriptWrappable.cpp',
« no previous file with comments | « Source/build/scripts/make_private_script_source.py ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698