diff options
author | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-16 20:29:01 +0000 |
---|---|---|
committer | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-16 20:29:01 +0000 |
commit | c248d0c8633093e2151d6c7599ce4da957acb58b (patch) | |
tree | f59d8a0f842007c19f6c4e27ab68756aa3a7be34 /content/content_common.gypi | |
parent | abd12417a0c313d905d469a6db713d54944a7932 (diff) | |
download | chromium_src-c248d0c8633093e2151d6c7599ce4da957acb58b.zip chromium_src-c248d0c8633093e2151d6c7599ce4da957acb58b.tar.gz chromium_src-c248d0c8633093e2151d6c7599ce4da957acb58b.tar.bz2 |
Move media-specific content/common/gpu files into content/common/gpu/media.
Give the new directory media-flavored OWNERS (in addition to the auto-inherited
OWNERS).
This should hopefully significantly cut down on OWNERS rubberstamps.
BUG=none
TEST=trybots & OVDATest passes on ARM.
Review URL: http://codereview.chromium.org/7192003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89390 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 5e2b104..24061c3 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -126,11 +126,11 @@ 'common/gpu/gpu_process_launch_causes.h', 'common/gpu/gpu_surface_stub.cc', 'common/gpu/gpu_surface_stub.h', - 'common/gpu/gpu_video_decode_accelerator.cc', - 'common/gpu/gpu_video_decode_accelerator.h', - 'common/gpu/gpu_video_service.cc', - 'common/gpu/gpu_video_service.h', 'common/gpu/gpu_watchdog.h', + 'common/gpu/media/gpu_video_decode_accelerator.cc', + 'common/gpu/media/gpu_video_decode_accelerator.h', + 'common/gpu/media/gpu_video_service.cc', + 'common/gpu/media/gpu_video_service.h', 'common/gpu/transport_texture.cc', 'common/gpu/transport_texture.h', 'common/hi_res_timer_manager_posix.cc', @@ -289,10 +289,10 @@ '../media/media.gyp:media', ], 'sources': [ - 'common/gpu/gles2_texture_to_egl_image_translator.cc', - 'common/gpu/gles2_texture_to_egl_image_translator.h', - 'common/gpu/omx_video_decode_accelerator.cc', - 'common/gpu/omx_video_decode_accelerator.h', + 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', + 'common/gpu/media/gles2_texture_to_egl_image_translator.h', + 'common/gpu/media/omx_video_decode_accelerator.cc', + 'common/gpu/media/omx_video_decode_accelerator.h', ], 'include_dirs': [ '<(DEPTH)/third_party/angle/include', @@ -325,7 +325,7 @@ '<(DEPTH)/third_party/openmax/il', ], 'sources': [ - 'common/gpu/omx_video_decode_accelerator_unittest.cc', + 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', ], } ], |