| Index: third_party/libadblockplus/BUILD.gn |
| diff --git a/third_party/libadblockplus/BUILD.gn b/third_party/libadblockplus/BUILD.gn |
| index faf2e74b5104138a1d9589fe24ef73370f68ed06..36978d44960720b5bcee7c18508523fa9c1b98e8 100644 |
| --- a/third_party/libadblockplus/BUILD.gn |
| +++ b/third_party/libadblockplus/BUILD.gn |
| @@ -1,6 +1,6 @@ |
| # Build libadblockplus using make |
| action("make") { |
| - script = "subproc.py" |
| + script = "//third_party/libadblockplus_common/subproc.py" |
|
sergei
2018/01/19 09:01:57
Does "//" has a special meaning here? I would expe
sergei
2018/01/19 09:38:33
Acknowledged.
|
| _cwd = rebase_path(".") |
| _build_dir="${target_out_dir}/build" |
| _abs_build_dir=rebase_path("${_build_dir}") |