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

Unified Diff: chrome/browser/resources/vulcanize.gni

Issue 2674253005: MD WebUI: add node{,_modules}.py as inputs to vulcanize() GN rules (Closed)
Patch Set: Created 3 years, 10 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: chrome/browser/resources/vulcanize.gni
diff --git a/chrome/browser/resources/vulcanize.gni b/chrome/browser/resources/vulcanize.gni
index 84485b51bef8c9c97bd71e32d7eace5ffc88a145..d782bc3195b1ccc23f3b50dbb012e9f7d2fd83d9 100644
--- a/chrome/browser/resources/vulcanize.gni
+++ b/chrome/browser/resources/vulcanize.gni
@@ -9,6 +9,8 @@ template("vulcanize") {
# Declare dependencies to all involved tools.
inputs = [
"//chrome/browser/resources/unpack_pak.py",
+ "//third_party/node/node.py",
+ "//third_party/node/node_modules.py",
"//third_party/node/node_modules.tar.gz.sha1",
]
« 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