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

Side by Side Diff: gpu/command_buffer/command_buffer.gypi

Issue 2310613002: Inline GPU and opus GYP files into GN build. (Closed)
Patch Set: merge Created 4 years, 3 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/command_buffer/command_buffer.gyp ('k') | gpu/command_buffer/command_buffer_nacl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'target_defaults': {
7 'variables': {
8 'gles2_utils_target': 0,
9 },
10 'target_conditions': [
11 ['gles2_utils_target==1', {
12 'defines': [
13 'GLES2_UTILS_IMPLEMENTATION',
14 ],
15 'sources': [
16 'common/gles2_cmd_format.h',
17 'common/gles2_cmd_utils.cc',
18 'common/gles2_cmd_utils.h',
19 'common/gles2_utils_export.h',
20 ],
21 }],
22 ],
23 },
24 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/command_buffer.gyp ('k') | gpu/command_buffer/command_buffer_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698