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 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1582 'browser/prerender/prerender_history_unittest.cc', | 1582 'browser/prerender/prerender_history_unittest.cc', |
1583 'browser/prerender/prerender_manager_unittest.cc', | 1583 'browser/prerender/prerender_manager_unittest.cc', |
1584 'browser/prerender/prerender_tracker_unittest.cc', | 1584 'browser/prerender/prerender_tracker_unittest.cc', |
1585 'browser/prerender/prerender_util_unittest.cc', | 1585 'browser/prerender/prerender_util_unittest.cc', |
1586 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', | 1586 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', |
1587 'browser/printing/print_dialog_cloud_unittest.cc', | 1587 'browser/printing/print_dialog_cloud_unittest.cc', |
1588 'browser/printing/print_job_unittest.cc', | 1588 'browser/printing/print_job_unittest.cc', |
1589 'browser/printing/print_preview_tab_controller_unittest.cc', | 1589 'browser/printing/print_preview_tab_controller_unittest.cc', |
1590 'browser/process_info_snapshot_mac_unittest.cc', | 1590 'browser/process_info_snapshot_mac_unittest.cc', |
1591 'browser/process_singleton_mac_unittest.cc', | 1591 'browser/process_singleton_mac_unittest.cc', |
| 1592 'browser/profiles/avatar_menu_model_unittest.cc', |
1592 'browser/profiles/profile_dependency_manager_unittest.cc', | 1593 'browser/profiles/profile_dependency_manager_unittest.cc', |
1593 'browser/profiles/profile_info_cache_unittest.cc', | 1594 'browser/profiles/profile_info_cache_unittest.cc', |
1594 'browser/profiles/profile_manager_unittest.cc', | 1595 'browser/profiles/profile_manager_unittest.cc', |
1595 'browser/remoting/firewall_traversal_tab_helper_unittest.cc', | 1596 'browser/remoting/firewall_traversal_tab_helper_unittest.cc', |
1596 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', | 1597 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', |
1597 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 1598 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
1598 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', | 1599 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', |
1599 'browser/renderer_host/text_input_client_mac_unittest.mm', | 1600 'browser/renderer_host/text_input_client_mac_unittest.mm', |
1600 'browser/renderer_host/web_cache_manager_unittest.cc', | 1601 'browser/renderer_host/web_cache_manager_unittest.cc', |
1601 'browser/resources_util_unittest.cc', | 1602 'browser/resources_util_unittest.cc', |
(...skipping 2761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4363 # Use outputs of this action as inputs for the main target build. | 4364 # Use outputs of this action as inputs for the main target build. |
4364 # Seems as a misnomer but makes this happy on Linux (scons). | 4365 # Seems as a misnomer but makes this happy on Linux (scons). |
4365 'process_outputs_as_sources': 1, | 4366 'process_outputs_as_sources': 1, |
4366 }, | 4367 }, |
4367 ], # 'actions' | 4368 ], # 'actions' |
4368 }, | 4369 }, |
4369 ] | 4370 ] |
4370 }], # 'coverage!=0' | 4371 }], # 'coverage!=0' |
4371 ], # 'conditions' | 4372 ], # 'conditions' |
4372 } | 4373 } |
OLD | NEW |