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

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

Issue 2698083007: Port device_generic_sensor to be hosted in Device Service. (Closed)
Patch Set: code rebase 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
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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "//content/browser/payments:payment_app_proto", 62 "//content/browser/payments:payment_app_proto",
63 "//content/browser/service_worker:service_worker_proto", 63 "//content/browser/service_worker:service_worker_proto",
64 "//content/browser/speech/proto", 64 "//content/browser/speech/proto",
65 "//content/common", 65 "//content/common",
66 "//content/common:features", 66 "//content/common:features",
67 "//content/common:mojo_bindings", 67 "//content/common:mojo_bindings",
68 "//content/public/common:common_sources", 68 "//content/public/common:common_sources",
69 "//crypto", 69 "//crypto",
70 "//device/bluetooth", 70 "//device/bluetooth",
71 "//device/gamepad", 71 "//device/gamepad",
72 "//device/generic_sensor",
73 "//device/geolocation", 72 "//device/geolocation",
74 "//device/geolocation/public/interfaces", 73 "//device/geolocation/public/interfaces",
75 "//device/nfc:mojo_bindings", 74 "//device/nfc:mojo_bindings",
76 "//device/power_save_blocker", 75 "//device/power_save_blocker",
77 "//device/screen_orientation/public/interfaces", 76 "//device/screen_orientation/public/interfaces",
78 "//device/vr", 77 "//device/vr",
79 "//device/vr:features", 78 "//device/vr:features",
80 "//device/wake_lock/public/interfaces", 79 "//device/wake_lock/public/interfaces",
81 "//google_apis", 80 "//google_apis",
82 "//gpu", 81 "//gpu",
(...skipping 1969 matching lines...) Expand 10 before | Expand all | Expand 10 after
2052 if (!is_component_build) { 2051 if (!is_component_build) {
2053 public_deps = [ 2052 public_deps = [
2054 ":browser", 2053 ":browser",
2055 ] 2054 ]
2056 } else { 2055 } else {
2057 public_deps = [ 2056 public_deps = [
2058 "//third_party/leveldatabase", 2057 "//third_party/leveldatabase",
2059 ] 2058 ]
2060 } 2059 }
2061 } 2060 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('j') | services/device/device_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698