Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 1905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1916 '../content/browser/geolocation/location_arbitrator_unittest.cc', | 1916 '../content/browser/geolocation/location_arbitrator_unittest.cc', |
| 1917 '../content/browser/geolocation/network_location_provider_unittest.cc', | 1917 '../content/browser/geolocation/network_location_provider_unittest.cc', |
| 1918 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc', | 1918 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 1919 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', | 1919 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', |
| 1920 '../content/browser/geolocation/win7_location_api_unittest_win.cc', | 1920 '../content/browser/geolocation/win7_location_api_unittest_win.cc', |
| 1921 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', | 1921 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', |
| 1922 '../content/browser/gpu/gpu_blacklist_unittest.cc', | 1922 '../content/browser/gpu/gpu_blacklist_unittest.cc', |
| 1923 '../content/browser/host_zoom_map_unittest.cc', | 1923 '../content/browser/host_zoom_map_unittest.cc', |
| 1924 '../content/browser/in_process_webkit/webkit_context_unittest.cc', | 1924 '../content/browser/in_process_webkit/webkit_context_unittest.cc', |
| 1925 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', | 1925 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', |
| 1926 '../content/browser/media_stream/video_capture_manager_unittest.cc', | |
|
scherkus (not reviewing)
2011/05/23 05:05:09
not seeing this file?
Per K
2011/05/23 12:05:47
This patch is dependent on 6946001 where it will b
| |
| 1926 '../content/browser/plugin_service_unittest.cc', | 1927 '../content/browser/plugin_service_unittest.cc', |
| 1927 '../content/browser/renderer_host/audio_renderer_host_unittest.cc', | 1928 '../content/browser/renderer_host/audio_renderer_host_unittest.cc', |
| 1928 '../content/browser/renderer_host/render_view_host_unittest.cc', | 1929 '../content/browser/renderer_host/render_view_host_unittest.cc', |
| 1929 '../content/browser/renderer_host/render_widget_host_unittest.cc', | 1930 '../content/browser/renderer_host/render_widget_host_unittest.cc', |
| 1930 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc', | 1931 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc', |
| 1931 '../content/browser/renderer_host/resource_queue_unittest.cc', | 1932 '../content/browser/renderer_host/resource_queue_unittest.cc', |
| 1933 '../content/browser/renderer_host/video_capture_host_unittest.cc', | |
| 1932 '../content/browser/resolve_proxy_msg_helper_unittest.cc', | 1934 '../content/browser/resolve_proxy_msg_helper_unittest.cc', |
| 1933 '../content/browser/site_instance_unittest.cc', | 1935 '../content/browser/site_instance_unittest.cc', |
| 1934 '../content/browser/speech/endpointer/endpointer_unittest.cc', | 1936 '../content/browser/speech/endpointer/endpointer_unittest.cc', |
| 1935 '../content/browser/speech/speech_recognition_request_unittest.cc', | 1937 '../content/browser/speech/speech_recognition_request_unittest.cc', |
| 1936 '../content/browser/speech/speech_recognizer_unittest.cc', | 1938 '../content/browser/speech/speech_recognizer_unittest.cc', |
| 1937 '../content/browser/tab_contents/navigation_controller_unittest.cc', | 1939 '../content/browser/tab_contents/navigation_controller_unittest.cc', |
| 1938 '../content/browser/tab_contents/navigation_entry_unittest.cc', | 1940 '../content/browser/tab_contents/navigation_entry_unittest.cc', |
| 1939 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', | 1941 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', |
| 1940 '../content/common/font_descriptor_mac_unittest.mm', | 1942 '../content/common/font_descriptor_mac_unittest.mm', |
| 1941 '../content/common/gpu/gpu_feature_flags_unittest.cc', | 1943 '../content/common/gpu/gpu_feature_flags_unittest.cc', |
| (...skipping 2048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3990 ] | 3992 ] |
| 3991 }], # 'coverage!=0' | 3993 }], # 'coverage!=0' |
| 3992 ], # 'conditions' | 3994 ], # 'conditions' |
| 3993 } | 3995 } |
| 3994 | 3996 |
| 3995 # Local Variables: | 3997 # Local Variables: |
| 3996 # tab-width:2 | 3998 # tab-width:2 |
| 3997 # indent-tabs-mode:nil | 3999 # indent-tabs-mode:nil |
| 3998 # End: | 4000 # End: |
| 3999 # vim: set expandtab tabstop=2 shiftwidth=2: | 4001 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |