OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 2044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2055 'common/json_schema_validator_unittest_base.h', | 2055 'common/json_schema_validator_unittest_base.h', |
2056 'common/json_value_serializer_unittest.cc', | 2056 'common/json_value_serializer_unittest.cc', |
2057 'common/mac/cfbundle_blocker_unittest.mm', | 2057 'common/mac/cfbundle_blocker_unittest.mm', |
2058 'common/mac/mock_launchd.cc', | 2058 'common/mac/mock_launchd.cc', |
2059 'common/mac/mock_launchd.h', | 2059 'common/mac/mock_launchd.h', |
2060 'common/mac/objc_method_swizzle_unittest.mm', | 2060 'common/mac/objc_method_swizzle_unittest.mm', |
2061 'common/mac/objc_zombie_unittest.mm', | 2061 'common/mac/objc_zombie_unittest.mm', |
2062 'common/metrics/metrics_log_base_unittest.cc', | 2062 'common/metrics/metrics_log_base_unittest.cc', |
2063 'common/metrics/metrics_log_manager_unittest.cc', | 2063 'common/metrics/metrics_log_manager_unittest.cc', |
2064 'common/multi_process_lock_unittest.cc', | 2064 'common/multi_process_lock_unittest.cc', |
2065 'common/net/x509_certificate_model_unittest.cc', | |
wtc
2012/03/28 19:36:05
Nit: should this file be listed after the files in
mattm
2012/03/29 00:24:45
Done.
| |
2065 'common/net/gaia/gaia_auth_fetcher_unittest.cc', | 2066 'common/net/gaia/gaia_auth_fetcher_unittest.cc', |
2066 'common/net/gaia/gaia_authenticator_unittest.cc', | 2067 'common/net/gaia/gaia_authenticator_unittest.cc', |
2067 'common/net/gaia/gaia_oauth_client_unittest.cc', | 2068 'common/net/gaia/gaia_oauth_client_unittest.cc', |
2068 'common/net/gaia/google_service_auth_error_unittest.cc', | 2069 'common/net/gaia/google_service_auth_error_unittest.cc', |
2069 'common/net/gaia/oauth_request_signer_unittest.cc', | 2070 'common/net/gaia/oauth_request_signer_unittest.cc', |
2070 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', | 2071 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', |
2071 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc', | 2072 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc', |
2072 'common/net/gaia/oauth2_mint_token_flow_unittest.cc', | 2073 'common/net/gaia/oauth2_mint_token_flow_unittest.cc', |
2073 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', | 2074 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', |
2074 'common/service_process_util_unittest.cc', | 2075 'common/service_process_util_unittest.cc', |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2479 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', | 2480 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', |
2480 ], | 2481 ], |
2481 }, { # else: toolkit_views == 0 | 2482 }, { # else: toolkit_views == 0 |
2482 'sources/': [ | 2483 'sources/': [ |
2483 ['exclude', '^browser/ui/views/'], | 2484 ['exclude', '^browser/ui/views/'], |
2484 ['exclude', '^../views/'], | 2485 ['exclude', '^../views/'], |
2485 ['exclude', '^../ui/views/'], | 2486 ['exclude', '^../ui/views/'], |
2486 ['exclude', '^browser/extensions/key_identifier_conversion_views_uni ttest.cc'], | 2487 ['exclude', '^browser/extensions/key_identifier_conversion_views_uni ttest.cc'], |
2487 ], | 2488 ], |
2488 }], | 2489 }], |
2490 ['use_nss==0 and use_openssl==0', { | |
2491 'sources!': [ | |
2492 'common/net/x509_certificate_model_unittest.cc', | |
2493 ], | |
2494 }], | |
2489 ['use_openssl==1', { | 2495 ['use_openssl==1', { |
2490 'sources/': [ | 2496 'sources/': [ |
2491 # OpenSSL build does not support firefox importer. See | 2497 # OpenSSL build does not support firefox importer. See |
2492 # http://crbug.com/64926 | 2498 # http://crbug.com/64926 |
2493 ['exclude', '^browser/importer/'], | 2499 ['exclude', '^browser/importer/'], |
2494 ], | 2500 ], |
2495 }], | 2501 }], |
2496 ['use_cups==1', { | 2502 ['use_cups==1', { |
2497 'defines': [ | 2503 'defines': [ |
2498 'USE_CUPS', | 2504 'USE_CUPS', |
(...skipping 2110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4609 # Use outputs of this action as inputs for the main target build. | 4615 # Use outputs of this action as inputs for the main target build. |
4610 # Seems as a misnomer but makes this happy on Linux (scons). | 4616 # Seems as a misnomer but makes this happy on Linux (scons). |
4611 'process_outputs_as_sources': 1, | 4617 'process_outputs_as_sources': 1, |
4612 }, | 4618 }, |
4613 ], # 'actions' | 4619 ], # 'actions' |
4614 }, | 4620 }, |
4615 ] | 4621 ] |
4616 }], # 'coverage!=0' | 4622 }], # 'coverage!=0' |
4617 ], # 'conditions' | 4623 ], # 'conditions' |
4618 } | 4624 } |
OLD | NEW |