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 1980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1991 'test/base/render_view_test.h', | 1991 'test/base/render_view_test.h', |
1992 'test/base/test_notification_tracker.cc', | 1992 'test/base/test_notification_tracker.cc', |
1993 'test/base/test_notification_tracker.h', | 1993 'test/base/test_notification_tracker.h', |
1994 'test/base/v8_unit_test.cc', | 1994 'test/base/v8_unit_test.cc', |
1995 'test/base/v8_unit_test.h', | 1995 'test/base/v8_unit_test.h', |
1996 'test/data/resource.rc', | 1996 'test/data/resource.rc', |
1997 'test/sync/test_http_bridge_factory.cc', | 1997 'test/sync/test_http_bridge_factory.cc', |
1998 'test/sync/test_http_bridge_factory.h', | 1998 'test/sync/test_http_bridge_factory.h', |
1999 'tools/convert_dict/convert_dict_unittest.cc', | 1999 'tools/convert_dict/convert_dict_unittest.cc', |
2000 '../content/browser/debugger/devtools_manager_unittest.cc', | 2000 '../content/browser/debugger/devtools_manager_unittest.cc', |
2001 '../content/browser/download/download_file_unittest.cc', | |
2002 '../content/browser/download/mock_download_manager.h', | |
2003 '../content/browser/download/mock_download_manager_delegate.cc', | |
2004 '../content/browser/download/mock_download_manager_delegate.h', | |
2005 '../content/browser/download/save_package_unittest.cc', | 2001 '../content/browser/download/save_package_unittest.cc', |
2006 '../content/browser/geolocation/device_data_provider_unittest.cc', | |
2007 '../content/browser/geolocation/geolocation_provider_unittest.cc', | |
2008 '../content/browser/geolocation/gps_location_provider_unittest_linux.cc'
, | |
2009 '../content/browser/geolocation/location_arbitrator_unittest.cc', | |
2010 '../content/browser/geolocation/network_location_provider_unittest.cc', | |
2011 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc', | |
2012 '../content/browser/geolocation/wifi_data_provider_linux_unittest.cc', | |
2013 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', | 2002 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', |
2014 '../content/browser/geolocation/win7_location_api_unittest_win.cc', | 2003 '../content/browser/geolocation/win7_location_api_unittest_win.cc', |
2015 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', | 2004 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', |
2016 '../content/browser/in_process_webkit/dom_storage_unittest.cc', | 2005 '../content/browser/in_process_webkit/dom_storage_unittest.cc', |
2017 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c
c', | 2006 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c
c', |
2018 '../content/browser/in_process_webkit/webkit_context_unittest.cc', | 2007 '../content/browser/in_process_webkit/webkit_context_unittest.cc', |
2019 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', | 2008 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', |
2020 '../content/browser/mach_broker_mac_unittest.cc', | 2009 '../content/browser/mach_broker_mac_unittest.cc', |
2021 '../content/browser/plugin_service_unittest.cc', | |
2022 '../content/browser/renderer_host/render_view_host_unittest.cc', | 2010 '../content/browser/renderer_host/render_view_host_unittest.cc', |
2023 '../content/browser/renderer_host/render_widget_host_unittest.cc', | 2011 '../content/browser/renderer_host/render_widget_host_unittest.cc', |
2024 '../content/browser/site_instance_unittest.cc', | 2012 '../content/browser/site_instance_unittest.cc', |
2025 '../content/browser/tab_contents/navigation_controller_unittest.cc', | 2013 '../content/browser/tab_contents/navigation_controller_unittest.cc', |
2026 '../content/browser/tab_contents/navigation_entry_unittest.cc', | 2014 '../content/browser/tab_contents/navigation_entry_unittest.cc', |
2027 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', | 2015 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', |
2028 '../content/browser/tab_contents/tab_contents_delegate_unittest.cc', | 2016 '../content/browser/tab_contents/tab_contents_delegate_unittest.cc', |
2029 '../content/common/font_descriptor_mac_unittest.mm', | 2017 '../content/common/font_descriptor_mac_unittest.mm', |
2030 '../content/common/hi_res_timer_manager_unittest.cc', | 2018 '../content/common/hi_res_timer_manager_unittest.cc', |
2031 '../content/common/sandbox_mac_diraccess_unittest.mm', | 2019 '../content/common/sandbox_mac_diraccess_unittest.mm', |
(...skipping 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4124 # Use outputs of this action as inputs for the main target build. | 4112 # Use outputs of this action as inputs for the main target build. |
4125 # Seems as a misnomer but makes this happy on Linux (scons). | 4113 # Seems as a misnomer but makes this happy on Linux (scons). |
4126 'process_outputs_as_sources': 1, | 4114 'process_outputs_as_sources': 1, |
4127 }, | 4115 }, |
4128 ], # 'actions' | 4116 ], # 'actions' |
4129 }, | 4117 }, |
4130 ] | 4118 ] |
4131 }], # 'coverage!=0' | 4119 }], # 'coverage!=0' |
4132 ], # 'conditions' | 4120 ], # 'conditions' |
4133 } | 4121 } |
OLD | NEW |