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 /build | |
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 'build')
-rw-r--r-- | build/common.gypi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/common.gypi b/build/common.gypi index 9b67d73..4ed9fef 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -694,9 +694,6 @@ }, { # else: branding!="Chrome" 'defines': ['CHROMIUM_BUILD'], }], - ['component=="shared_library"', { - 'defines': ['COMPONENT_BUILD'], - }], ['toolkit_views==1', { 'defines': ['TOOLKIT_VIEWS=1'], }], @@ -925,11 +922,6 @@ }, }, }], - ['OS=="win" and component=="shared_library"', { - 'msvs_disabled_warnings': [ - 4251, # class 'std::xx' needs to have dll-interface. - ], - }], ['chromeos!=1', { 'sources/': [ ['exclude', '_chromeos\\.(h|cc)$'] ] }], |