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

Side by Side Diff: gpu/gpu_nacl.gyp

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 unified diff | Download patch
« no previous file with comments | « gpu/gpu.gyp ('k') | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # nacl_win64_target is for building the trusted Win64 NaCl broker. 8 # nacl_win64_target is for building the trusted Win64 NaCl broker.
9 'nacl_win64_target': 0, 9 'nacl_win64_target': 0,
10 }, 10 },
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'build_irt': 1, 115 'build_irt': 1,
116 'build_pnacl_newlib': 0, 116 'build_pnacl_newlib': 0,
117 'build_nonsfi_helper': 1, 117 'build_nonsfi_helper': 1,
118 }, 118 },
119 'includes': [ 119 'includes': [
120 'command_buffer_traits.gypi', 120 'command_buffer_traits.gypi',
121 ], 121 ],
122 'dependencies': [ 122 'dependencies': [
123 '../base/base_nacl.gyp:base_nacl', 123 '../base/base_nacl.gyp:base_nacl',
124 '../base/base_nacl.gyp:base_nacl_nonsfi', 124 '../base/base_nacl.gyp:base_nacl_nonsfi',
125 '../ui/gfx/ipc/geometry/gfx_ipc_geometry_nacl.gyp:gfx_ipc_geometry_n acl',
125 'command_buffer_common_nacl', 126 'command_buffer_common_nacl',
126 ], 127 ],
127 }, 128 },
128 ], 129 ],
129 }], 130 }],
130 ], 131 ],
131 } 132 }
OLDNEW
« no previous file with comments | « gpu/gpu.gyp ('k') | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698