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

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

Issue 2643063002: Refactor Blink's ServiceConnector and add ability to mock in layout tests (Closed)
Patch Set: Fix build Created 3 years, 9 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/child/blink_platform_impl.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",
271 "mojo/blink_connector_js_wrapper.h",
268 "mojo/blink_interface_provider_impl.cc", 272 "mojo/blink_interface_provider_impl.cc",
269 "mojo/blink_interface_provider_impl.h", 273 "mojo/blink_interface_provider_impl.h",
270 "mojo/blink_interface_registry_impl.cc", 274 "mojo/blink_interface_registry_impl.cc",
271 "mojo/blink_interface_registry_impl.h", 275 "mojo/blink_interface_registry_impl.h",
272 "mojo/interface_provider_js_wrapper.cc", 276 "mojo/interface_provider_js_wrapper.cc",
273 "mojo/interface_provider_js_wrapper.h", 277 "mojo/interface_provider_js_wrapper.h",
274 "mojo_bindings_controller.cc", 278 "mojo_bindings_controller.cc",
275 "mojo_bindings_controller.h", 279 "mojo_bindings_controller.h",
276 "mojo_context_state.cc", 280 "mojo_context_state.cc",
277 "mojo_context_state.h", 281 "mojo_context_state.h",
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 # For the defines in mojo_media_config. 957 # For the defines in mojo_media_config.
954 public_configs = [ "//media/mojo/services:mojo_media_config" ] 958 public_configs = [ "//media/mojo/services:mojo_media_config" ]
955 } 959 }
956 960
957 if (!is_component_build) { 961 if (!is_component_build) {
958 public_deps = [ 962 public_deps = [
959 ":renderer", 963 ":renderer",
960 ] 964 ]
961 } 965 }
962 } 966 }
OLDNEW
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/renderer/mojo/blink_connector_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698