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

Unified Diff: ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp

Issue 2129803002: Revert of pepper: parse context creation attrib list on the plugin side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gpu_pref_size_in_attrs
Patch Set: Created 4 years, 5 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
« no previous file with comments | « ui/gfx/gfx_nacl.gyp ('k') | ui/gfx/ipc/geometry/gfx_ipc_geometry.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp
diff --git a/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp b/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp
index ed634ab0c4d60e7450011b1106e71da004684cdf..b7b72218edf20062bc34ca713a1c7caed988614c 100644
--- a/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp
+++ b/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp
@@ -17,8 +17,16 @@
'../../gfx.gyp:gfx',
'../../gfx.gyp:gfx_geometry',
],
- 'includes': [
- 'gfx_ipc_geometry.gypi',
+ 'defines': [
+ 'GFX_IPC_GEOMETRY_IMPLEMENTATION',
+ ],
+ 'include_dirs': [
+ '../../..',
+ ],
+ 'sources': [
+ 'gfx_param_traits.cc',
+ 'gfx_param_traits.h',
+ 'gfx_param_traits_macros.h',
],
},
],
« no previous file with comments | « ui/gfx/gfx_nacl.gyp ('k') | ui/gfx/ipc/geometry/gfx_ipc_geometry.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698