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

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

Issue 2577023003: Removes WebContentsViewMus/RenderWidgetHostViewMus (Closed)
Patch Set: cleanup Created 4 years 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("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after
1844 "//ui/aura", 1844 "//ui/aura",
1845 "//ui/aura_extra", 1845 "//ui/aura_extra",
1846 "//ui/strings", 1846 "//ui/strings",
1847 "//ui/wm", 1847 "//ui/wm",
1848 ] 1848 ]
1849 sources += [ 1849 sources += [
1850 "compositor/mus_browser_compositor_output_surface.cc", 1850 "compositor/mus_browser_compositor_output_surface.cc",
1851 "compositor/mus_browser_compositor_output_surface.h", 1851 "compositor/mus_browser_compositor_output_surface.h",
1852 "renderer_host/render_widget_host_view_event_handler.cc", 1852 "renderer_host/render_widget_host_view_event_handler.cc",
1853 "renderer_host/render_widget_host_view_event_handler.h", 1853 "renderer_host/render_widget_host_view_event_handler.h",
1854 "renderer_host/render_widget_host_view_mus.cc",
1855 "renderer_host/render_widget_host_view_mus.h",
1856 "web_contents/web_contents_view_mus.cc",
1857 "web_contents/web_contents_view_mus.h",
1858 ] 1854 ]
1859 } else { # Not aura. 1855 } else { # Not aura.
1860 sources -= [ 1856 sources -= [
1861 "media/capture/cursor_renderer_aura.cc", 1857 "media/capture/cursor_renderer_aura.cc",
1862 "media/capture/cursor_renderer_aura.h", 1858 "media/capture/cursor_renderer_aura.h",
1863 "media/capture/window_activity_tracker_aura.cc", 1859 "media/capture/window_activity_tracker_aura.cc",
1864 "media/capture/window_activity_tracker_aura.h", 1860 "media/capture/window_activity_tracker_aura.h",
1865 "renderer_host/compositor_resize_lock_aura.cc", 1861 "renderer_host/compositor_resize_lock_aura.cc",
1866 "renderer_host/compositor_resize_lock_aura.h", 1862 "renderer_host/compositor_resize_lock_aura.h",
1867 "renderer_host/input/synthetic_gesture_target_aura.cc", 1863 "renderer_host/input/synthetic_gesture_target_aura.cc",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1988 if (!is_component_build) { 1984 if (!is_component_build) {
1989 public_deps = [ 1985 public_deps = [
1990 ":browser", 1986 ":browser",
1991 ] 1987 ]
1992 } else { 1988 } else {
1993 public_deps = [ 1989 public_deps = [
1994 "//third_party/leveldatabase", 1990 "//third_party/leveldatabase",
1995 ] 1991 ]
1996 } 1992 }
1997 } 1993 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698