diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 00:10:42 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 00:10:42 +0000 |
commit | 2124e7b3ab4af2d4e00813518ea4595457106c16 (patch) | |
tree | 26eba6ad096abf7d62457b1bfa737abfafda0c75 /content/content_tests.gypi | |
parent | 4c1c4fbae251ae5d39f80b74c9ce1dbed07ff9f5 (diff) | |
download | chromium_src-2124e7b3ab4af2d4e00813518ea4595457106c16.zip chromium_src-2124e7b3ab4af2d4e00813518ea4595457106c16.tar.gz chromium_src-2124e7b3ab4af2d4e00813518ea4595457106c16.tar.bz2 |
Revert r100988 (gpy refactoring for content dll).
TBR=darin
BUG=
TEST=
Review URL: http://codereview.chromium.org/7892021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100996 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index fb1f4e0..92c0bcb 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -172,26 +172,4 @@ ], }, ], - 'conditions': [ - ['target_arch=="arm"', { - 'targets': [ - { - 'target_name': 'omx_video_decode_accelerator_unittest', - 'type': 'executable', - 'dependencies': [ - 'content', - '../testing/gtest.gyp:gtest', - ], - 'include_dirs': [ - '<(DEPTH)/third_party/angle/include', - '<(DEPTH)/third_party/openmax/il', - ], - 'sources': [ - 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', - ], - } - ], - }, - ], - ], } |