Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7193001: Move rtc_video_decoder* from media/filter/ to content/renderer/media/. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 '../content/common/sandbox_mac_unittest_helper.mm', 2004 '../content/common/sandbox_mac_unittest_helper.mm',
2005 '../content/common/sandbox_mac_system_access_unittest.mm', 2005 '../content/common/sandbox_mac_system_access_unittest.mm',
2006 '../content/common/url_fetcher_unittest.cc', 2006 '../content/common/url_fetcher_unittest.cc',
2007 '../content/gpu/gpu_idirect3d9_mock_win.cc', 2007 '../content/gpu/gpu_idirect3d9_mock_win.cc',
2008 '../content/gpu/gpu_idirect3d9_mock_win.h', 2008 '../content/gpu/gpu_idirect3d9_mock_win.h',
2009 '../content/gpu/gpu_info_collector_unittest.cc', 2009 '../content/gpu/gpu_info_collector_unittest.cc',
2010 '../content/gpu/gpu_info_collector_unittest_win.cc', 2010 '../content/gpu/gpu_info_collector_unittest_win.cc',
2011 '../content/renderer/active_notification_tracker_unittest.cc', 2011 '../content/renderer/active_notification_tracker_unittest.cc',
2012 '../content/renderer/media/audio_message_filter_unittest.cc', 2012 '../content/renderer/media/audio_message_filter_unittest.cc',
2013 '../content/renderer/media/audio_renderer_impl_unittest.cc', 2013 '../content/renderer/media/audio_renderer_impl_unittest.cc',
2014 '../content/renderer/media/rtc_video_decoder_unittest.cc',
2014 '../content/renderer/media/video_capture_impl_unittest.cc', 2015 '../content/renderer/media/video_capture_impl_unittest.cc',
2015 '../content/renderer/media/video_capture_message_filter_unittest.cc', 2016 '../content/renderer/media/video_capture_message_filter_unittest.cc',
2016 '../content/renderer/paint_aggregator_unittest.cc', 2017 '../content/renderer/paint_aggregator_unittest.cc',
2017 '../testing/gtest_mac_unittest.mm', 2018 '../testing/gtest_mac_unittest.mm',
2018 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 2019 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
2019 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 2020 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
2020 '../webkit/fileapi/file_system_operation_write_unittest.cc', 2021 '../webkit/fileapi/file_system_operation_write_unittest.cc',
2021 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 2022 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
2022 '../webkit/fileapi/file_writer_delegate_unittest.cc', 2023 '../webkit/fileapi/file_writer_delegate_unittest.cc',
2023 '../webkit/fileapi/file_system_test_helper.cc', 2024 '../webkit/fileapi/file_system_test_helper.cc',
(...skipping 2096 matching lines...) Expand 10 before | Expand all | Expand 10 after
4120 ] 4121 ]
4121 }], # 'coverage!=0' 4122 }], # 'coverage!=0'
4122 ], # 'conditions' 4123 ], # 'conditions'
4123 } 4124 }
4124 4125
4125 # Local Variables: 4126 # Local Variables:
4126 # tab-width:2 4127 # tab-width:2
4127 # indent-tabs-mode:nil 4128 # indent-tabs-mode:nil
4128 # End: 4129 # End:
4129 # vim: set expandtab tabstop=2 shiftwidth=2: 4130 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | content/renderer/media/rtc_video_decoder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698