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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6800023: Security restrictions for P2P UDP Sockets. (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 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after
1860 '../content/browser/geolocation/wifi_data_provider_unittest_chromeos.cc' , 1860 '../content/browser/geolocation/wifi_data_provider_unittest_chromeos.cc' ,
1861 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', 1861 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc',
1862 '../content/browser/geolocation/win7_location_api_unittest_win.cc', 1862 '../content/browser/geolocation/win7_location_api_unittest_win.cc',
1863 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', 1863 '../content/browser/geolocation/win7_location_provider_unittest_win.cc',
1864 '../content/browser/gpu_blacklist_unittest.cc', 1864 '../content/browser/gpu_blacklist_unittest.cc',
1865 '../content/browser/host_zoom_map_unittest.cc', 1865 '../content/browser/host_zoom_map_unittest.cc',
1866 '../content/browser/in_process_webkit/webkit_context_unittest.cc', 1866 '../content/browser/in_process_webkit/webkit_context_unittest.cc',
1867 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', 1867 '../content/browser/in_process_webkit/webkit_thread_unittest.cc',
1868 '../content/browser/plugin_service_unittest.cc', 1868 '../content/browser/plugin_service_unittest.cc',
1869 '../content/browser/renderer_host/audio_renderer_host_unittest.cc', 1869 '../content/browser/renderer_host/audio_renderer_host_unittest.cc',
1870 '../content/browser/renderer_host/p2p_socket_host_udp_unittest.cc',
1870 '../content/browser/renderer_host/render_view_host_unittest.cc', 1871 '../content/browser/renderer_host/render_view_host_unittest.cc',
1871 '../content/browser/renderer_host/render_widget_host_unittest.cc', 1872 '../content/browser/renderer_host/render_widget_host_unittest.cc',
1872 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc', 1873 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc',
1873 '../content/browser/renderer_host/resource_queue_unittest.cc', 1874 '../content/browser/renderer_host/resource_queue_unittest.cc',
1874 '../content/browser/site_instance_unittest.cc', 1875 '../content/browser/site_instance_unittest.cc',
1875 '../content/browser/speech/endpointer/endpointer_unittest.cc', 1876 '../content/browser/speech/endpointer/endpointer_unittest.cc',
1876 '../content/browser/speech/speech_recognition_request_unittest.cc', 1877 '../content/browser/speech/speech_recognition_request_unittest.cc',
1877 '../content/browser/speech/speech_recognizer_unittest.cc', 1878 '../content/browser/speech/speech_recognizer_unittest.cc',
1878 '../content/browser/tab_contents/navigation_controller_unittest.cc', 1879 '../content/browser/tab_contents/navigation_controller_unittest.cc',
1879 '../content/browser/tab_contents/navigation_entry_unittest.cc', 1880 '../content/browser/tab_contents/navigation_entry_unittest.cc',
(...skipping 1940 matching lines...) Expand 10 before | Expand all | Expand 10 after
3820 ] 3821 ]
3821 }], # 'coverage!=0' 3822 }], # 'coverage!=0'
3822 ], # 'conditions' 3823 ], # 'conditions'
3823 } 3824 }
3824 3825
3825 # Local Variables: 3826 # Local Variables:
3826 # tab-width:2 3827 # tab-width:2
3827 # indent-tabs-mode:nil 3828 # indent-tabs-mode:nil
3828 # End: 3829 # End:
3829 # vim: set expandtab tabstop=2 shiftwidth=2: 3830 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/p2p_socket_host.h » ('j') | content/browser/renderer_host/p2p_socket_host_udp.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698