diff options
author | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-08 22:35:32 +0000 |
---|---|---|
committer | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-08 22:35:32 +0000 |
commit | fff920a707c863af101284dd7312753c8c11e5a3 (patch) | |
tree | f4caa747dea2ed0d8a279771333ccfb624857ded /build | |
parent | a0de6f0ff1da1a860cd5b492d45aecc6654afa99 (diff) | |
download | chromium_src-fff920a707c863af101284dd7312753c8c11e5a3.zip chromium_src-fff920a707c863af101284dd7312753c8c11e5a3.tar.gz chromium_src-fff920a707c863af101284dd7312753c8c11e5a3.tar.bz2 |
Propagate official build variables from buildbot compile.py.
Review URL: http://codereview.chromium.org/115142
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15690 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 9b6da7d..9ce47b8 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -214,6 +214,9 @@ 'INCLUDE_SERVER_ARGS', 'INCLUDE_SERVER_PORT', 'LINK', + 'CHROME_BUILD_TYPE', + 'CHROMIUM_BUILD', + 'OFFICIAL_BUILD', ], 'configurations': { 'Debug': { |