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

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

Issue 2204713006: Add chrome://usb-internals page for adding and removing test devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed some of dpapad@'s comments. Created 4 years, 4 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("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 10
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "//chrome") 154 "//chrome")
155 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources, 155 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources,
156 ".", 156 ".",
157 "//chrome") 157 "//chrome")
158 deps += [ 158 deps += [
159 "//chrome/browser/devtools", 159 "//chrome/browser/devtools",
160 "//chrome/browser/ui/views", 160 "//chrome/browser/ui/views",
161 "//chrome/browser/ui/webui/engagement:mojo_bindings", 161 "//chrome/browser/ui/webui/engagement:mojo_bindings",
162 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 162 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
163 "//chrome/browser/ui/webui/plugins:mojo_bindings", 163 "//chrome/browser/ui/webui/plugins:mojo_bindings",
164 "//chrome/browser/ui/webui/usb_internals:mojo_bindings",
164 "//chrome/common/net", 165 "//chrome/common/net",
165 "//chrome/installer/util:with_no_strings", 166 "//chrome/installer/util:with_no_strings",
166 "//components/autofill/content/browser:risk_proto", 167 "//components/autofill/content/browser:risk_proto",
167 "//components/browsing_data_ui", 168 "//components/browsing_data_ui",
168 "//components/bubble:bubble", 169 "//components/bubble:bubble",
169 "//components/crash/core/browser", 170 "//components/crash/core/browser",
170 "//components/net_log", 171 "//components/net_log",
171 "//components/power", 172 "//components/power",
172 "//components/suggestions/proto", 173 "//components/suggestions/proto",
173 "//components/url_formatter", 174 "//components/url_formatter",
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 "//chrome/browser", 710 "//chrome/browser",
710 "//content/public/browser", 711 "//content/public/browser",
711 "//content/public/common", 712 "//content/public/common",
712 "//content/test:test_support", 713 "//content/test:test_support",
713 "//net:test_support", 714 "//net:test_support",
714 "//skia", 715 "//skia",
715 "//testing/gtest", 716 "//testing/gtest",
716 "//ui/base", 717 "//ui/base",
717 ] 718 ]
718 } 719 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698