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 1428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1439 'browser/printing/print_dialog_cloud_unittest.cc', | 1439 'browser/printing/print_dialog_cloud_unittest.cc', |
1440 'browser/printing/print_job_unittest.cc', | 1440 'browser/printing/print_job_unittest.cc', |
1441 'browser/printing/print_preview_tab_controller_unittest.cc', | 1441 'browser/printing/print_preview_tab_controller_unittest.cc', |
1442 'browser/process_info_snapshot_mac_unittest.cc', | 1442 'browser/process_info_snapshot_mac_unittest.cc', |
1443 'browser/process_singleton_mac_unittest.cc', | 1443 'browser/process_singleton_mac_unittest.cc', |
1444 'browser/profiles/profile_manager_unittest.cc', | 1444 'browser/profiles/profile_manager_unittest.cc', |
1445 'browser/remoting/directory_add_request_unittest.cc', | 1445 'browser/remoting/directory_add_request_unittest.cc', |
1446 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', | 1446 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', |
1447 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 1447 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
1448 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', | 1448 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', |
| 1449 'browser/renderer_host/text_input_client_mac_unittest.mm', |
1449 'browser/renderer_host/web_cache_manager_unittest.cc', | 1450 'browser/renderer_host/web_cache_manager_unittest.cc', |
1450 'browser/resources_util_unittest.cc', | 1451 'browser/resources_util_unittest.cc', |
1451 'browser/rlz/rlz_unittest.cc', | 1452 'browser/rlz/rlz_unittest.cc', |
1452 'browser/safe_browsing/bloom_filter_unittest.cc', | 1453 'browser/safe_browsing/bloom_filter_unittest.cc', |
1453 'browser/safe_browsing/chunk_range_unittest.cc', | 1454 'browser/safe_browsing/chunk_range_unittest.cc', |
1454 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 1455 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
1455 'browser/safe_browsing/client_side_detection_service_unittest.cc', | 1456 'browser/safe_browsing/client_side_detection_service_unittest.cc', |
1456 'browser/safe_browsing/malware_details_unittest.cc', | 1457 'browser/safe_browsing/malware_details_unittest.cc', |
1457 'browser/safe_browsing/prefix_set_unittest.cc', | 1458 'browser/safe_browsing/prefix_set_unittest.cc', |
1458 'browser/safe_browsing/protocol_manager_unittest.cc', | 1459 'browser/safe_browsing/protocol_manager_unittest.cc', |
(...skipping 2327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3786 ] | 3787 ] |
3787 }], # 'coverage!=0' | 3788 }], # 'coverage!=0' |
3788 ], # 'conditions' | 3789 ], # 'conditions' |
3789 } | 3790 } |
3790 | 3791 |
3791 # Local Variables: | 3792 # Local Variables: |
3792 # tab-width:2 | 3793 # tab-width:2 |
3793 # indent-tabs-mode:nil | 3794 # indent-tabs-mode:nil |
3794 # End: | 3795 # End: |
3795 # vim: set expandtab tabstop=2 shiftwidth=2: | 3796 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |