| 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/features.gni") |    5 import("//build/config/features.gni") | 
|    6 import("//build/config/ui.gni") |    6 import("//build/config/ui.gni") | 
|    7 import("//media/media_options.gni") |    7 import("//media/media_options.gni") | 
|    8 import("//ppapi/features/features.gni") |    8 import("//ppapi/features/features.gni") | 
|    9 import("//printing/features/features.gni") |    9 import("//printing/features/features.gni") | 
|   10 import("//third_party/webrtc/build/webrtc.gni") |   10 import("//third_party/webrtc/build/webrtc.gni") | 
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  255     "media/webmediaplayer_ms_compositor.cc", |  255     "media/webmediaplayer_ms_compositor.cc", | 
|  256     "media/webmediaplayer_ms_compositor.h", |  256     "media/webmediaplayer_ms_compositor.h", | 
|  257     "menu_item_builder.cc", |  257     "menu_item_builder.cc", | 
|  258     "menu_item_builder.h", |  258     "menu_item_builder.h", | 
|  259     "mojo/blink_interface_provider_impl.cc", |  259     "mojo/blink_interface_provider_impl.cc", | 
|  260     "mojo/blink_interface_provider_impl.h", |  260     "mojo/blink_interface_provider_impl.h", | 
|  261     "mojo/blink_interface_registry_impl.cc", |  261     "mojo/blink_interface_registry_impl.cc", | 
|  262     "mojo/blink_interface_registry_impl.h", |  262     "mojo/blink_interface_registry_impl.h", | 
|  263     "mojo/interface_provider_js_wrapper.cc", |  263     "mojo/interface_provider_js_wrapper.cc", | 
|  264     "mojo/interface_provider_js_wrapper.h", |  264     "mojo/interface_provider_js_wrapper.h", | 
 |  265     "mojo/thread_safe_associated_interface_ptr_provider.h", | 
|  265     "mojo_bindings_controller.cc", |  266     "mojo_bindings_controller.cc", | 
|  266     "mojo_bindings_controller.h", |  267     "mojo_bindings_controller.h", | 
|  267     "mojo_context_state.cc", |  268     "mojo_context_state.cc", | 
|  268     "mojo_context_state.h", |  269     "mojo_context_state.h", | 
|  269     "mojo_main_runner.cc", |  270     "mojo_main_runner.cc", | 
|  270     "mojo_main_runner.h", |  271     "mojo_main_runner.h", | 
|  271     "mouse_lock_dispatcher.cc", |  272     "mouse_lock_dispatcher.cc", | 
|  272     "mouse_lock_dispatcher.h", |  273     "mouse_lock_dispatcher.h", | 
|  273     "navigation_state_impl.cc", |  274     "navigation_state_impl.cc", | 
|  274     "navigation_state_impl.h", |  275     "navigation_state_impl.h", | 
| (...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  912     # For the defines in mojo_media_config. |  913     # For the defines in mojo_media_config. | 
|  913     public_configs = [ "//media/mojo/services:mojo_media_config" ] |  914     public_configs = [ "//media/mojo/services:mojo_media_config" ] | 
|  914   } |  915   } | 
|  915  |  916  | 
|  916   if (!is_component_build) { |  917   if (!is_component_build) { | 
|  917     public_deps = [ |  918     public_deps = [ | 
|  918       ":renderer", |  919       ":renderer", | 
|  919     ] |  920     ] | 
|  920   } |  921   } | 
|  921 } |  922 } | 
| OLD | NEW |