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

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

Issue 1435293002: GN: Add quotes when setting BUILD_ID from android_chrome_build_id (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « chrome/browser/ui/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/content/app/BUILD.gn
diff --git a/components/crash/content/app/BUILD.gn b/components/crash/content/app/BUILD.gn
index d43804b7cff63498012a0b1d4ea5b8bbe7865338..0d84e5e7bb90b559b3da610019dfd08d601e8b3a 100644
--- a/components/crash/content/app/BUILD.gn
+++ b/components/crash/content/app/BUILD.gn
@@ -110,7 +110,7 @@ source_set("app_non_mac") {
]
if (is_android) {
- defines += [ "CHROME_BUILD_ID=" + android_chrome_build_id ]
+ defines += [ "CHROME_BUILD_ID=\"$android_chrome_build_id\"" ]
}
if (is_win) {
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698