diff options
author | yurys@chromium.org <yurys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-13 08:19:28 +0000 |
---|---|---|
committer | yurys@chromium.org <yurys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-13 08:19:28 +0000 |
commit | 699d6248ec0121a5513378ec4875492d9f91ca97 (patch) | |
tree | 5fc1173f7b378784f387b9778211af453c71bf9d /sandbox | |
parent | 785df74a997943076bbb68bf7dc8fba9f4347e44 (diff) | |
download | chromium_src-699d6248ec0121a5513378ec4875492d9f91ca97.zip chromium_src-699d6248ec0121a5513378ec4875492d9f91ca97.tar.gz chromium_src-699d6248ec0121a5513378ec4875492d9f91ca97.tar.bz2 |
Revert "Add COMPONENT_BUILD global define. "
The change broke compilation on Linux Builder (dbg)(shared):
http://build.chromium.org/p/chromium/builders/Linux%20Builder%20%28dbg%29%28shared%29/builds/3365/steps/compile/logs/stdio
TBR=darin
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/7352014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/sandbox.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index a9ea6f4..26699ca 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -239,7 +239,6 @@ 'dependencies': [ '../testing/gtest.gyp:gtest', '../base/base.gyp:base_nacl_win64', - '../base/base.gyp:base_static_win64', ], 'configurations': { 'Common_Base': { |