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

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

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 7 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("//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 24 matching lines...) Expand all
35 "//content/public/common:common_sources", 35 "//content/public/common:common_sources",
36 "//content/public/common:mojo_bindings", 36 "//content/public/common:mojo_bindings",
37 "//device/battery:mojo_bindings", 37 "//device/battery:mojo_bindings",
38 "//device/vibration:mojo_bindings", 38 "//device/vibration:mojo_bindings",
39 "//gin", 39 "//gin",
40 "//gpu", 40 "//gpu",
41 "//gpu/command_buffer/client:gles2_interface", 41 "//gpu/command_buffer/client:gles2_interface",
42 "//jingle:jingle_glue", 42 "//jingle:jingle_glue",
43 "//media", 43 "//media",
44 "//media/blink", 44 "//media/blink",
45 "//mojo/application/public/interfaces",
45 "//mojo/environment:chromium", 46 "//mojo/environment:chromium",
46 "//net", 47 "//net",
47 "//skia", 48 "//skia",
48 "//storage/common", 49 "//storage/common",
49 "//third_party/icu", 50 "//third_party/icu",
50 "//third_party/libjingle", 51 "//third_party/libjingle",
51 "//third_party/mojo/src/mojo/edk/js", 52 "//third_party/mojo/src/mojo/edk/js",
52 "//third_party/mojo/src/mojo/public/js", 53 "//third_party/mojo/src/mojo/public/js",
53 "//third_party/mojo/src/mojo/public/interfaces/application",
54 "//third_party/npapi", 54 "//third_party/npapi",
55 "//third_party/WebKit/public:blink", 55 "//third_party/WebKit/public:blink",
56 "//third_party/widevine/cdm:version_h", 56 "//third_party/widevine/cdm:version_h",
57 "//ui/accessibility", 57 "//ui/accessibility",
58 "//ui/base", 58 "//ui/base",
59 "//ui/events:events_base", 59 "//ui/events:events_base",
60 "//ui/events:dom_keycode_converter", 60 "//ui/events:dom_keycode_converter",
61 "//ui/gl", 61 "//ui/gl",
62 "//ui/native_theme", 62 "//ui/native_theme",
63 "//ui/surface", 63 "//ui/surface",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 } 195 }
196 196
197 if (enable_media_mojo_renderer) { 197 if (enable_media_mojo_renderer) {
198 sources += [ 198 sources += [
199 "media/media_renderer_service_provider.cc", 199 "media/media_renderer_service_provider.cc",
200 "media/media_renderer_service_provider.h", 200 "media/media_renderer_service_provider.h",
201 ] 201 ]
202 deps += [ "//media/mojo/services:renderer_proxy" ] 202 deps += [ "//media/mojo/services:renderer_proxy" ]
203 } 203 }
204 } 204 }
OLDNEW
« no previous file with comments | « content/ppapi_plugin/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | mojo/tools/rev_sdk.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698