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

Unified Diff: device/usb/BUILD.gn

Issue 375873006: Rename source_prereqs to inputs in the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « content/gpu/BUILD.gn ('k') | extensions/generated_extensions_api.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/BUILD.gn
diff --git a/device/usb/BUILD.gn b/device/usb/BUILD.gn
index f024965e72e1bca6110939778d75bab44b639a27..d8a7d77ce475d2308db2ba48ed1ba21e9a33ccae 100644
--- a/device/usb/BUILD.gn
+++ b/device/usb/BUILD.gn
@@ -19,7 +19,7 @@ source_set("usb") {
action("usb_device_ids") {
script = "//device/usb/tools/usb_ids.py"
- source_prereqs = [ source_ids ]
+ inputs = [ source_ids ]
outputs = [ generated_ids ]
args = [
"-i", rebase_path(source_ids, root_build_dir),
« no previous file with comments | « content/gpu/BUILD.gn ('k') | extensions/generated_extensions_api.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698