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 1917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1928 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc', | 1928 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc', |
1929 '../content/browser/renderer_host/resource_queue_unittest.cc', | 1929 '../content/browser/renderer_host/resource_queue_unittest.cc', |
1930 '../content/browser/resolve_proxy_msg_helper_unittest.cc', | 1930 '../content/browser/resolve_proxy_msg_helper_unittest.cc', |
1931 '../content/browser/site_instance_unittest.cc', | 1931 '../content/browser/site_instance_unittest.cc', |
1932 '../content/browser/speech/endpointer/endpointer_unittest.cc', | 1932 '../content/browser/speech/endpointer/endpointer_unittest.cc', |
1933 '../content/browser/speech/speech_recognition_request_unittest.cc', | 1933 '../content/browser/speech/speech_recognition_request_unittest.cc', |
1934 '../content/browser/speech/speech_recognizer_unittest.cc', | 1934 '../content/browser/speech/speech_recognizer_unittest.cc', |
1935 '../content/browser/tab_contents/navigation_controller_unittest.cc', | 1935 '../content/browser/tab_contents/navigation_controller_unittest.cc', |
1936 '../content/browser/tab_contents/navigation_entry_unittest.cc', | 1936 '../content/browser/tab_contents/navigation_entry_unittest.cc', |
1937 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', | 1937 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', |
| 1938 '../content/browser/trace_subscriber_stdio_unittest.cc', |
1938 '../content/common/font_descriptor_mac_unittest.mm', | 1939 '../content/common/font_descriptor_mac_unittest.mm', |
1939 '../content/common/gpu/gpu_feature_flags_unittest.cc', | 1940 '../content/common/gpu/gpu_feature_flags_unittest.cc', |
1940 '../content/common/gpu/gpu_info_unittest.cc', | 1941 '../content/common/gpu/gpu_info_unittest.cc', |
1941 '../content/common/hi_res_timer_manager_unittest.cc', | 1942 '../content/common/hi_res_timer_manager_unittest.cc', |
1942 '../content/common/notification_service_unittest.cc', | 1943 '../content/common/notification_service_unittest.cc', |
1943 '../content/common/process_watcher_unittest.cc', | 1944 '../content/common/process_watcher_unittest.cc', |
1944 '../content/common/property_bag_unittest.cc', | 1945 '../content/common/property_bag_unittest.cc', |
1945 '../content/common/resource_dispatcher_unittest.cc', | 1946 '../content/common/resource_dispatcher_unittest.cc', |
1946 '../content/common/sandbox_mac_diraccess_unittest.mm', | 1947 '../content/common/sandbox_mac_diraccess_unittest.mm', |
1947 '../content/common/sandbox_mac_fontloading_unittest.mm', | 1948 '../content/common/sandbox_mac_fontloading_unittest.mm', |
(...skipping 2032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3980 ] | 3981 ] |
3981 }], # 'coverage!=0' | 3982 }], # 'coverage!=0' |
3982 ], # 'conditions' | 3983 ], # 'conditions' |
3983 } | 3984 } |
3984 | 3985 |
3985 # Local Variables: | 3986 # Local Variables: |
3986 # tab-width:2 | 3987 # tab-width:2 |
3987 # indent-tabs-mode:nil | 3988 # indent-tabs-mode:nil |
3988 # End: | 3989 # End: |
3989 # vim: set expandtab tabstop=2 shiftwidth=2: | 3990 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |