| 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) {
|
|
|