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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 8274bbd473c679e9b82347f630f833421d45cc25..80703ff64a7e1f7ac4c5935f575a354bdff6c22e 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -45,7 +45,6 @@ source_set("browser") {
"//cc/surfaces",
"//components/discardable_memory/common",
"//components/discardable_memory/service",
- "//components/display_compositor",
"//components/filesystem:lib",
"//components/leveldb:lib",
"//components/link_header_util",
@@ -58,6 +57,7 @@ source_set("browser") {
"//components/tracing:startup_tracing",
"//components/url_formatter",
"//components/variations",
+ "//components/viz/display_compositor",
"//components/viz/frame_sinks",
"//content:resources",
"//content/app/resources",
« 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