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 1535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1546 'browser/profiles/profile_dependency_manager_unittest.cc', | 1546 'browser/profiles/profile_dependency_manager_unittest.cc', |
1547 'browser/profiles/profile_manager_unittest.cc', | 1547 'browser/profiles/profile_manager_unittest.cc', |
1548 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', | 1548 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', |
1549 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 1549 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
1550 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', | 1550 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', |
1551 'browser/renderer_host/text_input_client_mac_unittest.mm', | 1551 'browser/renderer_host/text_input_client_mac_unittest.mm', |
1552 'browser/renderer_host/web_cache_manager_unittest.cc', | 1552 'browser/renderer_host/web_cache_manager_unittest.cc', |
1553 'browser/resources_util_unittest.cc', | 1553 'browser/resources_util_unittest.cc', |
1554 'browser/rlz/rlz_unittest.cc', | 1554 'browser/rlz/rlz_unittest.cc', |
1555 'browser/safe_browsing/bloom_filter_unittest.cc', | 1555 'browser/safe_browsing/bloom_filter_unittest.cc', |
| 1556 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
1556 'browser/safe_browsing/chunk_range_unittest.cc', | 1557 'browser/safe_browsing/chunk_range_unittest.cc', |
1557 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 1558 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
1558 'browser/safe_browsing/client_side_detection_service_unittest.cc', | 1559 'browser/safe_browsing/client_side_detection_service_unittest.cc', |
1559 'browser/safe_browsing/malware_details_unittest.cc', | 1560 'browser/safe_browsing/malware_details_unittest.cc', |
1560 'browser/safe_browsing/prefix_set_unittest.cc', | 1561 'browser/safe_browsing/prefix_set_unittest.cc', |
1561 'browser/safe_browsing/protocol_manager_unittest.cc', | 1562 'browser/safe_browsing/protocol_manager_unittest.cc', |
1562 'browser/safe_browsing/protocol_parser_unittest.cc', | 1563 'browser/safe_browsing/protocol_parser_unittest.cc', |
1563 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 1564 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
1564 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1565 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
1565 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1566 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
(...skipping 2536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4102 ] | 4103 ] |
4103 }], # 'coverage!=0' | 4104 }], # 'coverage!=0' |
4104 ], # 'conditions' | 4105 ], # 'conditions' |
4105 } | 4106 } |
4106 | 4107 |
4107 # Local Variables: | 4108 # Local Variables: |
4108 # tab-width:2 | 4109 # tab-width:2 |
4109 # indent-tabs-mode:nil | 4110 # indent-tabs-mode:nil |
4110 # End: | 4111 # End: |
4111 # vim: set expandtab tabstop=2 shiftwidth=2: | 4112 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |