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 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1564 'browser/profiles/profile_dependency_manager_unittest.cc', | 1564 'browser/profiles/profile_dependency_manager_unittest.cc', |
1565 'browser/profiles/profile_manager_unittest.cc', | 1565 'browser/profiles/profile_manager_unittest.cc', |
1566 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', | 1566 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', |
1567 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 1567 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
1568 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', | 1568 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', |
1569 'browser/renderer_host/text_input_client_mac_unittest.mm', | 1569 'browser/renderer_host/text_input_client_mac_unittest.mm', |
1570 'browser/renderer_host/web_cache_manager_unittest.cc', | 1570 'browser/renderer_host/web_cache_manager_unittest.cc', |
1571 'browser/resources_util_unittest.cc', | 1571 'browser/resources_util_unittest.cc', |
1572 'browser/rlz/rlz_unittest.cc', | 1572 'browser/rlz/rlz_unittest.cc', |
1573 'browser/safe_browsing/bloom_filter_unittest.cc', | 1573 'browser/safe_browsing/bloom_filter_unittest.cc', |
| 1574 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
1574 'browser/safe_browsing/chunk_range_unittest.cc', | 1575 'browser/safe_browsing/chunk_range_unittest.cc', |
1575 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 1576 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
1576 'browser/safe_browsing/client_side_detection_service_unittest.cc', | 1577 'browser/safe_browsing/client_side_detection_service_unittest.cc', |
1577 'browser/safe_browsing/malware_details_unittest.cc', | 1578 'browser/safe_browsing/malware_details_unittest.cc', |
1578 'browser/safe_browsing/prefix_set_unittest.cc', | 1579 'browser/safe_browsing/prefix_set_unittest.cc', |
1579 'browser/safe_browsing/protocol_manager_unittest.cc', | 1580 'browser/safe_browsing/protocol_manager_unittest.cc', |
1580 'browser/safe_browsing/protocol_parser_unittest.cc', | 1581 'browser/safe_browsing/protocol_parser_unittest.cc', |
1581 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 1582 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
1582 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1583 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
1583 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1584 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
(...skipping 2548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4132 ] | 4133 ] |
4133 }], # 'coverage!=0' | 4134 }], # 'coverage!=0' |
4134 ], # 'conditions' | 4135 ], # 'conditions' |
4135 } | 4136 } |
4136 | 4137 |
4137 # Local Variables: | 4138 # Local Variables: |
4138 # tab-width:2 | 4139 # tab-width:2 |
4139 # indent-tabs-mode:nil | 4140 # indent-tabs-mode:nil |
4140 # End: | 4141 # End: |
4141 # vim: set expandtab tabstop=2 shiftwidth=2: | 4142 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |