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

Side by Side Diff: content/browser/BUILD.gn

Issue 2722473002: DO NOT SUBMIT. Stub implementation of FakeBluetooth mojo interface (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "//content/browser/notifications:notification_proto", 60 "//content/browser/notifications:notification_proto",
61 "//content/browser/payments:payment_app_proto", 61 "//content/browser/payments:payment_app_proto",
62 "//content/browser/service_worker:service_worker_proto", 62 "//content/browser/service_worker:service_worker_proto",
63 "//content/browser/speech/proto", 63 "//content/browser/speech/proto",
64 "//content/common", 64 "//content/common",
65 "//content/public/common:common_sources", 65 "//content/public/common:common_sources",
66 "//crypto", 66 "//crypto",
67 "//device/battery", 67 "//device/battery",
68 "//device/battery:mojo_bindings", 68 "//device/battery:mojo_bindings",
69 "//device/bluetooth", 69 "//device/bluetooth",
70 "//device/bluetooth:mojo",
70 "//device/gamepad", 71 "//device/gamepad",
71 "//device/generic_sensor", 72 "//device/generic_sensor",
72 "//device/geolocation", 73 "//device/geolocation",
73 "//device/geolocation/public/interfaces", 74 "//device/geolocation/public/interfaces",
74 "//device/nfc:mojo_bindings", 75 "//device/nfc:mojo_bindings",
75 "//device/power_save_blocker", 76 "//device/power_save_blocker",
76 "//device/screen_orientation/public/interfaces", 77 "//device/screen_orientation/public/interfaces",
77 "//device/sensors", 78 "//device/sensors",
78 "//device/vibration", 79 "//device/vibration",
79 "//device/vr", 80 "//device/vr",
(...skipping 1935 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 if (!is_component_build) { 2016 if (!is_component_build) {
2016 public_deps = [ 2017 public_deps = [
2017 ":browser", 2018 ":browser",
2018 ] 2019 ]
2019 } else { 2020 } else {
2020 public_deps = [ 2021 public_deps = [
2021 "//third_party/leveldatabase", 2022 "//third_party/leveldatabase",
2022 ] 2023 ]
2023 } 2024 }
2024 } 2025 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698