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

Side by Side Diff: content/renderer/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/ppapi_plugin/BUILD.gn ('k') | content/utility/BUILD.gn » ('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 8
9 source_set("renderer") { 9 source_set("renderer") {
10 # Only targets in the content tree can depend directly on this target. 10 # Only targets in the content tree can depend directly on this target.
(...skipping 13 matching lines...) Expand all
24 "//crypto:platform", 24 "//crypto:platform",
25 25
26 "//base/allocator", 26 "//base/allocator",
27 "//content:resources", 27 "//content:resources",
28 "//content/common:mojo_bindings", 28 "//content/common:mojo_bindings",
29 "//gin", 29 "//gin",
30 "//media", 30 "//media",
31 "//mojo/bindings/js", 31 "//mojo/bindings/js",
32 "//mojo/environment:chromium", 32 "//mojo/environment:chromium",
33 "//mojo/public/js/bindings", 33 "//mojo/public/js/bindings",
34 "//mojo/public/interfaces/service_provider", 34 "//mojo/public/interfaces/application",
35 "//net", 35 "//net",
36 "//skia", 36 "//skia",
37 "//third_party/icu", 37 "//third_party/icu",
38 "//third_party/npapi", 38 "//third_party/npapi",
39 "//third_party/WebKit/public:blink", 39 "//third_party/WebKit/public:blink",
40 "//third_party/widevine/cdm:version_h", 40 "//third_party/widevine/cdm:version_h",
41 "//ui/accessibility", 41 "//ui/accessibility",
42 "//ui/events:dom4_keycode_converter", 42 "//ui/events:dom4_keycode_converter",
43 "//ui/native_theme", 43 "//ui/native_theme",
44 "//ui/surface", 44 "//ui/surface",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 ] 159 ]
160 } 160 }
161 } 161 }
162 162
163 if (enable_plugins && enable_webrtc) { 163 if (enable_plugins && enable_webrtc) {
164 sources += rebase_path( 164 sources += rebase_path(
165 content_renderer_gypi_values.private_renderer_plugin_webrtc_sources, 165 content_renderer_gypi_values.private_renderer_plugin_webrtc_sources,
166 ".", "//content") 166 ".", "//content")
167 } 167 }
168 } 168 }
OLDNEW
« no previous file with comments | « content/ppapi_plugin/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698