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

Unified Diff: content/browser/devtools/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 | « components/policy/BUILD.gn ('k') | content/browser/tracing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/BUILD.gn
diff --git a/content/browser/devtools/BUILD.gn b/content/browser/devtools/BUILD.gn
index 4aab2bab11e241dc96b6daeeb0f6042bb41089df..ffeb2491809cf04f3b7026b02cdfb6042a87968c 100644
--- a/content/browser/devtools/BUILD.gn
+++ b/content/browser/devtools/BUILD.gn
@@ -23,7 +23,7 @@ action("devtools_resources") {
grdfile = "$root_gen_dir/devtools/devtools_resources.grd"
- source_prereqs = [ grdfile ] +
+ inputs = [ grdfile ] +
rebase_path(exec_script("//tools/grit/grit_info.py", [ "--inputs" ],
"list lines"),
".", "//")
@@ -57,7 +57,7 @@ action("devtools_protocol_constants") {
blink_protocol = "//third_party/WebKit/Source/devtools/protocol.json"
browser_protocol = "browser_protocol.json"
- source_prereqs = [ blink_protocol, browser_protocol ]
+ inputs = [ blink_protocol, browser_protocol ]
outputs = [
"$target_gen_dir/devtools_protocol_constants.cc",
« no previous file with comments | « components/policy/BUILD.gn ('k') | content/browser/tracing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698