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

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: moar gyp fickses Created 4 years, 6 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/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..745d66a3bdb8049b13cf1a81d25e9e161c0c446f
--- /dev/null
+++ b/ui/gfx/ipc/geometry/gfx_ipc_geometry.gypi
@@ -0,0 +1,17 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
danakj 2016/07/01 20:35:40 2016
piman 2016/07/06 18:34:24 Done.
+# 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',
danakj 2016/07/01 20:35:40 did you exclude gfx_param_traits_macros.h on purpo
piman 2016/07/06 18:34:24 There is no such file in ui/gfx/ipc/geometry :) (T
+ 'gfx_ipc_geometry_export.h',
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698