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 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1940 '../content/browser/renderer_host/resource_queue_unittest.cc', | 1940 '../content/browser/renderer_host/resource_queue_unittest.cc', |
1941 '../content/browser/renderer_host/video_capture_host_unittest.cc', | 1941 '../content/browser/renderer_host/video_capture_host_unittest.cc', |
1942 '../content/browser/resolve_proxy_msg_helper_unittest.cc', | 1942 '../content/browser/resolve_proxy_msg_helper_unittest.cc', |
1943 '../content/browser/site_instance_unittest.cc', | 1943 '../content/browser/site_instance_unittest.cc', |
1944 '../content/browser/speech/endpointer/endpointer_unittest.cc', | 1944 '../content/browser/speech/endpointer/endpointer_unittest.cc', |
1945 '../content/browser/speech/speech_recognition_request_unittest.cc', | 1945 '../content/browser/speech/speech_recognition_request_unittest.cc', |
1946 '../content/browser/speech/speech_recognizer_unittest.cc', | 1946 '../content/browser/speech/speech_recognizer_unittest.cc', |
1947 '../content/browser/tab_contents/navigation_controller_unittest.cc', | 1947 '../content/browser/tab_contents/navigation_controller_unittest.cc', |
1948 '../content/browser/tab_contents/navigation_entry_unittest.cc', | 1948 '../content/browser/tab_contents/navigation_entry_unittest.cc', |
1949 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', | 1949 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', |
| 1950 '../content/browser/trace_subscriber_stdio_unittest.cc', |
1950 '../content/common/font_descriptor_mac_unittest.mm', | 1951 '../content/common/font_descriptor_mac_unittest.mm', |
1951 '../content/common/gpu/gpu_feature_flags_unittest.cc', | 1952 '../content/common/gpu/gpu_feature_flags_unittest.cc', |
1952 '../content/common/gpu/gpu_info_unittest.cc', | 1953 '../content/common/gpu/gpu_info_unittest.cc', |
1953 '../content/common/hi_res_timer_manager_unittest.cc', | 1954 '../content/common/hi_res_timer_manager_unittest.cc', |
1954 '../content/common/notification_service_unittest.cc', | 1955 '../content/common/notification_service_unittest.cc', |
1955 '../content/common/process_watcher_unittest.cc', | 1956 '../content/common/process_watcher_unittest.cc', |
1956 '../content/common/property_bag_unittest.cc', | 1957 '../content/common/property_bag_unittest.cc', |
1957 '../content/common/resource_dispatcher_unittest.cc', | 1958 '../content/common/resource_dispatcher_unittest.cc', |
1958 '../content/common/sandbox_mac_diraccess_unittest.mm', | 1959 '../content/common/sandbox_mac_diraccess_unittest.mm', |
1959 '../content/common/sandbox_mac_fontloading_unittest.mm', | 1960 '../content/common/sandbox_mac_fontloading_unittest.mm', |
(...skipping 2099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4059 ] | 4060 ] |
4060 }], # 'coverage!=0' | 4061 }], # 'coverage!=0' |
4061 ], # 'conditions' | 4062 ], # 'conditions' |
4062 } | 4063 } |
4063 | 4064 |
4064 # Local Variables: | 4065 # Local Variables: |
4065 # tab-width:2 | 4066 # tab-width:2 |
4066 # indent-tabs-mode:nil | 4067 # indent-tabs-mode:nil |
4067 # End: | 4068 # End: |
4068 # vim: set expandtab tabstop=2 shiftwidth=2: | 4069 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |