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

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

Issue 1164563003: Extract device_sensors to /device via Mojofication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/content_tests.gypi ('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 11 matching lines...) Expand all
22 ] 22 ]
23 23
24 deps = [ 24 deps = [
25 # TODO(GYP) bug 376846 remove this. This should be inherited from //net but 25 # TODO(GYP) bug 376846 remove this. This should be inherited from //net but
26 # those don't cross component boundaries. 26 # those don't cross component boundaries.
27 "//crypto:platform", 27 "//crypto:platform",
28 "//base/allocator", 28 "//base/allocator",
29 "//cc", 29 "//cc",
30 "//cc/blink", 30 "//cc/blink",
31 "//components/scheduler:scheduler", 31 "//components/scheduler:scheduler",
32 "//components/shared_memory_seqlock",
32 "//content:resources", 33 "//content:resources",
33 "//content/common:mojo_bindings", 34 "//content/common:mojo_bindings",
34 "//content/public/child:child_sources", 35 "//content/public/child:child_sources",
35 "//content/public/common:common_sources", 36 "//content/public/common:common_sources",
36 "//content/public/common:mojo_bindings", 37 "//content/public/common:mojo_bindings",
37 "//device/battery:mojo_bindings", 38 "//device/battery:mojo_bindings",
39 "//device/device_sensors:mojo_bindings",
38 "//device/vibration:mojo_bindings", 40 "//device/vibration:mojo_bindings",
39 "//gin", 41 "//gin",
40 "//gpu", 42 "//gpu",
41 "//gpu/command_buffer/client:gles2_interface", 43 "//gpu/command_buffer/client:gles2_interface",
42 "//jingle:jingle_glue", 44 "//jingle:jingle_glue",
43 "//media", 45 "//media",
44 "//media/blink", 46 "//media/blink",
45 "//mojo/environment:chromium", 47 "//mojo/environment:chromium",
46 "//net", 48 "//net",
47 "//skia", 49 "//skia",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 } 197 }
196 198
197 if (enable_media_mojo_renderer) { 199 if (enable_media_mojo_renderer) {
198 sources += [ 200 sources += [
199 "media/media_renderer_service_provider.cc", 201 "media/media_renderer_service_provider.cc",
200 "media/media_renderer_service_provider.h", 202 "media/media_renderer_service_provider.h",
201 ] 203 ]
202 deps += [ "//media/mojo/services:renderer_proxy" ] 204 deps += [ "//media/mojo/services:renderer_proxy" ]
203 } 205 }
204 } 206 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698