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

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

Issue 2779303002: [EXPERIMENT] Revert "Route D3D VSync signal to Compositor" (Closed)
Patch Set: Resolve merge conflict Created 3 years, 8 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
« no previous file with comments | « no previous file | content/browser/compositor/gpu_browser_compositor_output_surface.h » ('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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.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 1951 matching lines...) Expand 10 before | Expand all | Expand 10 after
1962 "compositor/browser_compositor_output_surface.cc", 1962 "compositor/browser_compositor_output_surface.cc",
1963 "compositor/browser_compositor_output_surface.h", 1963 "compositor/browser_compositor_output_surface.h",
1964 "compositor/gpu_browser_compositor_output_surface.cc", 1964 "compositor/gpu_browser_compositor_output_surface.cc",
1965 "compositor/gpu_browser_compositor_output_surface.h", 1965 "compositor/gpu_browser_compositor_output_surface.h",
1966 "compositor/gpu_output_surface_mac.h", 1966 "compositor/gpu_output_surface_mac.h",
1967 "compositor/gpu_output_surface_mac.mm", 1967 "compositor/gpu_output_surface_mac.mm",
1968 "compositor/gpu_process_transport_factory.cc", 1968 "compositor/gpu_process_transport_factory.cc",
1969 "compositor/gpu_process_transport_factory.h", 1969 "compositor/gpu_process_transport_factory.h",
1970 "compositor/gpu_surfaceless_browser_compositor_output_surface.cc", 1970 "compositor/gpu_surfaceless_browser_compositor_output_surface.cc",
1971 "compositor/gpu_surfaceless_browser_compositor_output_surface.h", 1971 "compositor/gpu_surfaceless_browser_compositor_output_surface.h",
1972 "compositor/gpu_vsync_begin_frame_source.cc",
1973 "compositor/gpu_vsync_begin_frame_source.h",
1974 "compositor/image_transport_factory.cc", 1972 "compositor/image_transport_factory.cc",
1975 "compositor/image_transport_factory.h", 1973 "compositor/image_transport_factory.h",
1976 "compositor/offscreen_browser_compositor_output_surface.cc", 1974 "compositor/offscreen_browser_compositor_output_surface.cc",
1977 "compositor/offscreen_browser_compositor_output_surface.h", 1975 "compositor/offscreen_browser_compositor_output_surface.h",
1978 "compositor/owned_mailbox.cc", 1976 "compositor/owned_mailbox.cc",
1979 "compositor/owned_mailbox.h", 1977 "compositor/owned_mailbox.h",
1980 "compositor/reflector_impl.cc", 1978 "compositor/reflector_impl.cc",
1981 "compositor/reflector_impl.h", 1979 "compositor/reflector_impl.h",
1982 "compositor/reflector_texture.cc", 1980 "compositor/reflector_texture.cc",
1983 "compositor/reflector_texture.h", 1981 "compositor/reflector_texture.h",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2058 if (!is_component_build) { 2056 if (!is_component_build) {
2059 public_deps = [ 2057 public_deps = [
2060 ":browser", 2058 ":browser",
2061 ] 2059 ]
2062 } else { 2060 } else {
2063 public_deps = [ 2061 public_deps = [
2064 "//third_party/leveldatabase", 2062 "//third_party/leveldatabase",
2065 ] 2063 ]
2066 } 2064 }
2067 } 2065 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/compositor/gpu_browser_compositor_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698