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

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

Issue 2873243002: Move components/display_compositor to components/viz/display_compositor (Closed)
Patch Set: Rebase Created 3 years, 7 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 | « components/viz/viz_export.h ('k') | content/browser/browser_main_loop.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 27 matching lines...) Expand all
38 deps = [ 38 deps = [
39 "//base", 39 "//base",
40 "//base:base_static", 40 "//base:base_static",
41 "//base/third_party/dynamic_annotations", 41 "//base/third_party/dynamic_annotations",
42 "//cc", 42 "//cc",
43 "//cc/animation", 43 "//cc/animation",
44 "//cc/paint", 44 "//cc/paint",
45 "//cc/surfaces", 45 "//cc/surfaces",
46 "//components/discardable_memory/common", 46 "//components/discardable_memory/common",
47 "//components/discardable_memory/service", 47 "//components/discardable_memory/service",
48 "//components/display_compositor",
49 "//components/filesystem:lib", 48 "//components/filesystem:lib",
50 "//components/leveldb:lib", 49 "//components/leveldb:lib",
51 "//components/link_header_util", 50 "//components/link_header_util",
52 "//components/metrics", 51 "//components/metrics",
53 "//components/metrics:single_sample_metrics", 52 "//components/metrics:single_sample_metrics",
54 "//components/mime_util", 53 "//components/mime_util",
55 "//components/payments/mojom:mojom_payment_app", 54 "//components/payments/mojom:mojom_payment_app",
56 "//components/rappor", 55 "//components/rappor",
57 "//components/tracing", 56 "//components/tracing",
58 "//components/tracing:startup_tracing", 57 "//components/tracing:startup_tracing",
59 "//components/url_formatter", 58 "//components/url_formatter",
60 "//components/variations", 59 "//components/variations",
60 "//components/viz/display_compositor",
61 "//components/viz/frame_sinks", 61 "//components/viz/frame_sinks",
62 "//content:resources", 62 "//content:resources",
63 "//content/app/resources", 63 "//content/app/resources",
64 "//content/app/strings", 64 "//content/app/strings",
65 "//content/browser/background_sync:background_sync_proto", 65 "//content/browser/background_sync:background_sync_proto",
66 "//content/browser/cache_storage:cache_storage_proto", 66 "//content/browser/cache_storage:cache_storage_proto",
67 "//content/browser/devtools:devtools_resources", 67 "//content/browser/devtools:devtools_resources",
68 "//content/browser/devtools:protocol_sources", 68 "//content/browser/devtools:protocol_sources",
69 "//content/browser/dom_storage:local_storage_proto", 69 "//content/browser/dom_storage:local_storage_proto",
70 "//content/browser/notifications:notification_proto", 70 "//content/browser/notifications:notification_proto",
(...skipping 2076 matching lines...) Expand 10 before | Expand all | Expand 10 after
2147 if (!is_component_build) { 2147 if (!is_component_build) {
2148 public_deps = [ 2148 public_deps = [
2149 ":browser", 2149 ":browser",
2150 ] 2150 ]
2151 } else { 2151 } else {
2152 public_deps = [ 2152 public_deps = [
2153 "//third_party/leveldatabase", 2153 "//third_party/leveldatabase",
2154 ] 2154 ]
2155 } 2155 }
2156 } 2156 }
OLDNEW
« no previous file with comments | « components/viz/viz_export.h ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698