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

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

Issue 2104403003: 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: rebase 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/ipc/geometry/gfx_ipc_geometry.gyp ('k') | ui/gfx/ipc/geometry/gfx_ipc_geometry_nacl.gyp » ('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.gypi
diff --git a/ui/gfx/ipc/geometry/gfx_ipc_geometry.gypi b/ui/gfx/ipc/geometry/gfx_ipc_geometry.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..616bb9296ef208f90735cc31901c132d3adb9d0f
--- /dev/null
+++ b/ui/gfx/ipc/geometry/gfx_ipc_geometry.gypi
@@ -0,0 +1,17 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'defines': [
+ 'GFX_IPC_GEOMETRY_IMPLEMENTATION',
+ ],
+ 'include_dirs': [
+ '../../..',
+ ],
+ 'sources': [
+ 'gfx_param_traits.cc',
+ 'gfx_param_traits.h',
+ 'gfx_ipc_geometry_export.h',
+ ],
+}
« no previous file with comments | « ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp ('k') | ui/gfx/ipc/geometry/gfx_ipc_geometry_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698