OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 'password_manager/core/browser/password_form_manager_unittest.cc', | 390 'password_manager/core/browser/password_form_manager_unittest.cc', |
391 'password_manager/core/browser/password_generation_manager_unittest.cc', | 391 'password_manager/core/browser/password_generation_manager_unittest.cc', |
392 'password_manager/core/browser/password_manager_metrics_util_unittest.cc', | 392 'password_manager/core/browser/password_manager_metrics_util_unittest.cc', |
393 'password_manager/core/browser/password_manager_unittest.cc', | 393 'password_manager/core/browser/password_manager_unittest.cc', |
394 'password_manager/core/browser/password_store_default_unittest.cc', | 394 'password_manager/core/browser/password_store_default_unittest.cc', |
395 'password_manager/core/browser/password_store_unittest.cc', | 395 'password_manager/core/browser/password_store_unittest.cc', |
396 'password_manager/core/browser/password_syncable_service_unittest.cc', | 396 'password_manager/core/browser/password_syncable_service_unittest.cc', |
397 'password_manager/core/browser/psl_matching_helper_unittest.cc', | 397 'password_manager/core/browser/psl_matching_helper_unittest.cc', |
398 'password_manager/core/browser/statistics_table_unittest.cc', | 398 'password_manager/core/browser/statistics_table_unittest.cc', |
399 'password_manager/core/common/credential_manager_types_unittest.cc', | 399 'password_manager/core/common/credential_manager_types_unittest.cc', |
| 400 'password_manager/sync/browser/sync_store_result_filter_unittest.cc', |
400 ], | 401 ], |
401 'policy_unittest_sources': [ | 402 'policy_unittest_sources': [ |
402 'policy/core/browser/android/android_combined_policy_provider_unittest.cc'
, | 403 'policy/core/browser/android/android_combined_policy_provider_unittest.cc'
, |
403 'policy/core/browser/android/policy_converter_unittest.cc', | 404 'policy/core/browser/android/policy_converter_unittest.cc', |
404 'policy/core/browser/autofill_policy_handler_unittest.cc', | 405 'policy/core/browser/autofill_policy_handler_unittest.cc', |
405 'policy/core/browser/browser_policy_connector_unittest.cc', | 406 'policy/core/browser/browser_policy_connector_unittest.cc', |
406 'policy/core/browser/configuration_policy_handler_unittest.cc', | 407 'policy/core/browser/configuration_policy_handler_unittest.cc', |
407 'policy/core/browser/configuration_policy_pref_store_unittest.cc', | 408 'policy/core/browser/configuration_policy_pref_store_unittest.cc', |
408 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', | 409 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', |
409 'policy/core/common/async_policy_provider_unittest.cc', | 410 'policy/core/common/async_policy_provider_unittest.cc', |
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
851 'components.gyp:metrics_profiler', | 852 'components.gyp:metrics_profiler', |
852 'components.gyp:metrics_test_support', | 853 'components.gyp:metrics_test_support', |
853 'components.gyp:network_time', | 854 'components.gyp:network_time', |
854 'components.gyp:offline_pages', | 855 'components.gyp:offline_pages', |
855 'components.gyp:omnibox_browser', | 856 'components.gyp:omnibox_browser', |
856 'components.gyp:omnibox_test_support', | 857 'components.gyp:omnibox_test_support', |
857 'components.gyp:os_crypt', | 858 'components.gyp:os_crypt', |
858 'components.gyp:packed_ct_ev_whitelist', | 859 'components.gyp:packed_ct_ev_whitelist', |
859 'components.gyp:password_manager_core_browser', | 860 'components.gyp:password_manager_core_browser', |
860 'components.gyp:password_manager_core_browser_test_support', | 861 'components.gyp:password_manager_core_browser_test_support', |
| 862 'components.gyp:password_manager_sync_browser', |
861 'components.gyp:precache_core', | 863 'components.gyp:precache_core', |
862 'components.gyp:pref_registry_test_support', | 864 'components.gyp:pref_registry_test_support', |
863 'components.gyp:proxy_config', | 865 'components.gyp:proxy_config', |
864 'components.gyp:query_parser', | 866 'components.gyp:query_parser', |
865 'components.gyp:rappor', | 867 'components.gyp:rappor', |
866 'components.gyp:rappor_test_support', | 868 'components.gyp:rappor_test_support', |
867 'components.gyp:search', | 869 'components.gyp:search', |
868 'components.gyp:search_engines', | 870 'components.gyp:search_engines', |
869 'components.gyp:search_engines_test_support', | 871 'components.gyp:search_engines_test_support', |
870 'components.gyp:search_provider_logos', | 872 'components.gyp:search_provider_logos', |
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1578 'invalidation/impl/android/junit/', | 1580 'invalidation/impl/android/junit/', |
1579 'policy/android/junit/' | 1581 'policy/android/junit/' |
1580 ], | 1582 ], |
1581 }, | 1583 }, |
1582 'includes': [ '../build/host_jar.gypi' ], | 1584 'includes': [ '../build/host_jar.gypi' ], |
1583 }, | 1585 }, |
1584 ], | 1586 ], |
1585 }], | 1587 }], |
1586 ], | 1588 ], |
1587 } | 1589 } |
OLD | NEW |