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

Unified Diff: Source/core/BUILD.gn

Issue 569063002: Reland [blink-in-js] Migrate resources required for blink-in-js to grd - part 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased patch Created 6 years, 3 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/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index 5eddca6809cee34f9ecc27cb288c88304442ae0e..a6f192a3a42429dd34b33b1b0aa9f22a85f5fbd4 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -942,7 +942,8 @@ action("make_core_generated_private_script_for_testing") {
"$blink_core_output_dir/PrivateScriptSourcesForTesting.h",
]
- args = rebase_path(outputs, root_build_dir)
+ args = [ "--for-testing" ]
+ args += rebase_path(outputs, root_build_dir)
args += rebase_path(inputs, root_build_dir)
deps = make_core_generated_deps
« 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