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/command_buffer_client.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/command_buffer_client.gypi')
-rw-r--r-- | gpu/command_buffer_client.gypi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gpu/command_buffer_client.gypi b/gpu/command_buffer_client.gypi new file mode 100644 index 0000000..c0447ef --- /dev/null +++ b/gpu/command_buffer_client.gypi @@ -0,0 +1,28 @@ +# 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. + +{ + 'include_dirs': [ + '..', + '<(DEPTH)/third_party/khronos', + ], + 'all_dependent_settings': { + 'include_dirs': [ + '..', + '<(DEPTH)/third_party/khronos', + ], + }, + 'sources': [ + 'command_buffer/client/cmd_buffer_helper.cc', + 'command_buffer/client/cmd_buffer_helper.h', + 'command_buffer/client/fenced_allocator.cc', + 'command_buffer/client/fenced_allocator.h', + 'command_buffer/client/mapped_memory.cc', + 'command_buffer/client/mapped_memory.h', + 'command_buffer/client/ring_buffer.cc', + 'command_buffer/client/ring_buffer.h', + 'command_buffer/client/transfer_buffer.cc', + 'command_buffer/client/transfer_buffer.h', + ], +} |