| 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| 11 import("//components/offline_pages/features/features.gni") | 11 import("//components/offline_pages/features/features.gni") |
| 12 import("//components/os_crypt/features.gni") | 12 import("//components/os_crypt/features.gni") |
| 13 import("//components/signin/features.gni") |
| 13 import("//components/spellcheck/spellcheck_build_features.gni") | 14 import("//components/spellcheck/spellcheck_build_features.gni") |
| 14 import("//device/vr/features/features.gni") | 15 import("//device/vr/features/features.gni") |
| 15 import("//extensions/features/features.gni") | 16 import("//extensions/features/features.gni") |
| 16 import("//media/media_options.gni") | 17 import("//media/media_options.gni") |
| 17 import("//net/features.gni") | 18 import("//net/features.gni") |
| 18 import("//ppapi/features/features.gni") | 19 import("//ppapi/features/features.gni") |
| 19 import("//printing/features/features.gni") | 20 import("//printing/features/features.gni") |
| 20 import("//rlz/features/features.gni") | 21 import("//rlz/features/features.gni") |
| 21 import("//sandbox/features.gni") | 22 import("//sandbox/features.gni") |
| 22 import("//services/service_manager/public/service_manifest.gni") | 23 import("//services/service_manager/public/service_manifest.gni") |
| (...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1255 "signin/account_reconcilor_factory.cc", | 1256 "signin/account_reconcilor_factory.cc", |
| 1256 "signin/account_reconcilor_factory.h", | 1257 "signin/account_reconcilor_factory.h", |
| 1257 "signin/account_tracker_service_factory.cc", | 1258 "signin/account_tracker_service_factory.cc", |
| 1258 "signin/account_tracker_service_factory.h", | 1259 "signin/account_tracker_service_factory.h", |
| 1259 "signin/chrome_signin_client.cc", | 1260 "signin/chrome_signin_client.cc", |
| 1260 "signin/chrome_signin_client.h", | 1261 "signin/chrome_signin_client.h", |
| 1261 "signin/chrome_signin_client_factory.cc", | 1262 "signin/chrome_signin_client_factory.cc", |
| 1262 "signin/chrome_signin_client_factory.h", | 1263 "signin/chrome_signin_client_factory.h", |
| 1263 "signin/chrome_signin_helper.cc", | 1264 "signin/chrome_signin_helper.cc", |
| 1264 "signin/chrome_signin_helper.h", | 1265 "signin/chrome_signin_helper.h", |
| 1265 "signin/dice_response_handler.cc", | |
| 1266 "signin/dice_response_handler.h", | |
| 1267 "signin/gaia_cookie_manager_service_factory.cc", | 1266 "signin/gaia_cookie_manager_service_factory.cc", |
| 1268 "signin/gaia_cookie_manager_service_factory.h", | 1267 "signin/gaia_cookie_manager_service_factory.h", |
| 1269 "signin/investigator_dependency_provider.cc", | 1268 "signin/investigator_dependency_provider.cc", |
| 1270 "signin/investigator_dependency_provider.h", | 1269 "signin/investigator_dependency_provider.h", |
| 1271 "signin/local_auth.cc", | 1270 "signin/local_auth.cc", |
| 1272 "signin/local_auth.h", | 1271 "signin/local_auth.h", |
| 1273 "signin/mutable_profile_oauth2_token_service_delegate.cc", | 1272 "signin/mutable_profile_oauth2_token_service_delegate.cc", |
| 1274 "signin/mutable_profile_oauth2_token_service_delegate.h", | 1273 "signin/mutable_profile_oauth2_token_service_delegate.h", |
| 1275 "signin/profile_oauth2_token_service_factory.cc", | 1274 "signin/profile_oauth2_token_service_factory.cc", |
| 1276 "signin/profile_oauth2_token_service_factory.h", | 1275 "signin/profile_oauth2_token_service_factory.h", |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1592 "//components/safe_json", | 1591 "//components/safe_json", |
| 1593 "//components/search", | 1592 "//components/search", |
| 1594 "//components/search_engines", | 1593 "//components/search_engines", |
| 1595 "//components/search_provider_logos", | 1594 "//components/search_provider_logos", |
| 1596 "//components/security_interstitials/content:security_interstitial_page", | 1595 "//components/security_interstitials/content:security_interstitial_page", |
| 1597 "//components/security_interstitials/core", | 1596 "//components/security_interstitials/core", |
| 1598 "//components/security_state/content", | 1597 "//components/security_state/content", |
| 1599 "//components/security_state/core", | 1598 "//components/security_state/core", |
| 1600 "//components/sessions", | 1599 "//components/sessions", |
| 1601 "//components/signin/core/browser", | 1600 "//components/signin/core/browser", |
| 1601 "//components/signin/core/common", |
| 1602 "//components/signin/core/common:signin_features", |
| 1602 "//components/spellcheck:build_features", | 1603 "//components/spellcheck:build_features", |
| 1603 "//components/ssl_config", | 1604 "//components/ssl_config", |
| 1604 "//components/ssl_errors", | 1605 "//components/ssl_errors", |
| 1605 "//components/startup_metric_utils/browser:host", | 1606 "//components/startup_metric_utils/browser:host", |
| 1606 "//components/startup_metric_utils/browser:lib", | 1607 "//components/startup_metric_utils/browser:lib", |
| 1607 "//components/storage_monitor", | 1608 "//components/storage_monitor", |
| 1608 "//components/strings", | 1609 "//components/strings", |
| 1609 "//components/subresource_filter/content/browser", | 1610 "//components/subresource_filter/content/browser", |
| 1610 "//components/subresource_filter/core/browser", | 1611 "//components/subresource_filter/core/browser", |
| 1611 "//components/suggestions", | 1612 "//components/suggestions", |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2035 "background/background_mode_manager_mac.mm", | 2036 "background/background_mode_manager_mac.mm", |
| 2036 "background/background_mode_manager_win.cc", | 2037 "background/background_mode_manager_win.cc", |
| 2037 "background/background_mode_optimizer.cc", | 2038 "background/background_mode_optimizer.cc", |
| 2038 "background/background_mode_optimizer.h", | 2039 "background/background_mode_optimizer.h", |
| 2039 "background/background_trigger.h", | 2040 "background/background_trigger.h", |
| 2040 ] | 2041 ] |
| 2041 if (!use_aura || is_win || is_chromeos) { | 2042 if (!use_aura || is_win || is_chromeos) { |
| 2042 sources -= [ "background/background_mode_manager_aura.cc" ] | 2043 sources -= [ "background/background_mode_manager_aura.cc" ] |
| 2043 } | 2044 } |
| 2044 } | 2045 } |
| 2046 if (enable_dice_support) { |
| 2047 sources += [ |
| 2048 "signin/dice_response_handler.cc", |
| 2049 "signin/dice_response_handler.h", |
| 2050 ] |
| 2051 } |
| 2045 if (enable_spellcheck) { | 2052 if (enable_spellcheck) { |
| 2046 sources += [ | 2053 sources += [ |
| 2047 "spellchecker/spell_check_host_impl.cc", | 2054 "spellchecker/spell_check_host_impl.cc", |
| 2048 "spellchecker/spell_check_host_impl.h", | 2055 "spellchecker/spell_check_host_impl.h", |
| 2049 "spellchecker/spellcheck_custom_dictionary.cc", | 2056 "spellchecker/spellcheck_custom_dictionary.cc", |
| 2050 "spellchecker/spellcheck_custom_dictionary.h", | 2057 "spellchecker/spellcheck_custom_dictionary.h", |
| 2051 "spellchecker/spellcheck_factory.cc", | 2058 "spellchecker/spellcheck_factory.cc", |
| 2052 "spellchecker/spellcheck_factory.h", | 2059 "spellchecker/spellcheck_factory.h", |
| 2053 "spellchecker/spellcheck_hunspell_dictionary.cc", | 2060 "spellchecker/spellcheck_hunspell_dictionary.cc", |
| 2054 "spellchecker/spellcheck_hunspell_dictionary.h", | 2061 "spellchecker/spellcheck_hunspell_dictionary.h", |
| (...skipping 2759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4814 "//components/search_engines", | 4821 "//components/search_engines", |
| 4815 "//rlz:rlz_lib", | 4822 "//rlz:rlz_lib", |
| 4816 ] | 4823 ] |
| 4817 } | 4824 } |
| 4818 } | 4825 } |
| 4819 | 4826 |
| 4820 service_manifest("preferences_forwarder_manifest") { | 4827 service_manifest("preferences_forwarder_manifest") { |
| 4821 name = "preferences_forwarder" | 4828 name = "preferences_forwarder" |
| 4822 source = "prefs/forwarder_manifest.json" | 4829 source = "prefs/forwarder_manifest.json" |
| 4823 } | 4830 } |
| OLD | NEW |