diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-17 00:36:08 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-17 00:36:08 +0000 |
commit | bed992793e397892b86225cd2c262c6bee43d032 (patch) | |
tree | 42b544d2a7fad10b68593cf2cab3ad1e12e3f82c /gpu/gles2_cmd_helper.gypi | |
parent | 031cbdee8b96e2f014999a1a5ced8bbe049bcdd2 (diff) | |
download | chromium_src-bed992793e397892b86225cd2c262c6bee43d032.zip chromium_src-bed992793e397892b86225cd2c262c6bee43d032.tar.gz chromium_src-bed992793e397892b86225cd2c262c6bee43d032.tar.bz2 |
GPU: Split some of the GPU projects to individual gypi files.
There should be no change in behavior.
BUG=114261
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9359055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122413 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gles2_cmd_helper.gypi')
-rw-r--r-- | gpu/gles2_cmd_helper.gypi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gpu/gles2_cmd_helper.gypi b/gpu/gles2_cmd_helper.gypi new file mode 100644 index 0000000..523a761 --- /dev/null +++ b/gpu/gles2_cmd_helper.gypi @@ -0,0 +1,12 @@ +# Copyright (c) 2012 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +{ + # Library helps make GLES2 command buffers. + 'sources': [ + 'command_buffer/client/gles2_cmd_helper.cc', + 'command_buffer/client/gles2_cmd_helper.h', + 'command_buffer/client/gles2_cmd_helper_autogen.h', + ], +} |