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 1495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1506 'browser/net/predictor_unittest.cc', | 1506 'browser/net/predictor_unittest.cc', |
1507 'browser/net/pref_proxy_config_service_unittest.cc', | 1507 'browser/net/pref_proxy_config_service_unittest.cc', |
1508 'browser/net/quoted_printable_unittest.cc', | 1508 'browser/net/quoted_printable_unittest.cc', |
1509 'browser/net/sqlite_origin_bound_cert_store_unittest.cc', | 1509 'browser/net/sqlite_origin_bound_cert_store_unittest.cc', |
1510 'browser/net/sqlite_persistent_cookie_store_unittest.cc', | 1510 'browser/net/sqlite_persistent_cookie_store_unittest.cc', |
1511 'browser/net/ssl_config_service_manager_pref_unittest.cc', | 1511 'browser/net/ssl_config_service_manager_pref_unittest.cc', |
1512 'browser/net/url_fixer_upper_unittest.cc', | 1512 'browser/net/url_fixer_upper_unittest.cc', |
1513 'browser/net/url_info_unittest.cc', | 1513 'browser/net/url_info_unittest.cc', |
1514 'browser/notifications/desktop_notification_service_unittest.cc', | 1514 'browser/notifications/desktop_notification_service_unittest.cc', |
1515 'browser/notifications/notification_exceptions_table_model_unittest.cc', | 1515 'browser/notifications/notification_exceptions_table_model_unittest.cc', |
1516 'browser/notifications/notifications_prefs_cache_unittest.cc', | |
1517 'browser/parsers/metadata_parser_filebase_unittest.cc', | 1516 'browser/parsers/metadata_parser_filebase_unittest.cc', |
1518 'browser/password_manager/encryptor_password_mac_unittest.cc', | 1517 'browser/password_manager/encryptor_password_mac_unittest.cc', |
1519 'browser/password_manager/encryptor_unittest.cc', | 1518 'browser/password_manager/encryptor_unittest.cc', |
1520 'browser/password_manager/login_database_unittest.cc', | 1519 'browser/password_manager/login_database_unittest.cc', |
1521 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 1520 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
1522 'browser/password_manager/password_form_data.cc', | 1521 'browser/password_manager/password_form_data.cc', |
1523 'browser/password_manager/password_form_manager_unittest.cc', | 1522 'browser/password_manager/password_form_manager_unittest.cc', |
1524 'browser/password_manager/password_manager_unittest.cc', | 1523 'browser/password_manager/password_manager_unittest.cc', |
1525 'browser/password_manager/password_store_default_unittest.cc', | 1524 'browser/password_manager/password_store_default_unittest.cc', |
1526 'browser/password_manager/password_store_mac_unittest.cc', | 1525 'browser/password_manager/password_store_mac_unittest.cc', |
(...skipping 2591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4118 # Use outputs of this action as inputs for the main target build. | 4117 # Use outputs of this action as inputs for the main target build. |
4119 # Seems as a misnomer but makes this happy on Linux (scons). | 4118 # Seems as a misnomer but makes this happy on Linux (scons). |
4120 'process_outputs_as_sources': 1, | 4119 'process_outputs_as_sources': 1, |
4121 }, | 4120 }, |
4122 ], # 'actions' | 4121 ], # 'actions' |
4123 }, | 4122 }, |
4124 ] | 4123 ] |
4125 }], # 'coverage!=0' | 4124 }], # 'coverage!=0' |
4126 ], # 'conditions' | 4125 ], # 'conditions' |
4127 } | 4126 } |
OLD | NEW |