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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7071002: Revert "Add VideoCaptureImpl and VideoCaptureImplManager" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after
1952 '../content/common/sandbox_mac_unittest_helper.h', 1952 '../content/common/sandbox_mac_unittest_helper.h',
1953 '../content/common/sandbox_mac_unittest_helper.mm', 1953 '../content/common/sandbox_mac_unittest_helper.mm',
1954 '../content/common/sandbox_mac_system_access_unittest.mm', 1954 '../content/common/sandbox_mac_system_access_unittest.mm',
1955 '../content/gpu/gpu_idirect3d9_mock_win.cc', 1955 '../content/gpu/gpu_idirect3d9_mock_win.cc',
1956 '../content/gpu/gpu_idirect3d9_mock_win.h', 1956 '../content/gpu/gpu_idirect3d9_mock_win.h',
1957 '../content/gpu/gpu_info_collector_unittest.cc', 1957 '../content/gpu/gpu_info_collector_unittest.cc',
1958 '../content/gpu/gpu_info_collector_unittest_win.cc', 1958 '../content/gpu/gpu_info_collector_unittest_win.cc',
1959 '../content/renderer/active_notification_tracker_unittest.cc', 1959 '../content/renderer/active_notification_tracker_unittest.cc',
1960 '../content/renderer/audio_message_filter_unittest.cc', 1960 '../content/renderer/audio_message_filter_unittest.cc',
1961 '../content/renderer/media/audio_renderer_impl_unittest.cc', 1961 '../content/renderer/media/audio_renderer_impl_unittest.cc',
1962 '../content/renderer/media/video_capture_impl_unittest.cc',
1963 '../content/renderer/paint_aggregator_unittest.cc', 1962 '../content/renderer/paint_aggregator_unittest.cc',
1964 '../content/renderer/video_capture_message_filter_unittest.cc', 1963 '../content/renderer/video_capture_message_filter_unittest.cc',
1965 '../testing/gtest_mac_unittest.mm', 1964 '../testing/gtest_mac_unittest.mm',
1966 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1965 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1967 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 1966 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
1968 '../webkit/fileapi/file_system_operation_write_unittest.cc', 1967 '../webkit/fileapi/file_system_operation_write_unittest.cc',
1969 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 1968 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
1970 '../webkit/fileapi/file_writer_delegate_unittest.cc', 1969 '../webkit/fileapi/file_writer_delegate_unittest.cc',
1971 '../webkit/fileapi/file_system_test_helper.cc', 1970 '../webkit/fileapi/file_system_test_helper.cc',
1972 '../webkit/fileapi/file_system_test_helper.h', 1971 '../webkit/fileapi/file_system_test_helper.h',
(...skipping 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after
4036 ] 4035 ]
4037 }], # 'coverage!=0' 4036 }], # 'coverage!=0'
4038 ], # 'conditions' 4037 ], # 'conditions'
4039 } 4038 }
4040 4039
4041 # Local Variables: 4040 # Local Variables:
4042 # tab-width:2 4041 # tab-width:2
4043 # indent-tabs-mode:nil 4042 # indent-tabs-mode:nil
4044 # End: 4043 # End:
4045 # vim: set expandtab tabstop=2 shiftwidth=2: 4044 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698