diff options
| author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-05 23:19:24 +0000 |
|---|---|---|
| committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-05 23:19:24 +0000 |
| commit | fb5726501682d212e05ab977fa3975b976076b9a (patch) | |
| tree | d5edfbd57eaf9018a51abd332c08e0d24814705a /chrome/chrome_browser.gypi | |
| parent | a048ea67799ae6c42589496ba18e62cea9a3dee5 (diff) | |
| download | chromium_src-fb5726501682d212e05ab977fa3975b976076b9a.zip chromium_src-fb5726501682d212e05ab977fa3975b976076b9a.tar.gz chromium_src-fb5726501682d212e05ab977fa3975b976076b9a.tar.bz2 | |
sync: Specify linking dependencies correctly. The browser library contains lots of files in chrome/browser/sync. They need to depend on the syncapi library and not just sync_proto.
BUG=none
TEST=Random CLs don't trigger linking errors.
TBR=nick
Review URL: http://codereview.chromium.org/1564010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
| -rwxr-xr-x | chrome/chrome_browser.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 2ce186e..96ba447 100755 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -16,6 +16,7 @@ 'net_internals_resources', 'platform_locale_settings', 'sync_proto', + 'syncapi', 'theme_resources', '../app/app.gyp:app_resources', '../app/app.gyp:app_strings', |
