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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7002027: VideoCaptureHost (Closed) Base URL: http://src.chromium.org/svn/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
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 1875 matching lines...) Expand 10 before | Expand all | Expand 10 after
1886 '../content/browser/geolocation/network_location_provider_unittest.cc', 1886 '../content/browser/geolocation/network_location_provider_unittest.cc',
1887 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc', 1887 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc',
1888 '../content/browser/geolocation/wifi_data_provider_unittest_chromeos.cc' , 1888 '../content/browser/geolocation/wifi_data_provider_unittest_chromeos.cc' ,
1889 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', 1889 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc',
1890 '../content/browser/geolocation/win7_location_api_unittest_win.cc', 1890 '../content/browser/geolocation/win7_location_api_unittest_win.cc',
1891 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', 1891 '../content/browser/geolocation/win7_location_provider_unittest_win.cc',
1892 '../content/browser/gpu/gpu_blacklist_unittest.cc', 1892 '../content/browser/gpu/gpu_blacklist_unittest.cc',
1893 '../content/browser/host_zoom_map_unittest.cc', 1893 '../content/browser/host_zoom_map_unittest.cc',
1894 '../content/browser/in_process_webkit/webkit_context_unittest.cc', 1894 '../content/browser/in_process_webkit/webkit_context_unittest.cc',
1895 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', 1895 '../content/browser/in_process_webkit/webkit_thread_unittest.cc',
1896 '../content/browser/media_stream/video_capture_manager_unittest.cc',
1896 '../content/browser/plugin_service_unittest.cc', 1897 '../content/browser/plugin_service_unittest.cc',
1897 '../content/browser/renderer_host/audio_renderer_host_unittest.cc', 1898 '../content/browser/renderer_host/audio_renderer_host_unittest.cc',
1898 '../content/browser/renderer_host/render_view_host_unittest.cc', 1899 '../content/browser/renderer_host/render_view_host_unittest.cc',
1899 '../content/browser/renderer_host/render_widget_host_unittest.cc', 1900 '../content/browser/renderer_host/render_widget_host_unittest.cc',
1900 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc', 1901 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc',
1901 '../content/browser/renderer_host/resource_queue_unittest.cc', 1902 '../content/browser/renderer_host/resource_queue_unittest.cc',
1903 '../content/browser/renderer_host/video_capture_host_unittest.cc',
1902 '../content/browser/site_instance_unittest.cc', 1904 '../content/browser/site_instance_unittest.cc',
1903 '../content/browser/speech/endpointer/endpointer_unittest.cc', 1905 '../content/browser/speech/endpointer/endpointer_unittest.cc',
1904 '../content/browser/speech/speech_recognition_request_unittest.cc', 1906 '../content/browser/speech/speech_recognition_request_unittest.cc',
1905 '../content/browser/speech/speech_recognizer_unittest.cc', 1907 '../content/browser/speech/speech_recognizer_unittest.cc',
1906 '../content/browser/tab_contents/navigation_controller_unittest.cc', 1908 '../content/browser/tab_contents/navigation_controller_unittest.cc',
1907 '../content/browser/tab_contents/navigation_entry_unittest.cc', 1909 '../content/browser/tab_contents/navigation_entry_unittest.cc',
1908 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', 1910 '../content/browser/tab_contents/render_view_host_manager_unittest.cc',
1909 '../content/common/font_descriptor_mac_unittest.mm', 1911 '../content/common/font_descriptor_mac_unittest.mm',
1910 '../content/common/gpu/gpu_feature_flags_unittest.cc', 1912 '../content/common/gpu/gpu_feature_flags_unittest.cc',
1911 '../content/common/gpu/gpu_info_unittest.cc', 1913 '../content/common/gpu/gpu_info_unittest.cc',
(...skipping 1998 matching lines...) Expand 10 before | Expand all | Expand 10 after
3910 ] 3912 ]
3911 }], # 'coverage!=0' 3913 }], # 'coverage!=0'
3912 ], # 'conditions' 3914 ], # 'conditions'
3913 } 3915 }
3914 3916
3915 # Local Variables: 3917 # Local Variables:
3916 # tab-width:2 3918 # tab-width:2
3917 # indent-tabs-mode:nil 3919 # indent-tabs-mode:nil
3918 # End: 3920 # End:
3919 # vim: set expandtab tabstop=2 shiftwidth=2: 3921 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/video_capture_host.h » ('j') | content/browser/renderer_host/video_capture_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698