Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2946693002: Use GN buildflags and features to configure account consistency (Closed)
Patch Set: fix Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after
1231 "signin/account_reconcilor_factory.cc", 1232 "signin/account_reconcilor_factory.cc",
1232 "signin/account_reconcilor_factory.h", 1233 "signin/account_reconcilor_factory.h",
1233 "signin/account_tracker_service_factory.cc", 1234 "signin/account_tracker_service_factory.cc",
1234 "signin/account_tracker_service_factory.h", 1235 "signin/account_tracker_service_factory.h",
1235 "signin/chrome_signin_client.cc", 1236 "signin/chrome_signin_client.cc",
1236 "signin/chrome_signin_client.h", 1237 "signin/chrome_signin_client.h",
1237 "signin/chrome_signin_client_factory.cc", 1238 "signin/chrome_signin_client_factory.cc",
1238 "signin/chrome_signin_client_factory.h", 1239 "signin/chrome_signin_client_factory.h",
1239 "signin/chrome_signin_helper.cc", 1240 "signin/chrome_signin_helper.cc",
1240 "signin/chrome_signin_helper.h", 1241 "signin/chrome_signin_helper.h",
1241 "signin/dice_response_handler.cc",
1242 "signin/dice_response_handler.h",
1243 "signin/gaia_cookie_manager_service_factory.cc", 1242 "signin/gaia_cookie_manager_service_factory.cc",
1244 "signin/gaia_cookie_manager_service_factory.h", 1243 "signin/gaia_cookie_manager_service_factory.h",
1245 "signin/investigator_dependency_provider.cc", 1244 "signin/investigator_dependency_provider.cc",
1246 "signin/investigator_dependency_provider.h", 1245 "signin/investigator_dependency_provider.h",
1247 "signin/local_auth.cc", 1246 "signin/local_auth.cc",
1248 "signin/local_auth.h", 1247 "signin/local_auth.h",
1249 "signin/mutable_profile_oauth2_token_service_delegate.cc", 1248 "signin/mutable_profile_oauth2_token_service_delegate.cc",
1250 "signin/mutable_profile_oauth2_token_service_delegate.h", 1249 "signin/mutable_profile_oauth2_token_service_delegate.h",
1251 "signin/profile_oauth2_token_service_factory.cc", 1250 "signin/profile_oauth2_token_service_factory.cc",
1252 "signin/profile_oauth2_token_service_factory.h", 1251 "signin/profile_oauth2_token_service_factory.h",
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1568 "//components/safe_json", 1567 "//components/safe_json",
1569 "//components/search", 1568 "//components/search",
1570 "//components/search_engines", 1569 "//components/search_engines",
1571 "//components/search_provider_logos", 1570 "//components/search_provider_logos",
1572 "//components/security_interstitials/content:security_interstitial_page", 1571 "//components/security_interstitials/content:security_interstitial_page",
1573 "//components/security_interstitials/core", 1572 "//components/security_interstitials/core",
1574 "//components/security_state/content", 1573 "//components/security_state/content",
1575 "//components/security_state/core", 1574 "//components/security_state/core",
1576 "//components/sessions", 1575 "//components/sessions",
1577 "//components/signin/core/browser", 1576 "//components/signin/core/browser",
1577 "//components/signin/core/common",
1578 "//components/signin/core/common:signin_features",
1578 "//components/spellcheck:build_features", 1579 "//components/spellcheck:build_features",
1579 "//components/ssl_config", 1580 "//components/ssl_config",
1580 "//components/ssl_errors", 1581 "//components/ssl_errors",
1581 "//components/startup_metric_utils/browser:host", 1582 "//components/startup_metric_utils/browser:host",
1582 "//components/startup_metric_utils/browser:lib", 1583 "//components/startup_metric_utils/browser:lib",
1583 "//components/storage_monitor", 1584 "//components/storage_monitor",
1584 "//components/strings", 1585 "//components/strings",
1585 "//components/subresource_filter/content/browser", 1586 "//components/subresource_filter/content/browser",
1586 "//components/subresource_filter/core/browser", 1587 "//components/subresource_filter/core/browser",
1587 "//components/suggestions", 1588 "//components/suggestions",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1997 "background/background_mode_manager_mac.mm", 1998 "background/background_mode_manager_mac.mm",
1998 "background/background_mode_manager_win.cc", 1999 "background/background_mode_manager_win.cc",
1999 "background/background_mode_optimizer.cc", 2000 "background/background_mode_optimizer.cc",
2000 "background/background_mode_optimizer.h", 2001 "background/background_mode_optimizer.h",
2001 "background/background_trigger.h", 2002 "background/background_trigger.h",
2002 ] 2003 ]
2003 if (!use_aura || is_win || is_chromeos) { 2004 if (!use_aura || is_win || is_chromeos) {
2004 sources -= [ "background/background_mode_manager_aura.cc" ] 2005 sources -= [ "background/background_mode_manager_aura.cc" ]
2005 } 2006 }
2006 } 2007 }
2008 if (enable_dice_support) {
2009 sources += [
2010 "signin/dice_response_handler.cc",
2011 "signin/dice_response_handler.h",
2012 ]
2013 }
2007 if (enable_spellcheck) { 2014 if (enable_spellcheck) {
2008 sources += [ 2015 sources += [
2009 "spellchecker/spell_check_host_impl.cc", 2016 "spellchecker/spell_check_host_impl.cc",
2010 "spellchecker/spell_check_host_impl.h", 2017 "spellchecker/spell_check_host_impl.h",
2011 "spellchecker/spellcheck_custom_dictionary.cc", 2018 "spellchecker/spellcheck_custom_dictionary.cc",
2012 "spellchecker/spellcheck_custom_dictionary.h", 2019 "spellchecker/spellcheck_custom_dictionary.h",
2013 "spellchecker/spellcheck_factory.cc", 2020 "spellchecker/spellcheck_factory.cc",
2014 "spellchecker/spellcheck_factory.h", 2021 "spellchecker/spellcheck_factory.h",
2015 "spellchecker/spellcheck_hunspell_dictionary.cc", 2022 "spellchecker/spellcheck_hunspell_dictionary.cc",
2016 "spellchecker/spellcheck_hunspell_dictionary.h", 2023 "spellchecker/spellcheck_hunspell_dictionary.h",
(...skipping 2582 matching lines...) Expand 10 before | Expand all | Expand 10 after
4599 "//components/search_engines", 4606 "//components/search_engines",
4600 "//rlz:rlz_lib", 4607 "//rlz:rlz_lib",
4601 ] 4608 ]
4602 } 4609 }
4603 } 4610 }
4604 4611
4605 service_manifest("preferences_forwarder_manifest") { 4612 service_manifest("preferences_forwarder_manifest") {
4606 name = "preferences_forwarder" 4613 name = "preferences_forwarder"
4607 source = "prefs/forwarder_manifest.json" 4614 source = "prefs/forwarder_manifest.json"
4608 } 4615 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698