diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-20 23:57:38 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-20 23:57:38 +0000 |
commit | 6c564d9aa6f850f225b01408839dd7f08973f911 (patch) | |
tree | 77fd4b2b313887a0dcbb78431f08b4ebbb0e1e0f /base/base.gypi | |
parent | 37c706d4aa1742cfeeb67aa4cd26eabc95faebac (diff) | |
download | chromium_src-6c564d9aa6f850f225b01408839dd7f08973f911.zip chromium_src-6c564d9aa6f850f225b01408839dd7f08973f911.tar.gz chromium_src-6c564d9aa6f850f225b01408839dd7f08973f911.tar.bz2 |
Base: cleanup for base.dll.
BUG=76996
TEST=none
Review URL: http://codereview.chromium.org/7213001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89763 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/base/base.gypi b/base/base.gypi index f8a40eb..dac1bd2 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -437,9 +437,6 @@ '../third_party/modp_b64/modp_b64.gyp:modp_b64', 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', ], - 'export_dependent_settings': [ - 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', - ], # TODO(gregoryd): direct_dependent_settings should be shared with the # 64-bit target, but it doesn't work due to a bug in gyp 'direct_dependent_settings': { @@ -530,7 +527,7 @@ [ 'component=="shared_library"', { 'defines': [ 'BASE_DLL', - 'BASE_IMPLEMENTATION=1', + 'BASE_IMPLEMENTATION', ], 'conditions': [ ['OS=="win"', { |