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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6882021: Wrap the p2p transport API in a compile time flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 8 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 1862 matching lines...) Expand 10 before | Expand all | Expand 10 after
1873 '../content/browser/geolocation/wifi_data_provider_unittest_chromeos.cc' , 1873 '../content/browser/geolocation/wifi_data_provider_unittest_chromeos.cc' ,
1874 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', 1874 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc',
1875 '../content/browser/geolocation/win7_location_api_unittest_win.cc', 1875 '../content/browser/geolocation/win7_location_api_unittest_win.cc',
1876 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', 1876 '../content/browser/geolocation/win7_location_provider_unittest_win.cc',
1877 '../content/browser/gpu_blacklist_unittest.cc', 1877 '../content/browser/gpu_blacklist_unittest.cc',
1878 '../content/browser/host_zoom_map_unittest.cc', 1878 '../content/browser/host_zoom_map_unittest.cc',
1879 '../content/browser/in_process_webkit/webkit_context_unittest.cc', 1879 '../content/browser/in_process_webkit/webkit_context_unittest.cc',
1880 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', 1880 '../content/browser/in_process_webkit/webkit_thread_unittest.cc',
1881 '../content/browser/plugin_service_unittest.cc', 1881 '../content/browser/plugin_service_unittest.cc',
1882 '../content/browser/renderer_host/audio_renderer_host_unittest.cc', 1882 '../content/browser/renderer_host/audio_renderer_host_unittest.cc',
1883 '../content/browser/renderer_host/p2p/socket_host_udp_unittest.cc',
1884 '../content/browser/renderer_host/render_view_host_unittest.cc', 1883 '../content/browser/renderer_host/render_view_host_unittest.cc',
1885 '../content/browser/renderer_host/render_widget_host_unittest.cc', 1884 '../content/browser/renderer_host/render_widget_host_unittest.cc',
1886 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc', 1885 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc',
1887 '../content/browser/renderer_host/resource_queue_unittest.cc', 1886 '../content/browser/renderer_host/resource_queue_unittest.cc',
1888 '../content/browser/site_instance_unittest.cc', 1887 '../content/browser/site_instance_unittest.cc',
1889 '../content/browser/speech/endpointer/endpointer_unittest.cc', 1888 '../content/browser/speech/endpointer/endpointer_unittest.cc',
1890 '../content/browser/speech/speech_recognition_request_unittest.cc', 1889 '../content/browser/speech/speech_recognition_request_unittest.cc',
1891 '../content/browser/speech/speech_recognizer_unittest.cc', 1890 '../content/browser/speech/speech_recognizer_unittest.cc',
1892 '../content/browser/tab_contents/navigation_controller_unittest.cc', 1891 '../content/browser/tab_contents/navigation_controller_unittest.cc',
1893 '../content/browser/tab_contents/navigation_entry_unittest.cc', 1892 '../content/browser/tab_contents/navigation_entry_unittest.cc',
(...skipping 14 matching lines...) Expand all
1908 '../content/common/sandbox_mac_unittest_helper.mm', 1907 '../content/common/sandbox_mac_unittest_helper.mm',
1909 '../content/common/sandbox_mac_system_access_unittest.mm', 1908 '../content/common/sandbox_mac_system_access_unittest.mm',
1910 '../content/gpu/gpu_idirect3d9_mock_win.cc', 1909 '../content/gpu/gpu_idirect3d9_mock_win.cc',
1911 '../content/gpu/gpu_idirect3d9_mock_win.h', 1910 '../content/gpu/gpu_idirect3d9_mock_win.h',
1912 '../content/gpu/gpu_info_collector_unittest.cc', 1911 '../content/gpu/gpu_info_collector_unittest.cc',
1913 '../content/gpu/gpu_info_collector_unittest_win.cc', 1912 '../content/gpu/gpu_info_collector_unittest_win.cc',
1914 '../content/renderer/active_notification_tracker_unittest.cc', 1913 '../content/renderer/active_notification_tracker_unittest.cc',
1915 '../content/renderer/audio_message_filter_unittest.cc', 1914 '../content/renderer/audio_message_filter_unittest.cc',
1916 '../content/renderer/gpu_video_decoder_host_unittest.cc', 1915 '../content/renderer/gpu_video_decoder_host_unittest.cc',
1917 '../content/renderer/media/audio_renderer_impl_unittest.cc', 1916 '../content/renderer/media/audio_renderer_impl_unittest.cc',
1918 '../content/renderer/p2p/p2p_transport_impl_unittest.cc',
1919 '../content/renderer/paint_aggregator_unittest.cc', 1917 '../content/renderer/paint_aggregator_unittest.cc',
1920 '../testing/gtest_mac_unittest.mm', 1918 '../testing/gtest_mac_unittest.mm',
1921 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1919 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1922 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 1920 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
1923 '../webkit/fileapi/file_system_operation_write_unittest.cc', 1921 '../webkit/fileapi/file_system_operation_write_unittest.cc',
1924 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 1922 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
1925 ], 1923 ],
1926 'conditions': [ 1924 'conditions': [
1925 ['p2p_apis==1', {
1926 'sources': [
1927 '../content/browser/renderer_host/p2p/socket_host_udp_unittest.cc',
1928 '../content/renderer/p2p/p2p_transport_impl_unittest.cc',
1929 ],
1930 }],
1927 ['touchui==0', { 1931 ['touchui==0', {
1928 'sources/': [ 1932 'sources/': [
1929 ['exclude', '^browser/ui/webui/chromeos/login/'], 1933 ['exclude', '^browser/ui/webui/chromeos/login/'],
1930 ], 1934 ],
1931 }], 1935 }],
1932 ['chromeos==1', { 1936 ['chromeos==1', {
1933 'sources/': [ 1937 'sources/': [
1934 # TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when 1938 # TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when
1935 # print preview is enabled on CrOS. 1939 # print preview is enabled on CrOS.
1936 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc '], 1940 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc '],
(...skipping 1936 matching lines...) Expand 10 before | Expand all | Expand 10 after
3873 ] 3877 ]
3874 }], # 'coverage!=0' 3878 }], # 'coverage!=0'
3875 ], # 'conditions' 3879 ], # 'conditions'
3876 } 3880 }
3877 3881
3878 # Local Variables: 3882 # Local Variables:
3879 # tab-width:2 3883 # tab-width:2
3880 # indent-tabs-mode:nil 3884 # indent-tabs-mode:nil
3881 # End: 3885 # End:
3882 # vim: set expandtab tabstop=2 shiftwidth=2: 3886 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698