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

Unified Diff: ui/ozone/ozone.gyp

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: ui/ozone/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index 18cdd6572b605ee3cd2699a5cf38cb63614a0aa3..69da47534dda6ebab31e17e480ad981a669981db 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -37,6 +37,7 @@
'<(DEPTH)/ui/display/display.gyp:display_util',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
'<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
+ '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc_skia',
],
'defines': [
'OZONE_BASE_IMPLEMENTATION',
@@ -77,7 +78,7 @@
'<(DEPTH)/ui/display/display.gyp:display_types',
'<(DEPTH)/ui/display/display.gyp:display_util',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
- '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
+ '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc_skia',
],
'sources': [
'common/display_mode_proxy.cc',
@@ -114,7 +115,7 @@
'<(DEPTH)/ui/events/ozone/events_ozone.gyp:events_ozone',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
- '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
+ '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc_skia',
'<@(external_ozone_platform_deps)',
'<@(internal_ozone_platform_deps)',
'ozone_base',
« ui/gfx/ipc/gfx_skia_param_traits.cc ('K') | « ui/ozone/common/gpu/ozone_gpu_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698