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

Unified Diff: base/debug/BUILD.gn

Issue 1644753002: Make base work on iOS (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase 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
« no previous file with comments | « base/BUILD.gn ('k') | base/debug/stack_trace_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/BUILD.gn
diff --git a/base/debug/BUILD.gn b/base/debug/BUILD.gn
index 8ed623b03f9e973ca60772cc8aa8d821d9dd115f..d353ac1058b10dda940c8618446288574942f9a6 100644
--- a/base/debug/BUILD.gn
+++ b/base/debug/BUILD.gn
@@ -2,6 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+if (is_android) {
+ import("//build/config/android/rules.gni")
+}
+
source_set("debug") {
sources = [
"alias.cc",
@@ -44,6 +48,8 @@ source_set("debug") {
set_sources_assignment_filter(sources_assignment_filter)
sources -= [ "stack_trace_posix.cc" ]
+
+ defines = [ "ANDROID_LOG_TAG=$android_log_tag" ]
}
if (is_nacl) {
« no previous file with comments | « base/BUILD.gn ('k') | base/debug/stack_trace_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698