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

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

Issue 2471263003: [Presentation API] (4th)(1-UA blink side) Add WebPresentationConnection and WebPresentationConnecti… (Closed)
Patch Set: merge and refactor Created 3 years, 11 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/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("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "mouse_lock_dispatcher.cc", 275 "mouse_lock_dispatcher.cc",
276 "mouse_lock_dispatcher.h", 276 "mouse_lock_dispatcher.h",
277 "navigation_state_impl.cc", 277 "navigation_state_impl.cc",
278 "navigation_state_impl.h", 278 "navigation_state_impl.h",
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_proxy.cc",
286 "presentation/presentation_connection_proxy.h",
285 "presentation/presentation_dispatcher.cc", 287 "presentation/presentation_dispatcher.cc",
286 "presentation/presentation_dispatcher.h", 288 "presentation/presentation_dispatcher.h",
287 "push_messaging/push_messaging_dispatcher.cc", 289 "push_messaging/push_messaging_dispatcher.cc",
288 "push_messaging/push_messaging_dispatcher.h", 290 "push_messaging/push_messaging_dispatcher.h",
289 "render_frame_impl.cc", 291 "render_frame_impl.cc",
290 "render_frame_impl.h", 292 "render_frame_impl.h",
291 "render_frame_proxy.cc", 293 "render_frame_proxy.cc",
292 "render_frame_proxy.h", 294 "render_frame_proxy.h",
293 "render_process.h", 295 "render_process.h",
294 "render_process_impl.cc", 296 "render_process_impl.cc",
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 # For the defines in mojo_media_config. 925 # For the defines in mojo_media_config.
924 public_configs = [ "//media/mojo/services:mojo_media_config" ] 926 public_configs = [ "//media/mojo/services:mojo_media_config" ]
925 } 927 }
926 928
927 if (!is_component_build) { 929 if (!is_component_build) {
928 public_deps = [ 930 public_deps = [
929 ":renderer", 931 ":renderer",
930 ] 932 ]
931 } 933 }
932 } 934 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698