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

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

Issue 2814483002: Splitting up RenderWidgetHostLatencyTracker and some renames. (Closed)
Patch Set: [Moving OnGpuSwapBuffersCompleted() back up. 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.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("//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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "//ui/display/types", 144 "//ui/display/types",
145 "//ui/events", 145 "//ui/events",
146 "//ui/events:gesture_detection", 146 "//ui/events:gesture_detection",
147 "//ui/events/blink", 147 "//ui/events/blink",
148 "//ui/gfx", 148 "//ui/gfx",
149 "//ui/gfx/animation", 149 "//ui/gfx/animation",
150 "//ui/gfx/geometry", 150 "//ui/gfx/geometry",
151 "//ui/gfx/geometry/mojo", 151 "//ui/gfx/geometry/mojo",
152 "//ui/gl", 152 "//ui/gl",
153 "//ui/gl:gl_features", 153 "//ui/gl:gl_features",
154 "//ui/latency",
154 "//ui/native_theme", 155 "//ui/native_theme",
155 "//ui/resources", 156 "//ui/resources",
156 "//ui/shell_dialogs", 157 "//ui/shell_dialogs",
157 "//ui/snapshot", 158 "//ui/snapshot",
158 "//ui/touch_selection", 159 "//ui/touch_selection",
159 "//v8:v8_version", 160 "//v8:v8_version",
160 ] 161 ]
161 162
162 public_deps = [ 163 public_deps = [
163 "//ipc", 164 "//ipc",
(...skipping 1889 matching lines...) Expand 10 before | Expand all | Expand 10 after
2053 if (!is_component_build) { 2054 if (!is_component_build) {
2054 public_deps = [ 2055 public_deps = [
2055 ":browser", 2056 ":browser",
2056 ] 2057 ]
2057 } else { 2058 } else {
2058 public_deps = [ 2059 public_deps = [
2059 "//third_party/leveldatabase", 2060 "//third_party/leveldatabase",
2060 ] 2061 ]
2061 } 2062 }
2062 } 2063 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/compositor/gpu_browser_compositor_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698