diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-13 19:40:08 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-13 19:40:08 +0000 |
commit | a0835ac1850ccabc846ebfcee537b0b0592b8519 (patch) | |
tree | 6f8911806716dd8011cd0c2b3983722fd751c313 /chrome_frame/chrome_frame.gyp | |
parent | 51748d266bd3558ec1ee508340cdc9d554ea55f5 (diff) | |
download | chromium_src-a0835ac1850ccabc846ebfcee537b0b0592b8519.zip chromium_src-a0835ac1850ccabc846ebfcee537b0b0592b8519.tar.gz chromium_src-a0835ac1850ccabc846ebfcee537b0b0592b8519.tar.bz2 |
FBTF: Move ctors/dtors into cc files.
This cleanup patch isn't as impactful; this only shrinks our .a files by 304k.
This patch also renames chrome/browser/history/download_type.h to download_create_info.h because there are then two download_type.cc files and MSVS will have the .obj from one of those overwrite the other.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/3351005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59264 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index f3f9a06..bdc9c2f 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -314,6 +314,7 @@ '../base/base.gyp:test_support_base', '../build/temp_gyp/googleurl.gyp:googleurl', '../chrome/chrome.gyp:common', + '../chrome/chrome.gyp:browser', '../chrome/chrome.gyp:debugger', '../chrome/chrome.gyp:test_support_ui', '../chrome/chrome.gyp:utility', |