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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
danakj 2016/07/01 20:35:40 2016
piman 2016/07/06 18:34:24 Done.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'defines': [
7 'GFX_IPC_GEOMETRY_IMPLEMENTATION',
8 ],
9 'include_dirs': [
10 '../../..',
11 ],
12 'sources': [
13 'gfx_param_traits.cc',
14 '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
15 'gfx_ipc_geometry_export.h',
16 ],
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698