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

Side by Side Diff: extensions/shell/BUILD.gn

Issue 2819593003: Initialize BlueZ in app_shell on Linux (Closed)
Patch Set: include Created 3 years, 8 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/util/process_version.gni") 7 import("//build/util/process_version.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 26 matching lines...) Expand all
37 "//components/guest_view/common", 37 "//components/guest_view/common",
38 "//components/guest_view/renderer", 38 "//components/guest_view/renderer",
39 "//components/pref_registry", 39 "//components/pref_registry",
40 "//components/prefs", 40 "//components/prefs",
41 "//components/update_client", 41 "//components/update_client",
42 "//components/user_prefs", 42 "//components/user_prefs",
43 "//components/web_cache/renderer", 43 "//components/web_cache/renderer",
44 "//content", 44 "//content",
45 "//content/shell:content_shell_lib", 45 "//content/shell:content_shell_lib",
46 "//device/base", 46 "//device/base",
47 "//device/bluetooth",
47 "//device/hid", 48 "//device/hid",
48 "//extensions:extensions_resources", 49 "//extensions:extensions_resources",
49 "//extensions:shell_and_test_pak", 50 "//extensions:shell_and_test_pak",
50 "//extensions/browser", 51 "//extensions/browser",
51 "//extensions/browser/api:api_registration", 52 "//extensions/browser/api:api_registration",
52 "//extensions/browser/kiosk", 53 "//extensions/browser/kiosk",
53 "//extensions/common", 54 "//extensions/common",
54 "//extensions/common/api", 55 "//extensions/common/api",
55 "//extensions/renderer", 56 "//extensions/renderer",
56 "//extensions/shell/common/api", 57 "//extensions/shell/common/api",
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "//extensions/browser", 447 "//extensions/browser",
447 ] 448 ]
448 449
449 if (is_chromeos) { 450 if (is_chromeos) {
450 deps += [ 451 deps += [
451 "//chromeos:test_support", 452 "//chromeos:test_support",
452 "//components/keyed_service/content", 453 "//components/keyed_service/content",
453 ] 454 ]
454 } 455 }
455 } 456 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698