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

Unified Diff: components/viz/display_compositor/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/display_compositor/yuv_readback_unittest.cc ('k') | components/viz/display_compositor/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/viz/display_compositor/BUILD.gn
diff --git a/components/display_compositor/BUILD.gn b/components/viz/display_compositor/BUILD.gn
similarity index 97%
rename from components/display_compositor/BUILD.gn
rename to components/viz/display_compositor/BUILD.gn
index 41cc0497fc2da7eb420754a1f4329ff374f0b04a..740b277bab0c46db0f0c8963c29d742711b2aaa3 100644
--- a/components/display_compositor/BUILD.gn
+++ b/components/viz/display_compositor/BUILD.gn
@@ -10,7 +10,6 @@ component("display_compositor") {
"buffer_queue.cc",
"buffer_queue.h",
"compositor_overlay_candidate_validator.h",
- "display_compositor_export.h",
"gl_helper.cc",
"gl_helper.h",
"gl_helper_readback_support.cc",
@@ -23,7 +22,7 @@ component("display_compositor") {
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
- defines = [ "DISPLAY_COMPOSITOR_IMPLEMENTATION" ]
+ defines = [ "VIZ_IMPLEMENTATION" ]
deps = [
"//base",
« no previous file with comments | « components/display_compositor/yuv_readback_unittest.cc ('k') | components/viz/display_compositor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698