| 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 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1539 'browser/profiles/profile_dependency_manager_unittest.cc', | 1539 'browser/profiles/profile_dependency_manager_unittest.cc', |
| 1540 'browser/profiles/profile_manager_unittest.cc', | 1540 'browser/profiles/profile_manager_unittest.cc', |
| 1541 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', | 1541 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', |
| 1542 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 1542 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
| 1543 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', | 1543 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', |
| 1544 'browser/renderer_host/text_input_client_mac_unittest.mm', | 1544 'browser/renderer_host/text_input_client_mac_unittest.mm', |
| 1545 'browser/renderer_host/web_cache_manager_unittest.cc', | 1545 'browser/renderer_host/web_cache_manager_unittest.cc', |
| 1546 'browser/resources_util_unittest.cc', | 1546 'browser/resources_util_unittest.cc', |
| 1547 'browser/rlz/rlz_unittest.cc', | 1547 'browser/rlz/rlz_unittest.cc', |
| 1548 'browser/safe_browsing/bloom_filter_unittest.cc', | 1548 'browser/safe_browsing/bloom_filter_unittest.cc', |
| 1549 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
| 1549 'browser/safe_browsing/chunk_range_unittest.cc', | 1550 'browser/safe_browsing/chunk_range_unittest.cc', |
| 1550 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 1551 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
| 1551 'browser/safe_browsing/client_side_detection_service_unittest.cc', | 1552 'browser/safe_browsing/client_side_detection_service_unittest.cc', |
| 1552 'browser/safe_browsing/malware_details_unittest.cc', | 1553 'browser/safe_browsing/malware_details_unittest.cc', |
| 1553 'browser/safe_browsing/prefix_set_unittest.cc', | 1554 'browser/safe_browsing/prefix_set_unittest.cc', |
| 1554 'browser/safe_browsing/protocol_manager_unittest.cc', | 1555 'browser/safe_browsing/protocol_manager_unittest.cc', |
| 1555 'browser/safe_browsing/protocol_parser_unittest.cc', | 1556 'browser/safe_browsing/protocol_parser_unittest.cc', |
| 1556 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 1557 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
| 1557 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1558 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
| 1558 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1559 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
| (...skipping 2548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4107 ] | 4108 ] |
| 4108 }], # 'coverage!=0' | 4109 }], # 'coverage!=0' |
| 4109 ], # 'conditions' | 4110 ], # 'conditions' |
| 4110 } | 4111 } |
| 4111 | 4112 |
| 4112 # Local Variables: | 4113 # Local Variables: |
| 4113 # tab-width:2 | 4114 # tab-width:2 |
| 4114 # indent-tabs-mode:nil | 4115 # indent-tabs-mode:nil |
| 4115 # End: | 4116 # End: |
| 4116 # vim: set expandtab tabstop=2 shiftwidth=2: | 4117 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |