diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-08 09:04:58 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-08 09:04:58 +0000 |
commit | e9577101dce15bbd4fd92b517c845230cdc57d5d (patch) | |
tree | 1fc36f2ea634ce9620162e6d2e8d5c79d32da83f | |
parent | dcb552e5f0e5749e06d784a4f99586caf81785e0 (diff) | |
download | chromium_src-e9577101dce15bbd4fd92b517c845230cdc57d5d.zip chromium_src-e9577101dce15bbd4fd92b517c845230cdc57d5d.tar.gz chromium_src-e9577101dce15bbd4fd92b517c845230cdc57d5d.tar.bz2 |
[Sync] Remove Mac dependencies of sync_unit_test that were pulling in webkit
Also removed a couple more non-Mac dependencies.
BUG=47910
TEST=
Review URL: https://chromiumcodereview.appspot.com/9634004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125587 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/chrome_tests.gypi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index aaa23b3..3b186c8 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -3747,21 +3747,6 @@ '../build/linux/system.gyp:ssl', ], }], - ['OS=="mac"', { - # See the comment in this section of the unit_tests target for an - # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). - 'dependencies+++': [ - '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore', - ], - 'dependencies': [ - 'helper_app' - ], - },{ # OS!="mac" - 'dependencies': [ - 'chrome_resources.gyp:packed_extra_resources', - 'chrome_resources.gyp:packed_resources' - ], - }], ['OS=="linux" and chromeos==1', { 'include_dirs': [ '<(grit_out_dir)', |