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("//third_party/webrtc/build/webrtc.gni") | 9 import("//third_party/webrtc/build/webrtc.gni") |
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 "navigation_state_impl.cc", | 276 "navigation_state_impl.cc", |
277 "navigation_state_impl.h", | 277 "navigation_state_impl.h", |
278 "net_info_helper.cc", | 278 "net_info_helper.cc", |
279 "net_info_helper.h", | 279 "net_info_helper.h", |
280 "origin_trials/web_trial_token_validator_impl.cc", | 280 "origin_trials/web_trial_token_validator_impl.cc", |
281 "origin_trials/web_trial_token_validator_impl.h", | 281 "origin_trials/web_trial_token_validator_impl.h", |
282 "peripheral_content_heuristic.cc", | 282 "peripheral_content_heuristic.cc", |
283 "peripheral_content_heuristic.h", | 283 "peripheral_content_heuristic.h", |
284 "presentation/presentation_connection_client.cc", | 284 "presentation/presentation_connection_client.cc", |
285 "presentation/presentation_connection_client.h", | 285 "presentation/presentation_connection_client.h", |
| 286 "presentation/presentation_connection_proxy.cc", |
| 287 "presentation/presentation_connection_proxy.h", |
286 "presentation/presentation_dispatcher.cc", | 288 "presentation/presentation_dispatcher.cc", |
287 "presentation/presentation_dispatcher.h", | 289 "presentation/presentation_dispatcher.h", |
288 "push_messaging/push_messaging_dispatcher.cc", | 290 "push_messaging/push_messaging_dispatcher.cc", |
289 "push_messaging/push_messaging_dispatcher.h", | 291 "push_messaging/push_messaging_dispatcher.h", |
290 "render_frame_impl.cc", | 292 "render_frame_impl.cc", |
291 "render_frame_impl.h", | 293 "render_frame_impl.h", |
292 "render_frame_proxy.cc", | 294 "render_frame_proxy.cc", |
293 "render_frame_proxy.h", | 295 "render_frame_proxy.h", |
294 "render_process.h", | 296 "render_process.h", |
295 "render_process_impl.cc", | 297 "render_process_impl.cc", |
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
909 # For the defines in mojo_media_config. | 911 # For the defines in mojo_media_config. |
910 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 912 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
911 } | 913 } |
912 | 914 |
913 if (!is_component_build) { | 915 if (!is_component_build) { |
914 public_deps = [ | 916 public_deps = [ |
915 ":renderer", | 917 ":renderer", |
916 ] | 918 ] |
917 } | 919 } |
918 } | 920 } |
OLD | NEW |