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

Unified Diff: chrome/browser/ui/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 | « no previous file | components/crash/content/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 28cf5e67a4f616df0726166d122af5171fa7d6a5..716fcd9ed3f3b9f1f8e48b07c329b2cfb780891f 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -324,7 +324,7 @@ source_set("ui") {
"//crypto:platform",
]
- defines += [ "CHROME_BUILD_ID=" + android_chrome_build_id ]
+ defines += [ "CHROME_BUILD_ID=\"$android_chrome_build_id\"" ]
if (!use_aura) {
sources +=
« no previous file with comments | « no previous file | components/crash/content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698