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

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

Issue 2357383002: bluetooth: Add device list retrieval for chrome://bluetooth-internals (Closed)
Patch Set: Remove scoped_refptr get calls Created 4 years, 2 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 "//components/user_prefs", 553 "//components/user_prefs",
554 "//components/variations", 554 "//components/variations",
555 "//components/variations/service", 555 "//components/variations/service",
556 "//components/version_ui", 556 "//components/version_ui",
557 "//components/web_cache/browser", 557 "//components/web_cache/browser",
558 "//components/web_resource", 558 "//components/web_resource",
559 "//components/zoom", 559 "//components/zoom",
560 "//content/app/resources", 560 "//content/app/resources",
561 "//content/public/common", 561 "//content/public/common",
562 "//crypto", 562 "//crypto",
563 "//device/bluetooth/public/interfaces:experimental_interfaces",
563 "//device/core", 564 "//device/core",
564 "//device/usb", 565 "//device/usb",
565 "//media", 566 "//media",
566 "//net:net_with_v8", 567 "//net:net_with_v8",
567 "//net:stale_while_revalidate_experiment_domains", 568 "//net:stale_while_revalidate_experiment_domains",
568 "//services/shell/runner/common", 569 "//services/shell/runner/common",
569 "//skia", 570 "//skia",
570 "//storage/browser", 571 "//storage/browser",
571 "//storage/common", 572 "//storage/common",
572 "//third_party/WebKit/public:resources", 573 "//third_party/WebKit/public:resources",
(...skipping 2856 matching lines...) Expand 10 before | Expand all | Expand 10 after
3429 "passwords/passwords_model_delegate_mock.cc", 3430 "passwords/passwords_model_delegate_mock.cc",
3430 "passwords/passwords_model_delegate_mock.h", 3431 "passwords/passwords_model_delegate_mock.h",
3431 ] 3432 ]
3432 deps += [ "//chrome/test:test_support_ui" ] 3433 deps += [ "//chrome/test:test_support_ui" ]
3433 } 3434 }
3434 3435
3435 if (enable_extensions) { 3436 if (enable_extensions) {
3436 deps += [ "//extensions/browser" ] 3437 deps += [ "//extensions/browser" ]
3437 } 3438 }
3438 } 3439 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698