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

Unified Diff: content/shell/BUILD.gn

Issue 1824993004: Separate gfx_ipc into skia-dependent and non-skia-dependent parts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nits from tsepez@ Created 4 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 side-by-side diff with in-line comments
Download patch
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 4fd4c916c8ace4664680bec56620b89096fcff6c..9aab540be71c3d9916564e2603cac3dea7f93d8e 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -246,6 +246,7 @@ static_library("content_shell_lib") {
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gfx/ipc",
+ "//ui/gfx/ipc/skia",
"//ui/gl",
"//url",
"//v8",

Powered by Google App Engine
This is Rietveld 408576698