| 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 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1605 'browser/process_info_snapshot_mac_unittest.cc', | 1605 'browser/process_info_snapshot_mac_unittest.cc', |
| 1606 'browser/process_singleton_mac_unittest.cc', | 1606 'browser/process_singleton_mac_unittest.cc', |
| 1607 'browser/profiles/avatar_menu_model_unittest.cc', | 1607 'browser/profiles/avatar_menu_model_unittest.cc', |
| 1608 'browser/profiles/fake_profile_info_interface.cc', | 1608 'browser/profiles/fake_profile_info_interface.cc', |
| 1609 'browser/profiles/fake_profile_info_interface.h', | 1609 'browser/profiles/fake_profile_info_interface.h', |
| 1610 'browser/profiles/profile_dependency_manager_unittest.cc', | 1610 'browser/profiles/profile_dependency_manager_unittest.cc', |
| 1611 'browser/profiles/profile_info_cache_unittest.cc', | 1611 'browser/profiles/profile_info_cache_unittest.cc', |
| 1612 'browser/profiles/profile_manager_unittest.cc', | 1612 'browser/profiles/profile_manager_unittest.cc', |
| 1613 'browser/remoting/firewall_traversal_tab_helper_unittest.cc', | 1613 'browser/remoting/firewall_traversal_tab_helper_unittest.cc', |
| 1614 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', | 1614 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', |
| 1615 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | |
| 1616 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', | 1615 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', |
| 1617 'browser/renderer_host/text_input_client_mac_unittest.mm', | 1616 'browser/renderer_host/text_input_client_mac_unittest.mm', |
| 1618 'browser/renderer_host/web_cache_manager_unittest.cc', | 1617 'browser/renderer_host/web_cache_manager_unittest.cc', |
| 1619 'browser/resources_util_unittest.cc', | 1618 'browser/resources_util_unittest.cc', |
| 1620 'browser/rlz/rlz_unittest.cc', | 1619 'browser/rlz/rlz_unittest.cc', |
| 1621 'browser/safe_browsing/bloom_filter_unittest.cc', | 1620 'browser/safe_browsing/bloom_filter_unittest.cc', |
| 1622 'browser/safe_browsing/browser_feature_extractor_unittest.cc', | 1621 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
| 1623 'browser/safe_browsing/chunk_range_unittest.cc', | 1622 'browser/safe_browsing/chunk_range_unittest.cc', |
| 1624 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 1623 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
| 1625 'browser/safe_browsing/client_side_detection_service_unittest.cc', | 1624 'browser/safe_browsing/client_side_detection_service_unittest.cc', |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2118 'browser/download/download_safe_browsing_client_unittest.cc', | 2117 'browser/download/download_safe_browsing_client_unittest.cc', |
| 2119 ], | 2118 ], |
| 2120 'sources/': [ | 2119 'sources/': [ |
| 2121 ['exclude', '^browser/safe_browsing/'], | 2120 ['exclude', '^browser/safe_browsing/'], |
| 2122 ['exclude', '^renderer/safe_browsing/'], | 2121 ['exclude', '^renderer/safe_browsing/'], |
| 2123 ], | 2122 ], |
| 2124 }], | 2123 }], |
| 2125 ['chromeos==1', { | 2124 ['chromeos==1', { |
| 2126 'sources/': [ | 2125 'sources/': [ |
| 2127 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte
st.cc'], | 2126 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte
st.cc'], |
| 2128 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes
t.cc'], | |
| 2129 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when | 2127 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when |
| 2130 # print preview is enabled on CrOS. | 2128 # print preview is enabled on CrOS. |
| 2131 ['exclude', '^browser/ui/webui/print_preview_ui_unittest.cc'], | 2129 ['exclude', '^browser/ui/webui/print_preview_ui_unittest.cc'], |
| 2132 ], | 2130 ], |
| 2133 }, { # else: chromeos == 0 | 2131 }, { # else: chromeos == 0 |
| 2134 'sources/': [ | 2132 'sources/': [ |
| 2135 ['exclude', '^browser/chromeos/'], | 2133 ['exclude', '^browser/chromeos/'], |
| 2136 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], | 2134 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], |
| 2137 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], | 2135 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], |
| 2138 ['exclude', '^browser/ui/webui/chromeos/login'], | 2136 ['exclude', '^browser/ui/webui/chromeos/login'], |
| (...skipping 2015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4154 # Use outputs of this action as inputs for the main target build. | 4152 # Use outputs of this action as inputs for the main target build. |
| 4155 # Seems as a misnomer but makes this happy on Linux (scons). | 4153 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4156 'process_outputs_as_sources': 1, | 4154 'process_outputs_as_sources': 1, |
| 4157 }, | 4155 }, |
| 4158 ], # 'actions' | 4156 ], # 'actions' |
| 4159 }, | 4157 }, |
| 4160 ] | 4158 ] |
| 4161 }], # 'coverage!=0' | 4159 }], # 'coverage!=0' |
| 4162 ], # 'conditions' | 4160 ], # 'conditions' |
| 4163 } | 4161 } |
| OLD | NEW |