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

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: todo + adb_gdb Created 4 years, 10 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
« no previous file with comments | « build/config/android/rules.gni ('k') | tools/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c0030d6b9109c99c28be56a2b1abdea640e0bd37 100644
--- a/third_party/android_platform/BUILD.gn
+++ b/third_party/android_platform/BUILD.gn
@@ -5,12 +5,12 @@
import("//testing/test.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 +48,11 @@ if (current_toolchain == host_toolchain) {
sources = gypi_values.relocation_packer_test_sources
}
}
+
+if (is_android) {
+ import("//build/config/android/rules.gni")
+
+ wrapper_script("stack_wrapper") {
+ target = "//third_party/android_platform/development/scripts/stack"
+ }
+}
« no previous file with comments | « build/config/android/rules.gni ('k') | tools/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698