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

Unified Diff: gpu/ipc/common/BUILD.gn

Issue 2705333006: Move client_native_pixmap_factory.h from ui/ozone/public to ui/gfx (Closed)
Patch Set: Rebase Created 3 years, 10 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
Index: gpu/ipc/common/BUILD.gn
diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn
index 12a0794e4440e1ba04447cc25765e20707592955..ef9337cf8f2c75d0034b7d54f1454924243e1c4a 100644
--- a/gpu/ipc/common/BUILD.gn
+++ b/gpu/ipc/common/BUILD.gn
@@ -119,7 +119,7 @@ source_set("ipc_common_sources") {
}
if (use_ozone) {
- deps += [ "//ui/ozone" ]
+ deps += [ "//ui/ozone:platform" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698