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

Unified Diff: content/content_tests.gypi

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: Add includes associated with new skia-only ui/gfx/ipc target 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/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index e9721e31950150bc3a8f532f2b7d62f7a7b9ae60..af2707dbbd1fa55da60d3a6b1f96a7ea1258e854 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1083,6 +1083,7 @@
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
+ '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc_skia',
'../ui/gl/gl.gyp:gl',
'../ui/gl/gl.gyp:gl_test_support',
],

Powered by Google App Engine
This is Rietveld 408576698