| Index: components/crash/content/app/BUILD.gn
|
| diff --git a/components/crash/content/app/BUILD.gn b/components/crash/content/app/BUILD.gn
|
| index 7e8f1f60cfb587c1d153cd7a8b967e8830c902b9..8d871fe8b6572eea1a72a08d3bdab496012805c5 100644
|
| --- a/components/crash/content/app/BUILD.gn
|
| +++ b/components/crash/content/app/BUILD.gn
|
| @@ -128,10 +128,6 @@ source_set("app_non_mac_win") {
|
| "//content/public/common:result_codes",
|
| ]
|
|
|
| - if (is_android) {
|
| - defines += [ "CHROME_BUILD_ID=\"$android_chrome_build_id\"" ]
|
| - }
|
| -
|
| # Clang's -mstackrealign doesn't work well with
|
| # linux_syscall_support.h hand written asm syscalls.
|
| # See https://crbug.com/556393
|
|
|