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

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

Issue 1984923002: Refactor ChooserBubbleController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated README for ChooserController Created 4 years, 7 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/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//chrome/common/features.gni") 8 import("//chrome/common/features.gni")
9 9
10 gypi_values = exec_script("//build/gypi_to_gn.py", 10 gypi_values = exec_script("//build/gypi_to_gn.py",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "//chrome/browser/devtools", 147 "//chrome/browser/devtools",
148 "//chrome/browser/ui/views", 148 "//chrome/browser/ui/views",
149 "//chrome/browser/ui/webui/engagement:mojo_bindings", 149 "//chrome/browser/ui/webui/engagement:mojo_bindings",
150 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 150 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
151 "//chrome/browser/ui/webui/plugins:mojo_bindings", 151 "//chrome/browser/ui/webui/plugins:mojo_bindings",
152 "//chrome/common/net", 152 "//chrome/common/net",
153 "//chrome/installer/util:with_no_strings", 153 "//chrome/installer/util:with_no_strings",
154 "//components/autofill/content/browser:risk_proto", 154 "//components/autofill/content/browser:risk_proto",
155 "//components/browsing_data_ui", 155 "//components/browsing_data_ui",
156 "//components/bubble:bubble", 156 "//components/bubble:bubble",
157 "//components/chooser_controller:chooser_controller",
157 "//components/crash/core/browser", 158 "//components/crash/core/browser",
158 "//components/net_log", 159 "//components/net_log",
159 "//components/page_load_metrics/browser", 160 "//components/page_load_metrics/browser",
160 "//components/power", 161 "//components/power",
161 "//components/suggestions/proto", 162 "//components/suggestions/proto",
162 "//components/url_formatter", 163 "//components/url_formatter",
163 "//device/nfc", 164 "//device/nfc",
164 "//media", 165 "//media",
165 "//mojo/edk/system", 166 "//mojo/edk/system",
166 "//net:net_with_v8", 167 "//net:net_with_v8",
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 "//chrome/browser", 686 "//chrome/browser",
686 "//content/public/browser", 687 "//content/public/browser",
687 "//content/public/common", 688 "//content/public/common",
688 "//content/test:test_support", 689 "//content/test:test_support",
689 "//net:test_support", 690 "//net:test_support",
690 "//skia", 691 "//skia",
691 "//testing/gtest", 692 "//testing/gtest",
692 "//ui/base", 693 "//ui/base",
693 ] 694 ]
694 } 695 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/DEPS » ('j') | chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698