Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 641cc709fcb5ecc1c39c80d1e06ddd968f649650..f1805f8b521a587c65b3ee14dcfd4069a446ed47 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -4722,11 +4722,6 @@ |
# Android-specific options; note that most are set above with Linux. |
['OS=="android"', { |
'variables': { |
- # This is a unique identifier for a given build. It's used for |
- # identifying various build artifacts corresponding to a particular |
- # build of chrome (e.g. where to find archived symbols). |
- 'chrome_build_id%': '', |
- |
# Placing this variable here prevents from forking libvpx, used |
# by remoting. Remoting is off, so it needn't built, |
# so forking it's deps seems like overkill. |
@@ -4816,7 +4811,6 @@ |
'defines': [ |
'ANDROID', |
'__GNU_SOURCE=1', # Necessary for clone() |
- 'CHROME_BUILD_ID="<(chrome_build_id)"', |
# The NDK has these things, but doesn't define the constants |
# to say that it does. Define them here instead. |
'HAVE_SYS_UIO_H', |