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

Unified Diff: testing/test.gni

Issue 1921363002: 🐼 Regenerate .device.isolate when .runtime_deps changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/test.gni
diff --git a/testing/test.gni b/testing/test.gni
index a575894ad4fb9f664100a0ee2c862499f6668ed3..b699fcf53a123848e47fd82019b8fce293610ccf 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -22,6 +22,9 @@ template("_gen_isolate") {
action(target_name) {
script = "//testing/generate_isolate.py"
+ inputs = [
+ _runtime_deps_file,
+ ]
outputs = [
invoker.output,
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698