| OLD | NEW |
| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 "media/webmediaplayer_ms_compositor.cc", | 258 "media/webmediaplayer_ms_compositor.cc", |
| 259 "media/webmediaplayer_ms_compositor.h", | 259 "media/webmediaplayer_ms_compositor.h", |
| 260 "menu_item_builder.cc", | 260 "menu_item_builder.cc", |
| 261 "menu_item_builder.h", | 261 "menu_item_builder.h", |
| 262 "mojo/blink_interface_provider_impl.cc", | 262 "mojo/blink_interface_provider_impl.cc", |
| 263 "mojo/blink_interface_provider_impl.h", | 263 "mojo/blink_interface_provider_impl.h", |
| 264 "mojo/blink_interface_registry_impl.cc", | 264 "mojo/blink_interface_registry_impl.cc", |
| 265 "mojo/blink_interface_registry_impl.h", | 265 "mojo/blink_interface_registry_impl.h", |
| 266 "mojo/interface_provider_js_wrapper.cc", | 266 "mojo/interface_provider_js_wrapper.cc", |
| 267 "mojo/interface_provider_js_wrapper.h", | 267 "mojo/interface_provider_js_wrapper.h", |
| 268 "mojo/thread_safe_associated_interface_ptr_provider.h", | |
| 269 "mojo_bindings_controller.cc", | 268 "mojo_bindings_controller.cc", |
| 270 "mojo_bindings_controller.h", | 269 "mojo_bindings_controller.h", |
| 271 "mojo_context_state.cc", | 270 "mojo_context_state.cc", |
| 272 "mojo_context_state.h", | 271 "mojo_context_state.h", |
| 273 "mojo_main_runner.cc", | 272 "mojo_main_runner.cc", |
| 274 "mojo_main_runner.h", | 273 "mojo_main_runner.h", |
| 275 "mouse_lock_dispatcher.cc", | 274 "mouse_lock_dispatcher.cc", |
| 276 "mouse_lock_dispatcher.h", | 275 "mouse_lock_dispatcher.h", |
| 277 "navigation_state_impl.cc", | 276 "navigation_state_impl.cc", |
| 278 "navigation_state_impl.h", | 277 "navigation_state_impl.h", |
| (...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 # For the defines in mojo_media_config. | 931 # For the defines in mojo_media_config. |
| 933 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 932 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 934 } | 933 } |
| 935 | 934 |
| 936 if (!is_component_build) { | 935 if (!is_component_build) { |
| 937 public_deps = [ | 936 public_deps = [ |
| 938 ":renderer", | 937 ":renderer", |
| 939 ] | 938 ] |
| 940 } | 939 } |
| 941 } | 940 } |
| OLD | NEW |