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

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

Issue 2498463002: RenderWidget/RenderView: encapsulate ViewHostMsg_Show, etc, in a callback (Closed)
Patch Set: Remove RenderWidgetFullscreen 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
« no previous file with comments | « content/public/test/render_view_test.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "render_process_impl.h", 295 "render_process_impl.h",
296 "render_thread_impl.cc", 296 "render_thread_impl.cc",
297 "render_thread_impl.h", 297 "render_thread_impl.h",
298 "render_view_impl.cc", 298 "render_view_impl.cc",
299 "render_view_impl.h", 299 "render_view_impl.h",
300 "render_view_impl_android.cc", 300 "render_view_impl_android.cc",
301 "render_view_linux.cc", 301 "render_view_linux.cc",
302 "render_view_win.cc", 302 "render_view_win.cc",
303 "render_widget.cc", 303 "render_widget.cc",
304 "render_widget.h", 304 "render_widget.h",
305 "render_widget_fullscreen.cc",
306 "render_widget_fullscreen.h",
307 "render_widget_mouse_lock_dispatcher.cc", 305 "render_widget_mouse_lock_dispatcher.cc",
308 "render_widget_mouse_lock_dispatcher.h", 306 "render_widget_mouse_lock_dispatcher.h",
309 "render_widget_owner_delegate.h", 307 "render_widget_owner_delegate.h",
310 "renderer_blink_platform_impl.cc", 308 "renderer_blink_platform_impl.cc",
311 "renderer_blink_platform_impl.h", 309 "renderer_blink_platform_impl.h",
312 "renderer_clipboard_delegate.cc", 310 "renderer_clipboard_delegate.cc",
313 "renderer_clipboard_delegate.h", 311 "renderer_clipboard_delegate.h",
314 "renderer_main.cc", 312 "renderer_main.cc",
315 "renderer_main_platform_delegate.h", 313 "renderer_main_platform_delegate.h",
316 "renderer_main_platform_delegate_android.cc", 314 "renderer_main_platform_delegate_android.cc",
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 # For the defines in mojo_media_config. 911 # For the defines in mojo_media_config.
914 public_configs = [ "//media/mojo/services:mojo_media_config" ] 912 public_configs = [ "//media/mojo/services:mojo_media_config" ]
915 } 913 }
916 914
917 if (!is_component_build) { 915 if (!is_component_build) {
918 public_deps = [ 916 public_deps = [
919 ":renderer", 917 ":renderer",
920 ] 918 ]
921 } 919 }
922 } 920 }
OLDNEW
« no previous file with comments | « content/public/test/render_view_test.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698