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

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

Issue 2771053003: WIP: Plumbing input event latency reporting through Mus GPU.
Patch Set: Updating dependencies. Created 3 years, 9 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/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 23 matching lines...) Expand all
34 "//base:base_static", 34 "//base:base_static",
35 "//base/third_party/dynamic_annotations", 35 "//base/third_party/dynamic_annotations",
36 "//cc", 36 "//cc",
37 "//cc/animation", 37 "//cc/animation",
38 "//cc/paint", 38 "//cc/paint",
39 "//cc/surfaces", 39 "//cc/surfaces",
40 "//components/discardable_memory/common", 40 "//components/discardable_memory/common",
41 "//components/discardable_memory/service", 41 "//components/discardable_memory/service",
42 "//components/display_compositor", 42 "//components/display_compositor",
43 "//components/filesystem:lib", 43 "//components/filesystem:lib",
44 "//components/latency_tracker",
44 "//components/leveldb:lib", 45 "//components/leveldb:lib",
45 "//components/link_header_util", 46 "//components/link_header_util",
46 "//components/mime_util", 47 "//components/mime_util",
47 "//components/payments/content:payment_app", 48 "//components/payments/content:payment_app",
48 "//components/rappor", 49 "//components/rappor",
49 "//components/tracing", 50 "//components/tracing",
50 "//components/tracing:startup_tracing", 51 "//components/tracing:startup_tracing",
51 "//components/url_formatter", 52 "//components/url_formatter",
52 "//components/variations", 53 "//components/variations",
53 "//content:resources", 54 "//content:resources",
(...skipping 2002 matching lines...) Expand 10 before | Expand all | Expand 10 after
2056 if (!is_component_build) { 2057 if (!is_component_build) {
2057 public_deps = [ 2058 public_deps = [
2058 ":browser", 2059 ":browser",
2059 ] 2060 ]
2060 } else { 2061 } else {
2061 public_deps = [ 2062 public_deps = [
2062 "//third_party/leveldatabase", 2063 "//third_party/leveldatabase",
2063 ] 2064 ]
2064 } 2065 }
2065 } 2066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698