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 2053 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2064 'common/multi_process_lock_unittest.cc', | 2064 'common/multi_process_lock_unittest.cc', |
2065 'common/net/gaia/gaia_auth_fetcher_unittest.cc', | 2065 'common/net/gaia/gaia_auth_fetcher_unittest.cc', |
2066 'common/net/gaia/gaia_authenticator_unittest.cc', | 2066 'common/net/gaia/gaia_authenticator_unittest.cc', |
2067 'common/net/gaia/gaia_oauth_client_unittest.cc', | 2067 'common/net/gaia/gaia_oauth_client_unittest.cc', |
2068 'common/net/gaia/google_service_auth_error_unittest.cc', | 2068 'common/net/gaia/google_service_auth_error_unittest.cc', |
2069 'common/net/gaia/oauth_request_signer_unittest.cc', | 2069 'common/net/gaia/oauth_request_signer_unittest.cc', |
2070 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', | 2070 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', |
2071 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc', | 2071 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc', |
2072 'common/net/gaia/oauth2_mint_token_flow_unittest.cc', | 2072 'common/net/gaia/oauth2_mint_token_flow_unittest.cc', |
2073 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', | 2073 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', |
| 2074 'common/net/x509_certificate_model_unittest.cc', |
2074 'common/service_process_util_unittest.cc', | 2075 'common/service_process_util_unittest.cc', |
2075 'common/string_ordinal_unittest.cc', | 2076 'common/string_ordinal_unittest.cc', |
2076 'common/switch_utils_unittest.cc', | 2077 'common/switch_utils_unittest.cc', |
2077 'common/thumbnail_score_unittest.cc', | 2078 'common/thumbnail_score_unittest.cc', |
2078 'common/time_format_unittest.cc', | 2079 'common/time_format_unittest.cc', |
2079 'common/web_apps_unittest.cc', | 2080 'common/web_apps_unittest.cc', |
2080 'common/worker_thread_ticker_unittest.cc', | 2081 'common/worker_thread_ticker_unittest.cc', |
2081 'common/zip_reader_unittest.cc', | 2082 'common/zip_reader_unittest.cc', |
2082 'common/zip_unittest.cc', | 2083 'common/zip_unittest.cc', |
2083 'nacl/nacl_validation_query_unittest.cc', | 2084 'nacl/nacl_validation_query_unittest.cc', |
(...skipping 395 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 |