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

Side by Side Diff: chrome/common/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
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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/util/process_version.gni") 6 import("//build/util/process_version.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path.
9 import("//extensions/features/features.gni") 9 import("//extensions/features/features.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "//components/ntp_tiles", 238 "//components/ntp_tiles",
239 "//components/offline_pages/core:switches", 239 "//components/offline_pages/core:switches",
240 "//components/omnibox/common", 240 "//components/omnibox/common",
241 "//components/password_manager/content/common:mojo_interfaces", 241 "//components/password_manager/content/common:mojo_interfaces",
242 "//components/password_manager/core/common", 242 "//components/password_manager/core/common",
243 "//components/policy:generated", 243 "//components/policy:generated",
244 "//components/policy/core/common", 244 "//components/policy/core/common",
245 "//components/prefs", 245 "//components/prefs",
246 "//components/safe_browsing:csd_proto", 246 "//components/safe_browsing:csd_proto",
247 "//components/signin/core/common", 247 "//components/signin/core/common",
248 "//components/signin/core/common:signin_features",
248 "//components/strings", 249 "//components/strings",
249 "//components/translate/content/common", 250 "//components/translate/content/common",
250 "//components/translate/core/common", 251 "//components/translate/core/common",
251 "//components/url_formatter", 252 "//components/url_formatter",
252 "//components/variations", 253 "//components/variations",
253 "//components/visitedlink/common", 254 "//components/visitedlink/common",
254 "//content/public/common", 255 "//content/public/common",
255 "//crypto", 256 "//crypto",
256 "//extensions/common:common_constants", 257 "//extensions/common:common_constants",
257 "//extensions/features", 258 "//extensions/features",
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 743
743 mojom("page_load_metrics_mojom") { 744 mojom("page_load_metrics_mojom") {
744 sources = [ 745 sources = [
745 "page_load_metrics/page_load_metrics.mojom", 746 "page_load_metrics/page_load_metrics.mojom",
746 ] 747 ]
747 748
748 public_deps = [ 749 public_deps = [
749 "//mojo/common:common_custom_types", 750 "//mojo/common:common_custom_types",
750 ] 751 ]
751 } 752 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698