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

Unified Diff: Source/core/BUILD.gn

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 | « Source/build/scripts/make_private_script_source.py ('k') | Source/core/core.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index f693b2148443a1aea952ac75209c026b5cf29114..7900e850573b678bc5007e8086d044ea3ceeb088 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -949,7 +949,8 @@ action("make_core_generated_private_script_for_testing") {
script = "../build/scripts/make_private_script_source.py"
inputs = [
- "testing/PrivateScriptTest.js",
+ "testing/PartialPrivateScriptTest.js",
+ "testing/PrivateScriptTest.js",
]
outputs = [
"$blink_core_output_dir/PrivateScriptSourcesForTesting.h",
« no previous file with comments | « Source/build/scripts/make_private_script_source.py ('k') | Source/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698