diff options
author | brettw <brettw@chromium.org> | 2015-04-01 22:34:43 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-02 05:35:19 +0000 |
commit | 157d6cf61658ef8c7486e4df5c1f697bf4d291fe (patch) | |
tree | a2eea3236a48a1bd2fa3db4fe777fb1c8fa5a1e8 /gpu/command_buffer/command_buffer.gypi | |
parent | 15a16244bd70fdd1f9cd27cb73dd5e981d5aa379 (diff) | |
download | chromium_src-157d6cf61658ef8c7486e4df5c1f697bf4d291fe.zip chromium_src-157d6cf61658ef8c7486e4df5c1f697bf4d291fe.tar.gz chromium_src-157d6cf61658ef8c7486e4df5c1f697bf4d291fe.tar.bz2 |
Work on GN Windows component build.
The platform window target was set up to be a component but had no compilation units. This patch removes the defines from both builds.
Removes the gpu_memory_buffer_manager target. This was causing problems and no equivalent exists in GYP.
Does some cleanup of Windows ldflags
BUG=470212
R=jam
TBR=rockot@chromium.org (device/bluetooth)
Review URL: https://codereview.chromium.org/1019803003
Cr-Commit-Position: refs/heads/master@{#323432}
Diffstat (limited to 'gpu/command_buffer/command_buffer.gypi')
-rw-r--r-- | gpu/command_buffer/command_buffer.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gpu/command_buffer/command_buffer.gypi b/gpu/command_buffer/command_buffer.gypi index 473da92e..c355f2c 100644 --- a/gpu/command_buffer/command_buffer.gypi +++ b/gpu/command_buffer/command_buffer.gypi @@ -8,7 +8,6 @@ 'gles2_utils_target': 0, }, 'target_conditions': [ - # This part is shared between the targets defined below. ['gles2_utils_target==1', { 'defines': [ 'GLES2_UTILS_IMPLEMENTATION', |