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

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

Issue 826613003: Revert of Vibration API : migrate to device/vibration using mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/public/browser/vibration_provider.h ('k') | content/renderer/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("//content/renderer/renderer.gni") 7 import("//content/renderer/renderer.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 9
10 source_set("renderer") { 10 source_set("renderer") {
(...skipping 13 matching lines...) Expand all
24 "//crypto:platform", 24 "//crypto:platform",
25 "//base/allocator", 25 "//base/allocator",
26 "//cc", 26 "//cc",
27 "//cc/blink", 27 "//cc/blink",
28 "//content:resources", 28 "//content:resources",
29 "//content/common:mojo_bindings", 29 "//content/common:mojo_bindings",
30 "//content/public/child:child_sources", 30 "//content/public/child:child_sources",
31 "//content/public/common:common_sources", 31 "//content/public/common:common_sources",
32 "//content/public/common:mojo_bindings", 32 "//content/public/common:mojo_bindings",
33 "//device/battery:mojo_bindings", 33 "//device/battery:mojo_bindings",
34 "//device/vibration:mojo_bindings",
35 "//gin", 34 "//gin",
36 "//gpu", 35 "//gpu",
37 "//gpu/command_buffer/client:gles2_interface", 36 "//gpu/command_buffer/client:gles2_interface",
38 "//jingle:jingle_glue", 37 "//jingle:jingle_glue",
39 "//media", 38 "//media",
40 "//media/blink", 39 "//media/blink",
41 "//mojo/edk/js", 40 "//mojo/edk/js",
42 "//mojo/environment:chromium", 41 "//mojo/environment:chromium",
43 "//mojo/public/js", 42 "//mojo/public/js",
44 "//mojo/public/interfaces/application", 43 "//mojo/public/interfaces/application",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 180
182 if (enable_browser_cdms) { 181 if (enable_browser_cdms) {
183 sources += [ 182 sources += [
184 "media/crypto/proxy_media_keys.cc", 183 "media/crypto/proxy_media_keys.cc",
185 "media/crypto/proxy_media_keys.h", 184 "media/crypto/proxy_media_keys.h",
186 "media/crypto/renderer_cdm_manager.cc", 185 "media/crypto/renderer_cdm_manager.cc",
187 "media/crypto/renderer_cdm_manager.h", 186 "media/crypto/renderer_cdm_manager.h",
188 ] 187 ]
189 } 188 }
190 } 189 }
OLDNEW
« no previous file with comments | « content/public/browser/vibration_provider.h ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698