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

Unified Diff: third_party/libadblockplus_android/BUILD.gn

Issue 29670555: Issue 6264 - Can't prepare libadblockplus dependencies (Closed)
Patch Set: Renamed variable Created Jan. 18, 2018, 12:19 p.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 | « third_party/libadblockplus/download_ndk.py ('k') | third_party/libadblockplus_android/clear.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libadblockplus_android/BUILD.gn
diff --git a/third_party/libadblockplus_android/BUILD.gn b/third_party/libadblockplus_android/BUILD.gn
index 63e0da6c67a7ee3f96bde4010edf984f14e66ee0..5ab1685b9b49e014cc60544b9eaf96f0c002422f 100644
--- a/third_party/libadblockplus_android/BUILD.gn
+++ b/third_party/libadblockplus_android/BUILD.gn
@@ -65,7 +65,7 @@ _libadblockplus_binaries_dir = "${target_out_dir}/libadblockplus-binaries"
_abs_libadblockplus_binaries_dir = rebase_path("${_libadblockplus_binaries_dir}")
action("clear") {
- script = "clear.py"
+ script = "delete_dir.py"
args = [
"${_cwd}/libadblockplus-android/.externalNativeBuild"
]
@@ -131,7 +131,7 @@ _abs_prebuild_dir = rebase_path("${_prebuild_dir}")
# to generate .info and then rerun 'ninja' again to build with existing .info file.
#print("Prebuilding libadblockplus-android to ${_abs_prebuild_dir}")
-exec_script("clear.py", [
+exec_script("delete_dir.py", [
"${_cwd}/libadblockplus-android/.externalNativeBuild"
])
exec_script("subproc.py", [
« no previous file with comments | « third_party/libadblockplus/download_ndk.py ('k') | third_party/libadblockplus_android/clear.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld