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

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

Issue 2755363002: [DeviceService] Port VibrationManager to be hosted in Device Service (Closed)
Patch Set: Rebase only 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 | « content/app/DEPS ('k') | content/browser/DEPS » ('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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 72 "//device/generic_sensor",
73 "//device/geolocation", 73 "//device/geolocation",
74 "//device/geolocation/public/interfaces", 74 "//device/geolocation/public/interfaces",
75 "//device/nfc:mojo_bindings", 75 "//device/nfc:mojo_bindings",
76 "//device/power_save_blocker", 76 "//device/power_save_blocker",
77 "//device/screen_orientation/public/interfaces", 77 "//device/screen_orientation/public/interfaces",
78 "//device/vibration",
79 "//device/vr", 78 "//device/vr",
80 "//device/vr:features", 79 "//device/vr:features",
81 "//device/wake_lock", 80 "//device/wake_lock",
82 "//google_apis", 81 "//google_apis",
83 "//gpu", 82 "//gpu",
84 "//gpu/command_buffer/client:gles2_implementation", 83 "//gpu/command_buffer/client:gles2_implementation",
85 "//gpu/command_buffer/client:gles2_interface", 84 "//gpu/command_buffer/client:gles2_interface",
86 "//gpu/ipc/host", 85 "//gpu/ipc/host",
87 "//gpu/vulkan:features", 86 "//gpu/vulkan:features",
88 "//ipc", 87 "//ipc",
(...skipping 1959 matching lines...) Expand 10 before | Expand all | Expand 10 after
2048 if (!is_component_build) { 2047 if (!is_component_build) {
2049 public_deps = [ 2048 public_deps = [
2050 ":browser", 2049 ":browser",
2051 ] 2050 ]
2052 } else { 2051 } else {
2053 public_deps = [ 2052 public_deps = [
2054 "//third_party/leveldatabase", 2053 "//third_party/leveldatabase",
2055 ] 2054 ]
2056 } 2055 }
2057 } 2056 }
OLDNEW
« no previous file with comments | « content/app/DEPS ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698