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

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

Issue 2668153003: Mojo C++ Bindings: Eliminate unbound ThreadSafeInterfacePtr (Closed)
Patch Set: format and rebase... Created 3 years, 10 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/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("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "media/webmediaplayer_ms_compositor.cc", 256 "media/webmediaplayer_ms_compositor.cc",
257 "media/webmediaplayer_ms_compositor.h", 257 "media/webmediaplayer_ms_compositor.h",
258 "menu_item_builder.cc", 258 "menu_item_builder.cc",
259 "menu_item_builder.h", 259 "menu_item_builder.h",
260 "mojo/blink_interface_provider_impl.cc", 260 "mojo/blink_interface_provider_impl.cc",
261 "mojo/blink_interface_provider_impl.h", 261 "mojo/blink_interface_provider_impl.h",
262 "mojo/blink_interface_registry_impl.cc", 262 "mojo/blink_interface_registry_impl.cc",
263 "mojo/blink_interface_registry_impl.h", 263 "mojo/blink_interface_registry_impl.h",
264 "mojo/interface_provider_js_wrapper.cc", 264 "mojo/interface_provider_js_wrapper.cc",
265 "mojo/interface_provider_js_wrapper.h", 265 "mojo/interface_provider_js_wrapper.h",
266 "mojo/thread_safe_associated_interface_ptr_provider.h",
267 "mojo_bindings_controller.cc", 266 "mojo_bindings_controller.cc",
268 "mojo_bindings_controller.h", 267 "mojo_bindings_controller.h",
269 "mojo_context_state.cc", 268 "mojo_context_state.cc",
270 "mojo_context_state.h", 269 "mojo_context_state.h",
271 "mojo_main_runner.cc", 270 "mojo_main_runner.cc",
272 "mojo_main_runner.h", 271 "mojo_main_runner.h",
273 "mouse_lock_dispatcher.cc", 272 "mouse_lock_dispatcher.cc",
274 "mouse_lock_dispatcher.h", 273 "mouse_lock_dispatcher.h",
275 "navigation_state_impl.cc", 274 "navigation_state_impl.cc",
276 "navigation_state_impl.h", 275 "navigation_state_impl.h",
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 # For the defines in mojo_media_config. 933 # For the defines in mojo_media_config.
935 public_configs = [ "//media/mojo/services:mojo_media_config" ] 934 public_configs = [ "//media/mojo/services:mojo_media_config" ]
936 } 935 }
937 936
938 if (!is_component_build) { 937 if (!is_component_build) {
939 public_deps = [ 938 public_deps = [
940 ":renderer", 939 ":renderer",
941 ] 940 ]
942 } 941 }
943 } 942 }
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/renderer/mojo/thread_safe_associated_interface_ptr_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698