diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-16 04:18:41 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-16 04:18:41 +0000 |
commit | 6fa18d1c50a9fda0462eec8da70190504bfec520 (patch) | |
tree | 00af6f00a9c7c75e364a6ad3736c2d8766a7adf5 /media/media.gyp | |
parent | 9924bf0c7641495b6e27195b088ebbab1c1afc4f (diff) | |
download | chromium_src-6fa18d1c50a9fda0462eec8da70190504bfec520.zip chromium_src-6fa18d1c50a9fda0462eec8da70190504bfec520.tar.gz chromium_src-6fa18d1c50a9fda0462eec8da70190504bfec520.tar.bz2 |
Separate out the constructor and Run from test_suite.cc. This is an isolated
part of r55416 to test that the files that use test_suite have the proper
project dependencies.
TEST=everything compiles
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
-rw-r--r-- | media/media.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/media.gyp b/media/media.gyp index 95018fc..e3b4e58 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -436,6 +436,7 @@ 'dependencies': [ 'media', '../base/base.gyp:base', + '../base/base.gyp:test_support_base', ], 'include_dirs': [ '..', |