Revert of Cast: cast_sender_app transcode a video file using FFmpeg (https://coderevi...
[chromium-blink-merge.git] / gpu / command_buffer / command_buffer.gypi
blob473da92eebd717d5896b9cc67c9b42bfe7879a5a
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.
6   'target_defaults': {
7     'variables': {
8       'gles2_utils_target': 0,
9     },
10     'target_conditions': [
11       # This part is shared between the targets defined below.
12       ['gles2_utils_target==1', {
13         'defines': [
14           'GLES2_UTILS_IMPLEMENTATION',
15         ],
16         'sources': [
17           'common/gles2_cmd_format.h',
18           'common/gles2_cmd_utils.cc',
19           'common/gles2_cmd_utils.h',
20           'common/gles2_utils_export.h',
21         ],
22       }],
23     ],
24   },