Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: third_party/libadblockplus/BUILD.gn

Issue 29674558: Issue 6286 - Remove common scripts duplicating (Closed)
Patch Set: Created Jan. 19, 2018, 8:03 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | third_party/libadblockplus/delete_dir.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}")
« no previous file with comments | « DEPS ('k') | third_party/libadblockplus/delete_dir.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld