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

Unified Diff: Source/core/BUILD.gn

Issue 376553004: Split out tests of private scripts from Internals to PrivateScriptTest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « LayoutTests/fast/dom/private_script_unittest-expected.txt ('k') | Source/core/core.gyp » ('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 c1675a1bfec8fba0a81ead2f8a3915a6b8006982..f624b1451f0206ad8a61bae29eafc815e3dbb10b 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -961,7 +961,7 @@ action("make_core_generated_private_script_for_testing") {
script = "../build/scripts/make_private_script_source.py"
source_prereqs = [
- "testing/Internals.js",
+ "testing/PrivateScriptTest.js",
]
outputs = [
"$blink_core_output_dir/PrivateScriptSourcesForTesting.h",
« no previous file with comments | « LayoutTests/fast/dom/private_script_unittest-expected.txt ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698