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

Unified Diff: components/crash/app/BUILD.gn

Issue 561623002: GN: Enable blink and (nearly) all of content in android build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/features.gni ('k') | content/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/app/BUILD.gn
diff --git a/components/crash/app/BUILD.gn b/components/crash/app/BUILD.gn
index 5292c1a87f3f8d0b5bf6ba475972c2c0e04753b0..6848a076167e7b6b76d411f315f54540da6a7b4f 100644
--- a/components/crash/app/BUILD.gn
+++ b/components/crash/app/BUILD.gn
@@ -50,6 +50,10 @@ source_set("app") {
":lib",
]
+ if (is_android) {
+ defines += [ "CHROME_BUILD_ID=" + android_chrome_build_id ]
+ }
+
if (is_mac) {
deps += [ "//breakpad" ]
} else if (is_win) {
@@ -58,8 +62,7 @@ source_set("app") {
"//breakpad:breakpad_handler",
#'../breakpad/breakpad.gyp:breakpad_sender', TODO(GYP)
]
- } else if (is_posix && !is_ios &&
- (!is_android || !is_android_webview_build)) {
+ } else if (is_posix && !is_ios && (!is_android || !is_android_webview_build)) {
deps += [ "//breakpad:client" ]
}
}
« no previous file with comments | « build/config/features.gni ('k') | content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698