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

Unified Diff: third_party/android_platform/BUILD.gn

Issue 1663103004: Create wrapper scripts that set --output-directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@adb_gdb-explicit
Patch Set: Created 4 years, 11 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
Index: third_party/android_platform/BUILD.gn
diff --git a/third_party/android_platform/BUILD.gn b/third_party/android_platform/BUILD.gn
index f2b3b5d65c92175447c1f51ffd183a70abeb733f..8ca857a3f08ee1ec45aa9bd63c043e87bfe2e5c4 100644
--- a/third_party/android_platform/BUILD.gn
+++ b/third_party/android_platform/BUILD.gn
@@ -3,14 +3,15 @@
# found in the LICENSE file.
import("//testing/test.gni")
+import("//tools/android/wrapper_script.gni")
import("config.gni")
-gypi_values = exec_script("//build/gypi_to_gn.py",
- [ rebase_path("relocation_packer.gyp") ],
- "scope",
- [ "relocation_packer.gyp" ])
-
if (current_toolchain == host_toolchain) {
+ gypi_values = exec_script("//build/gypi_to_gn.py",
+ [ rebase_path("relocation_packer.gyp") ],
+ "scope",
+ [ "relocation_packer.gyp" ])
+
# GYP: //third_party/android_platform/relocation_packer.gyp:android_lib_relocation_packer
source_set("android_lib_relocation_packer") {
deps = [
@@ -48,3 +49,7 @@ if (current_toolchain == host_toolchain) {
sources = gypi_values.relocation_packer_test_sources
}
}
+
+wrapper_script("stack_wrapper") {
+ target = "//third_party/android_platform/development/scripts/stack"
+}

Powered by Google App Engine
This is Rietveld 408576698