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

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: Use typemaped types in the TestDeviceInfo struct. 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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 "//chrome/browser", 706 "//chrome/browser",
706 "//content/public/browser", 707 "//content/public/browser",
707 "//content/public/common", 708 "//content/public/common",
708 "//content/test:test_support", 709 "//content/test:test_support",
709 "//net:test_support", 710 "//net:test_support",
710 "//skia", 711 "//skia",
711 "//testing/gtest", 712 "//testing/gtest",
712 "//ui/base", 713 "//ui/base",
713 ] 714 ]
714 } 715 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/usb_internals/usb_internals.js ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698