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 2459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2470 'browser/geolocation/access_token_store_browsertest.cc', | 2470 'browser/geolocation/access_token_store_browsertest.cc', |
2471 'browser/geolocation/geolocation_browsertest.cc', | 2471 'browser/geolocation/geolocation_browsertest.cc', |
2472 'browser/gpu_browsertest.cc', | 2472 'browser/gpu_browsertest.cc', |
2473 'browser/history/history_browsertest.cc', | 2473 'browser/history/history_browsertest.cc', |
2474 'browser/history/history_extension_apitest.cc', | 2474 'browser/history/history_extension_apitest.cc', |
2475 'browser/history/top_sites_extension_test.cc', | 2475 'browser/history/top_sites_extension_test.cc', |
2476 'browser/idbbindingutilities_browsertest.cc', | 2476 'browser/idbbindingutilities_browsertest.cc', |
2477 'browser/infobars/infobar_extension_apitest.cc', | 2477 'browser/infobars/infobar_extension_apitest.cc', |
2478 'browser/importer/toolbar_importer_utils_browsertest.cc', | 2478 'browser/importer/toolbar_importer_utils_browsertest.cc', |
2479 'browser/magic_iframe_browsertest.cc', | 2479 'browser/magic_iframe_browsertest.cc', |
| 2480 'browser/media/media_browsertest.cc', |
2480 'browser/net/cookie_policy_browsertest.cc', | 2481 'browser/net/cookie_policy_browsertest.cc', |
2481 'browser/net/ftp_browsertest.cc', | 2482 'browser/net/ftp_browsertest.cc', |
2482 'browser/notifications/desktop_notifications_unittest.cc', | 2483 'browser/notifications/desktop_notifications_unittest.cc', |
2483 'browser/notifications/desktop_notifications_unittest.h', | 2484 'browser/notifications/desktop_notifications_unittest.h', |
2484 'browser/oom_priority_manager_browsertest.cc', | 2485 'browser/oom_priority_manager_browsertest.cc', |
2485 'browser/plugin_data_remover_browsertest.cc', | 2486 'browser/plugin_data_remover_browsertest.cc', |
2486 'browser/policy/device_management_backend_mock.cc', | 2487 'browser/policy/device_management_backend_mock.cc', |
2487 'browser/policy/device_management_backend_mock.h', | 2488 'browser/policy/device_management_backend_mock.h', |
2488 'browser/policy/device_management_service_browsertest.cc', | 2489 'browser/policy/device_management_service_browsertest.cc', |
2489 'browser/policy/enterprise_metrics_browsertest.cc', | 2490 'browser/policy/enterprise_metrics_browsertest.cc', |
(...skipping 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4132 # Use outputs of this action as inputs for the main target build. | 4133 # Use outputs of this action as inputs for the main target build. |
4133 # Seems as a misnomer but makes this happy on Linux (scons). | 4134 # Seems as a misnomer but makes this happy on Linux (scons). |
4134 'process_outputs_as_sources': 1, | 4135 'process_outputs_as_sources': 1, |
4135 }, | 4136 }, |
4136 ], # 'actions' | 4137 ], # 'actions' |
4137 }, | 4138 }, |
4138 ] | 4139 ] |
4139 }], # 'coverage!=0' | 4140 }], # 'coverage!=0' |
4140 ], # 'conditions' | 4141 ], # 'conditions' |
4141 } | 4142 } |
OLD | NEW |