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

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

Issue 2379703002: [Presentation API] (alternative) 1-UA: send message between controller and receiver page (Closed)
Patch Set: resolve code review comments from Mark Created 4 years, 2 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/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("//third_party/webrtc/build/webrtc.gni") 8 import("//third_party/webrtc/build/webrtc.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "net_info_helper.cc", 279 "net_info_helper.cc",
280 "net_info_helper.h", 280 "net_info_helper.h",
281 "origin_trials/web_trial_token_validator_impl.cc", 281 "origin_trials/web_trial_token_validator_impl.cc",
282 "origin_trials/web_trial_token_validator_impl.h", 282 "origin_trials/web_trial_token_validator_impl.h",
283 "peripheral_content_heuristic.cc", 283 "peripheral_content_heuristic.cc",
284 "peripheral_content_heuristic.h", 284 "peripheral_content_heuristic.h",
285 "presentation/presentation_connection_client.cc", 285 "presentation/presentation_connection_client.cc",
286 "presentation/presentation_connection_client.h", 286 "presentation/presentation_connection_client.h",
287 "presentation/presentation_dispatcher.cc", 287 "presentation/presentation_dispatcher.cc",
288 "presentation/presentation_dispatcher.h", 288 "presentation/presentation_dispatcher.h",
289 "presentation/renderer_presentation_connection.cc",
290 "presentation/renderer_presentation_connection.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",
297 "render_process_impl.h", 299 "render_process_impl.h",
298 "render_thread_impl.cc", 300 "render_thread_impl.cc",
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 # For the defines in mojo_media_config. 905 # For the defines in mojo_media_config.
904 public_configs = [ "//media/mojo/services:mojo_media_config" ] 906 public_configs = [ "//media/mojo/services:mojo_media_config" ]
905 } 907 }
906 908
907 if (!is_component_build) { 909 if (!is_component_build) {
908 public_deps = [ 910 public_deps = [
909 ":renderer", 911 ":renderer",
910 ] 912 ]
911 } 913 }
912 } 914 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698