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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 331723003: gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBuffer type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: crown of aragorn Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'all_dependent_settings': { 9 'all_dependent_settings': {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'command_buffer/service/gles2_cmd_decoder.cc', 69 'command_buffer/service/gles2_cmd_decoder.cc',
70 'command_buffer/service/gles2_cmd_validation.h', 70 'command_buffer/service/gles2_cmd_validation.h',
71 'command_buffer/service/gles2_cmd_validation.cc', 71 'command_buffer/service/gles2_cmd_validation.cc',
72 'command_buffer/service/gles2_cmd_validation_autogen.h', 72 'command_buffer/service/gles2_cmd_validation_autogen.h',
73 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', 73 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h',
74 'command_buffer/service/gl_context_virtual.cc', 74 'command_buffer/service/gl_context_virtual.cc',
75 'command_buffer/service/gl_context_virtual.h', 75 'command_buffer/service/gl_context_virtual.h',
76 'command_buffer/service/gl_state_restorer_impl.cc', 76 'command_buffer/service/gl_state_restorer_impl.cc',
77 'command_buffer/service/gl_state_restorer_impl.h', 77 'command_buffer/service/gl_state_restorer_impl.h',
78 'command_buffer/service/gl_utils.h', 78 'command_buffer/service/gl_utils.h',
79 'command_buffer/service/gpu_control_service.cc',
80 'command_buffer/service/gpu_control_service.h',
81 'command_buffer/service/gpu_memory_buffer_manager.h',
82 'command_buffer/service/gpu_scheduler.cc', 79 'command_buffer/service/gpu_scheduler.cc',
83 'command_buffer/service/gpu_scheduler.h', 80 'command_buffer/service/gpu_scheduler.h',
84 'command_buffer/service/gpu_scheduler_mock.h', 81 'command_buffer/service/gpu_scheduler_mock.h',
85 'command_buffer/service/gpu_state_tracer.cc', 82 'command_buffer/service/gpu_state_tracer.cc',
86 'command_buffer/service/gpu_state_tracer.h', 83 'command_buffer/service/gpu_state_tracer.h',
87 'command_buffer/service/gpu_switches.cc', 84 'command_buffer/service/gpu_switches.cc',
88 'command_buffer/service/gpu_switches.h', 85 'command_buffer/service/gpu_switches.h',
89 'command_buffer/service/gpu_tracer.cc', 86 'command_buffer/service/gpu_tracer.cc',
90 'command_buffer/service/gpu_tracer.h', 87 'command_buffer/service/gpu_tracer.h',
91 'command_buffer/service/id_manager.h', 88 'command_buffer/service/id_manager.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 }], 141 }],
145 ['OS=="android"', { 142 ['OS=="android"', {
146 'configurations': { 143 'configurations': {
147 'Release': { 144 'Release': {
148 'cflags': ['-O2'] 145 'cflags': ['-O2']
149 } 146 }
150 } 147 }
151 }] 148 }]
152 ], 149 ],
153 } 150 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698