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

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

Issue 2357383002: bluetooth: Add device list retrieval for chrome://bluetooth-internals (Closed)
Patch Set: Created 4 years, 3 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 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "view_ids.h", 193 "view_ids.h",
194 "views/platform_keys_certificate_selector_chromeos.cc", 194 "views/platform_keys_certificate_selector_chromeos.cc",
195 "views/platform_keys_certificate_selector_chromeos.h", 195 "views/platform_keys_certificate_selector_chromeos.h",
196 "web_contents_sizer.h", 196 "web_contents_sizer.h",
197 "website_settings/website_settings.cc", 197 "website_settings/website_settings.cc",
198 "website_settings/website_settings.h", 198 "website_settings/website_settings.h",
199 "website_settings/website_settings_ui.cc", 199 "website_settings/website_settings_ui.cc",
200 "website_settings/website_settings_ui.h", 200 "website_settings/website_settings_ui.h",
201 "webui/about_ui.cc", 201 "webui/about_ui.cc",
202 "webui/about_ui.h", 202 "webui/about_ui.h",
203 "webui/bluetooth_internals/bluetooth_internals_page_handler.cc",
204 "webui/bluetooth_internals/bluetooth_internals_page_handler.h",
203 "webui/bluetooth_internals/bluetooth_internals_ui.cc", 205 "webui/bluetooth_internals/bluetooth_internals_ui.cc",
204 "webui/bluetooth_internals/bluetooth_internals_ui.h", 206 "webui/bluetooth_internals/bluetooth_internals_ui.h",
207 "webui/bluetooth_internals/services/bluetooth_adapter_service.cc",
208 "webui/bluetooth_internals/services/bluetooth_adapter_service.h",
205 "webui/browsing_history_handler.cc", 209 "webui/browsing_history_handler.cc",
206 "webui/browsing_history_handler.h", 210 "webui/browsing_history_handler.h",
207 "webui/chrome_web_ui_controller_factory.cc", 211 "webui/chrome_web_ui_controller_factory.cc",
208 "webui/chrome_web_ui_controller_factory.h", 212 "webui/chrome_web_ui_controller_factory.h",
209 "webui/chromeos/bluetooth_pairing_ui.cc", 213 "webui/chromeos/bluetooth_pairing_ui.cc",
210 "webui/chromeos/bluetooth_pairing_ui.h", 214 "webui/chromeos/bluetooth_pairing_ui.h",
211 "webui/chromeos/certificate_manager_dialog_ui.cc", 215 "webui/chromeos/certificate_manager_dialog_ui.cc",
212 "webui/chromeos/certificate_manager_dialog_ui.h", 216 "webui/chromeos/certificate_manager_dialog_ui.h",
213 "webui/chromeos/choose_mobile_network_ui.cc", 217 "webui/chromeos/choose_mobile_network_ui.cc",
214 "webui/chromeos/choose_mobile_network_ui.h", 218 "webui/chromeos/choose_mobile_network_ui.h",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 # NOTE: New dependencies should generally be added in the OS!="ios" 454 # NOTE: New dependencies should generally be added in the OS!="ios"
451 # dependencies block below, rather than here. 455 # dependencies block below, rather than here.
452 "//base", 456 "//base",
453 "//chrome:extra_resources", 457 "//chrome:extra_resources",
454 "//chrome:resources", 458 "//chrome:resources",
455 "//chrome:strings", 459 "//chrome:strings",
456 "//chrome/app:command_ids", 460 "//chrome/app:command_ids",
457 "//chrome/app/resources:platform_locale_settings", 461 "//chrome/app/resources:platform_locale_settings",
458 "//chrome/app/theme:theme_resources", 462 "//chrome/app/theme:theme_resources",
459 "//chrome/browser/devtools", 463 "//chrome/browser/devtools",
464 "//chrome/browser/ui/webui/bluetooth_internals:mojo_bindings",
460 "//chrome/browser/ui/webui/engagement:mojo_bindings", 465 "//chrome/browser/ui/webui/engagement:mojo_bindings",
461 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 466 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
462 "//chrome/browser/ui/webui/plugins:mojo_bindings", 467 "//chrome/browser/ui/webui/plugins:mojo_bindings",
463 "//chrome/browser/ui/webui/usb_internals:mojo_bindings", 468 "//chrome/browser/ui/webui/usb_internals:mojo_bindings",
464 "//chrome/common", 469 "//chrome/common",
465 "//chrome/common/net", 470 "//chrome/common/net",
466 "//chrome/installer/util:with_no_strings", 471 "//chrome/installer/util:with_no_strings",
467 "//components/app_modal", 472 "//components/app_modal",
468 "//components/autofill/content/browser:risk_proto", 473 "//components/autofill/content/browser:risk_proto",
469 "//components/autofill/core/browser", 474 "//components/autofill/core/browser",
(...skipping 2914 matching lines...) Expand 10 before | Expand all | Expand 10 after
3384 "passwords/passwords_model_delegate_mock.cc", 3389 "passwords/passwords_model_delegate_mock.cc",
3385 "passwords/passwords_model_delegate_mock.h", 3390 "passwords/passwords_model_delegate_mock.h",
3386 ] 3391 ]
3387 deps += [ "//chrome/test:test_support_ui" ] 3392 deps += [ "//chrome/test:test_support_ui" ]
3388 } 3393 }
3389 3394
3390 if (enable_extensions) { 3395 if (enable_extensions) {
3391 deps += [ "//extensions/browser" ] 3396 deps += [ "//extensions/browser" ]
3392 } 3397 }
3393 } 3398 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698