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

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

Issue 423613002: Mojo: split up service_provider.mojom (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « content/child/BUILD.gn ('k') | content/common/mojo/service_registry_impl.h » ('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/common/common.gni") 7 import("//content/common/common.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 9
10 source_set("common") { 10 source_set("common") {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 # TODO: the dependency on gl_in_process_context should be decoupled from 53 # TODO: the dependency on gl_in_process_context should be decoupled from
54 # content and moved to android_webview. See crbug.com/365797. 54 # content and moved to android_webview. See crbug.com/365797.
55 "//gpu/command_buffer/client:gl_in_process_context", 55 "//gpu/command_buffer/client:gl_in_process_context",
56 "//gpu/command_buffer/client:gles2_c_lib", 56 "//gpu/command_buffer/client:gles2_c_lib",
57 "//gpu/command_buffer/client:gles2_implementation", 57 "//gpu/command_buffer/client:gles2_implementation",
58 "//gpu/command_buffer/service", 58 "//gpu/command_buffer/service",
59 "//gpu/ipc", 59 "//gpu/ipc",
60 "//gpu/skia_bindings", 60 "//gpu/skia_bindings",
61 "//media", 61 "//media",
62 "//media:shared_memory_support", 62 "//media:shared_memory_support",
63 "//mojo/public/interfaces/service_provider", 63 "//mojo/public/interfaces/application",
64 "//third_party/WebKit/public:blink", 64 "//third_party/WebKit/public:blink",
65 "//ui/gl", 65 "//ui/gl",
66 "//webkit/browser:storage", 66 "//webkit/browser:storage",
67 "//webkit/common", 67 "//webkit/common",
68 "//webkit/common:storage", 68 "//webkit/common:storage",
69 "//webkit/common/gpu", 69 "//webkit/common/gpu",
70 ] 70 ]
71 } 71 }
72 72
73 defines = [] 73 defines = []
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 } 269 }
270 } 270 }
271 } 271 }
272 272
273 mojom("mojo_bindings") { 273 mojom("mojo_bindings") {
274 sources = [ 274 sources = [
275 "render_frame_setup.mojom", 275 "render_frame_setup.mojom",
276 ] 276 ]
277 277
278 deps = [ 278 deps = [
279 "//mojo/public/interfaces/service_provider:service_provider", 279 "//mojo/public/interfaces/application:application",
280 ] 280 ]
281 } 281 }
OLDNEW
« no previous file with comments | « content/child/BUILD.gn ('k') | content/common/mojo/service_registry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698