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

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, 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | 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("//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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "//content/browser/payments:payment_app_proto", 63 "//content/browser/payments:payment_app_proto",
64 "//content/browser/service_worker:service_worker_proto", 64 "//content/browser/service_worker:service_worker_proto",
65 "//content/browser/speech/proto", 65 "//content/browser/speech/proto",
66 "//content/common", 66 "//content/common",
67 "//content/common:features", 67 "//content/common:features",
68 "//content/common:mojo_bindings", 68 "//content/common:mojo_bindings",
69 "//content/public/common:common_sources", 69 "//content/public/common:common_sources",
70 "//crypto", 70 "//crypto",
71 "//device/bluetooth", 71 "//device/bluetooth",
72 "//device/gamepad", 72 "//device/gamepad",
73 "//device/generic_sensor",
74 "//device/geolocation", 73 "//device/geolocation",
75 "//device/geolocation/public/interfaces", 74 "//device/geolocation/public/interfaces",
76 "//device/nfc:mojo_bindings", 75 "//device/nfc:mojo_bindings",
77 "//device/power_save_blocker", 76 "//device/power_save_blocker",
78 "//device/screen_orientation/public/interfaces", 77 "//device/screen_orientation/public/interfaces",
79 "//device/vr", 78 "//device/vr",
80 "//device/vr:features", 79 "//device/vr:features",
81 "//device/wake_lock/public/interfaces", 80 "//device/wake_lock/public/interfaces",
82 "//google_apis", 81 "//google_apis",
83 "//gpu", 82 "//gpu",
(...skipping 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after
2068 if (!is_component_build) { 2067 if (!is_component_build) {
2069 public_deps = [ 2068 public_deps = [
2070 ":browser", 2069 ":browser",
2071 ] 2070 ]
2072 } else { 2071 } else {
2073 public_deps = [ 2072 public_deps = [
2074 "//third_party/leveldatabase", 2073 "//third_party/leveldatabase",
2075 ] 2074 ]
2076 } 2075 }
2077 } 2076 }
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698