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

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: merge with master Created 4 years, 1 month 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("//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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "navigation_state_impl.cc", 274 "navigation_state_impl.cc",
275 "navigation_state_impl.h", 275 "navigation_state_impl.h",
276 "net_info_helper.cc", 276 "net_info_helper.cc",
277 "net_info_helper.h", 277 "net_info_helper.h",
278 "origin_trials/web_trial_token_validator_impl.cc", 278 "origin_trials/web_trial_token_validator_impl.cc",
279 "origin_trials/web_trial_token_validator_impl.h", 279 "origin_trials/web_trial_token_validator_impl.h",
280 "peripheral_content_heuristic.cc", 280 "peripheral_content_heuristic.cc",
281 "peripheral_content_heuristic.h", 281 "peripheral_content_heuristic.h",
282 "presentation/presentation_connection_client.cc", 282 "presentation/presentation_connection_client.cc",
283 "presentation/presentation_connection_client.h", 283 "presentation/presentation_connection_client.h",
284 "presentation/presentation_connection_proxy.cc",
285 "presentation/presentation_connection_proxy.h",
284 "presentation/presentation_dispatcher.cc", 286 "presentation/presentation_dispatcher.cc",
285 "presentation/presentation_dispatcher.h", 287 "presentation/presentation_dispatcher.h",
286 "push_messaging/push_messaging_dispatcher.cc", 288 "push_messaging/push_messaging_dispatcher.cc",
287 "push_messaging/push_messaging_dispatcher.h", 289 "push_messaging/push_messaging_dispatcher.h",
288 "render_frame_impl.cc", 290 "render_frame_impl.cc",
289 "render_frame_impl.h", 291 "render_frame_impl.h",
290 "render_frame_proxy.cc", 292 "render_frame_proxy.cc",
291 "render_frame_proxy.h", 293 "render_frame_proxy.h",
292 "render_process.h", 294 "render_process.h",
293 "render_process_impl.cc", 295 "render_process_impl.cc",
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 # For the defines in mojo_media_config. 909 # For the defines in mojo_media_config.
908 public_configs = [ "//media/mojo/services:mojo_media_config" ] 910 public_configs = [ "//media/mojo/services:mojo_media_config" ]
909 } 911 }
910 912
911 if (!is_component_build) { 913 if (!is_component_build) {
912 public_deps = [ 914 public_deps = [
913 ":renderer", 915 ":renderer",
914 ] 916 ]
915 } 917 }
916 } 918 }
OLDNEW
« no previous file with comments | « content/public/browser/presentation_session.cc ('k') | content/renderer/presentation/presentation_connection_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698