diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-15 19:58:53 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-15 19:58:53 +0000 |
commit | 426eb3a4fcb30d7f70148b138ce0a7d38f3cb48c (patch) | |
tree | 15579b0718c876cdd1f316a66e7bde429a61ff35 /media | |
parent | 244924124002fb09afa5e6ccdb248f897848431b (diff) | |
download | chromium_src-426eb3a4fcb30d7f70148b138ce0a7d38f3cb48c.zip chromium_src-426eb3a4fcb30d7f70148b138ce0a7d38f3cb48c.tar.gz chromium_src-426eb3a4fcb30d7f70148b138ce0a7d38f3cb48c.tar.bz2 |
Re-land just the project file changes from r55416. This makes projects that use
base test files dependent on test_support_base.
TEST=none
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56172 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r-- | media/media.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media/media.gyp b/media/media.gyp index db0eeb0..95018fc 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -182,6 +182,7 @@ 'media', '../base/base.gyp:base', '../base/base.gyp:base_i18n', + '../base/base.gyp:test_support_base', '../base/base.gyp:test_support_perf', '../testing/gtest.gyp:gtest', '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', @@ -216,6 +217,7 @@ 'media', '../base/base.gyp:base', '../base/base.gyp:base_i18n', + '../base/base.gyp:test_support_base', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', @@ -533,6 +535,7 @@ 'omx_wrapper', '../base/base.gyp:base', '../base/base.gyp:base_i18n', + '../base/base.gyp:test_support_base', '../testing/gtest.gyp:gtest', ], 'conditions': [ |