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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6902166: Add VideoCaptureImpl (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: use correct gyp files 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 1931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1942 '../content/common/sandbox_mac_unittest_helper.h', 1942 '../content/common/sandbox_mac_unittest_helper.h',
1943 '../content/common/sandbox_mac_unittest_helper.mm', 1943 '../content/common/sandbox_mac_unittest_helper.mm',
1944 '../content/common/sandbox_mac_system_access_unittest.mm', 1944 '../content/common/sandbox_mac_system_access_unittest.mm',
1945 '../content/gpu/gpu_idirect3d9_mock_win.cc', 1945 '../content/gpu/gpu_idirect3d9_mock_win.cc',
1946 '../content/gpu/gpu_idirect3d9_mock_win.h', 1946 '../content/gpu/gpu_idirect3d9_mock_win.h',
1947 '../content/gpu/gpu_info_collector_unittest.cc', 1947 '../content/gpu/gpu_info_collector_unittest.cc',
1948 '../content/gpu/gpu_info_collector_unittest_win.cc', 1948 '../content/gpu/gpu_info_collector_unittest_win.cc',
1949 '../content/renderer/active_notification_tracker_unittest.cc', 1949 '../content/renderer/active_notification_tracker_unittest.cc',
1950 '../content/renderer/audio_message_filter_unittest.cc', 1950 '../content/renderer/audio_message_filter_unittest.cc',
1951 '../content/renderer/media/audio_renderer_impl_unittest.cc', 1951 '../content/renderer/media/audio_renderer_impl_unittest.cc',
1952 '../content/renderer/media/video_capture_impl_unittest.cc',
1952 '../content/renderer/paint_aggregator_unittest.cc', 1953 '../content/renderer/paint_aggregator_unittest.cc',
1953 '../content/renderer/video_capture_message_filter_unittest.cc', 1954 '../content/renderer/video_capture_message_filter_unittest.cc',
1954 '../testing/gtest_mac_unittest.mm', 1955 '../testing/gtest_mac_unittest.mm',
1955 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1956 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1956 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 1957 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
1957 '../webkit/fileapi/file_system_operation_write_unittest.cc', 1958 '../webkit/fileapi/file_system_operation_write_unittest.cc',
1958 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 1959 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
1959 '../webkit/fileapi/file_writer_delegate_unittest.cc', 1960 '../webkit/fileapi/file_writer_delegate_unittest.cc',
1960 ], 1961 ],
1961 'conditions': [ 1962 'conditions': [
(...skipping 2011 matching lines...) Expand 10 before | Expand all | Expand 10 after
3973 ] 3974 ]
3974 }], # 'coverage!=0' 3975 }], # 'coverage!=0'
3975 ], # 'conditions' 3976 ], # 'conditions'
3976 } 3977 }
3977 3978
3978 # Local Variables: 3979 # Local Variables:
3979 # tab-width:2 3980 # tab-width:2
3980 # indent-tabs-mode:nil 3981 # indent-tabs-mode:nil
3981 # End: 3982 # End:
3982 # vim: set expandtab tabstop=2 shiftwidth=2: 3983 # 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