| 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 "mouse_lock_dispatcher.cc", | 277 "mouse_lock_dispatcher.cc", |
| 278 "mouse_lock_dispatcher.h", | 278 "mouse_lock_dispatcher.h", |
| 279 "navigation_state_impl.cc", | 279 "navigation_state_impl.cc", |
| 280 "navigation_state_impl.h", | 280 "navigation_state_impl.h", |
| 281 "net_info_helper.cc", | 281 "net_info_helper.cc", |
| 282 "net_info_helper.h", | 282 "net_info_helper.h", |
| 283 "origin_trials/web_trial_token_validator_impl.cc", | 283 "origin_trials/web_trial_token_validator_impl.cc", |
| 284 "origin_trials/web_trial_token_validator_impl.h", | 284 "origin_trials/web_trial_token_validator_impl.h", |
| 285 "peripheral_content_heuristic.cc", | 285 "peripheral_content_heuristic.cc", |
| 286 "peripheral_content_heuristic.h", | 286 "peripheral_content_heuristic.h", |
| 287 "presentation/presentation_connection_proxy.cc", |
| 288 "presentation/presentation_connection_proxy.h", |
| 287 "presentation/presentation_dispatcher.cc", | 289 "presentation/presentation_dispatcher.cc", |
| 288 "presentation/presentation_dispatcher.h", | 290 "presentation/presentation_dispatcher.h", |
| 289 "push_messaging/push_messaging_dispatcher.cc", | 291 "push_messaging/push_messaging_dispatcher.cc", |
| 290 "push_messaging/push_messaging_dispatcher.h", | 292 "push_messaging/push_messaging_dispatcher.h", |
| 291 "render_frame_impl.cc", | 293 "render_frame_impl.cc", |
| 292 "render_frame_impl.h", | 294 "render_frame_impl.h", |
| 293 "render_frame_proxy.cc", | 295 "render_frame_proxy.cc", |
| 294 "render_frame_proxy.h", | 296 "render_frame_proxy.h", |
| 295 "render_process.h", | 297 "render_process.h", |
| 296 "render_process_impl.cc", | 298 "render_process_impl.cc", |
| (...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 934 # For the defines in mojo_media_config. | 936 # For the defines in mojo_media_config. |
| 935 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 937 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 936 } | 938 } |
| 937 | 939 |
| 938 if (!is_component_build) { | 940 if (!is_component_build) { |
| 939 public_deps = [ | 941 public_deps = [ |
| 940 ":renderer", | 942 ":renderer", |
| 941 ] | 943 ] |
| 942 } | 944 } |
| 943 } | 945 } |
| OLD | NEW |