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

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: Fix up skia gfx::Transform param traits 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 a4650bf1f611a69c6c87582cf374e0031d9de3cd..3ea5329d90fad138549553278a900024e7845aea 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -865,7 +865,7 @@
'../mojo/mojo_base.gyp:mojo_application_base',
'../mojo/mojo_edk.gyp:mojo_system_impl',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../net/net.gyp:net_test_support',
+ '../net/net.gyp:net_test_support',
Tom Sepez 2016/03/31 16:01:33 nit: stray whitespace at end of line?
Mark Dittmer 2016/03/31 16:21:29 Done.
'../ppapi/ppapi_internal.gyp:ppapi_host',
'../ppapi/ppapi_internal.gyp:ppapi_proxy',
'../ppapi/ppapi_internal.gyp:ppapi_shared',
@@ -891,7 +891,7 @@
'../ui/surface/surface.gyp:surface',
'../url/url.gyp:url_lib',
'../v8/tools/gyp/v8.gyp:v8',
- 'browser/speech/proto/speech_proto.gyp:speech_proto',
+ 'browser/speech/proto/speech_proto.gyp:speech_proto',
Tom Sepez 2016/03/31 16:01:34 ditto
Mark Dittmer 2016/03/31 16:21:29 Done.
'content_test_mojo_bindings',
'content.gyp:content_app_both',
'content.gyp:content_browser',
@@ -1087,6 +1087,7 @@
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
+ '../ui/gfx/ipc/skia/gfx_ipc_skia.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