| 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",
|
|
|