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

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

Issue 2775483003: Use public Service Manager Connector API in Blink (Closed)
Patch Set: . Created 3 years, 8 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/public/test/render_view_test.cc ('k') | content/renderer/mojo/blink_connector_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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//content/common/features.gni") 9 import("//content/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "media/video_capture_impl_manager.cc", 258 "media/video_capture_impl_manager.cc",
259 "media/video_capture_impl_manager.h", 259 "media/video_capture_impl_manager.h",
260 "media/web_media_element_source_utils.cc", 260 "media/web_media_element_source_utils.cc",
261 "media/web_media_element_source_utils.h", 261 "media/web_media_element_source_utils.h",
262 "media/webmediaplayer_ms.cc", 262 "media/webmediaplayer_ms.cc",
263 "media/webmediaplayer_ms.h", 263 "media/webmediaplayer_ms.h",
264 "media/webmediaplayer_ms_compositor.cc", 264 "media/webmediaplayer_ms_compositor.cc",
265 "media/webmediaplayer_ms_compositor.h", 265 "media/webmediaplayer_ms_compositor.h",
266 "menu_item_builder.cc", 266 "menu_item_builder.cc",
267 "menu_item_builder.h", 267 "menu_item_builder.h",
268 "mojo/blink_connector_impl.cc",
269 "mojo/blink_connector_impl.h",
270 "mojo/blink_connector_js_wrapper.cc", 268 "mojo/blink_connector_js_wrapper.cc",
271 "mojo/blink_connector_js_wrapper.h", 269 "mojo/blink_connector_js_wrapper.h",
272 "mojo/blink_interface_provider_impl.cc", 270 "mojo/blink_interface_provider_impl.cc",
273 "mojo/blink_interface_provider_impl.h", 271 "mojo/blink_interface_provider_impl.h",
274 "mojo/blink_interface_registry_impl.cc", 272 "mojo/blink_interface_registry_impl.cc",
275 "mojo/blink_interface_registry_impl.h", 273 "mojo/blink_interface_registry_impl.h",
276 "mojo/interface_provider_js_wrapper.cc", 274 "mojo/interface_provider_js_wrapper.cc",
277 "mojo/interface_provider_js_wrapper.h", 275 "mojo/interface_provider_js_wrapper.h",
278 "mojo_bindings_controller.cc", 276 "mojo_bindings_controller.cc",
279 "mojo_bindings_controller.h", 277 "mojo_bindings_controller.h",
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 # For the defines in mojo_media_config. 956 # For the defines in mojo_media_config.
959 public_configs = [ "//media/mojo/services:mojo_media_config" ] 957 public_configs = [ "//media/mojo/services:mojo_media_config" ]
960 } 958 }
961 959
962 if (!is_component_build) { 960 if (!is_component_build) {
963 public_deps = [ 961 public_deps = [
964 ":renderer", 962 ":renderer",
965 ] 963 ]
966 } 964 }
967 } 965 }
OLDNEW
« no previous file with comments | « content/public/test/render_view_test.cc ('k') | content/renderer/mojo/blink_connector_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698