diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-01 17:45:07 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-01 17:45:07 +0000 |
commit | 6496069f0607ab607049d4de86bb11a6331ba684 (patch) | |
tree | 6ff996780938753111fce77396212d514a11ce45 /ceee | |
parent | 375d22fb0a806a85ea9811d8387439fd48459c49 (diff) | |
download | chromium_src-6496069f0607ab607049d4de86bb11a6331ba684.zip chromium_src-6496069f0607ab607049d4de86bb11a6331ba684.tar.gz chromium_src-6496069f0607ab607049d4de86bb11a6331ba684.tar.bz2 |
Remove a couple of spurious test dependencies in production code.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/5359009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67867 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ceee')
-rw-r--r-- | ceee/ie/common/common.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ceee/ie/common/common.gyp b/ceee/ie/common/common.gyp index ce4e333..9a47400 100644 --- a/ceee/ie/common/common.gyp +++ b/ceee/ie/common/common.gyp @@ -55,9 +55,6 @@ '../../../net/net.gyp:net_base', '../../../ceee/common/common.gyp:initializing_coclass', '../../../ceee/common/common.gyp:ceee_common', - # TODO(joi@chromium.org) Why? Can we remove? - '../../../ceee/testing/utils/test_utils.gyp:test_utils', - '../../../ceee/testing/utils/test_utils.gyp:mshtml_mocks', '<(DEPTH)/chrome/chrome.gyp:chrome_version_header', '<(DEPTH)/chrome_frame/chrome_frame.gyp:chrome_tab_idl', '../plugin/toolband/toolband.gyp:toolband_idl', |