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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 169403005: command_buffer: Implement path rendering functions for CHROMIUM_path_rendering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nv-pr-02-texgen
Patch Set: fix windows build Created 5 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
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'command_buffer/service/mailbox_manager.h', 99 'command_buffer/service/mailbox_manager.h',
100 'command_buffer/service/mailbox_manager_impl.cc', 100 'command_buffer/service/mailbox_manager_impl.cc',
101 'command_buffer/service/mailbox_manager_impl.h', 101 'command_buffer/service/mailbox_manager_impl.h',
102 'command_buffer/service/mailbox_manager_sync.cc', 102 'command_buffer/service/mailbox_manager_sync.cc',
103 'command_buffer/service/mailbox_manager_sync.h', 103 'command_buffer/service/mailbox_manager_sync.h',
104 'command_buffer/service/memory_program_cache.cc', 104 'command_buffer/service/memory_program_cache.cc',
105 'command_buffer/service/memory_program_cache.h', 105 'command_buffer/service/memory_program_cache.h',
106 'command_buffer/service/mocks.h', 106 'command_buffer/service/mocks.h',
107 'command_buffer/service/program_cache.cc', 107 'command_buffer/service/program_cache.cc',
108 'command_buffer/service/program_cache.h', 108 'command_buffer/service/program_cache.h',
109 'command_buffer/service/path_manager.cc',
110 'command_buffer/service/path_manager.h',
109 'command_buffer/service/program_manager.cc', 111 'command_buffer/service/program_manager.cc',
110 'command_buffer/service/program_manager.h', 112 'command_buffer/service/program_manager.h',
111 'command_buffer/service/query_manager.cc', 113 'command_buffer/service/query_manager.cc',
112 'command_buffer/service/query_manager.h', 114 'command_buffer/service/query_manager.h',
113 'command_buffer/service/renderbuffer_manager.cc', 115 'command_buffer/service/renderbuffer_manager.cc',
114 'command_buffer/service/renderbuffer_manager.h', 116 'command_buffer/service/renderbuffer_manager.h',
115 'command_buffer/service/shader_manager.cc', 117 'command_buffer/service/shader_manager.cc',
116 'command_buffer/service/shader_manager.h', 118 'command_buffer/service/shader_manager.h',
117 'command_buffer/service/shader_translator.cc', 119 'command_buffer/service/shader_translator.cc',
118 'command_buffer/service/shader_translator.h', 120 'command_buffer/service/shader_translator.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 }, 153 },
152 }], 154 }],
153 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { 155 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', {
154 'sources': [ 156 'sources': [
155 'command_buffer/service/async_pixel_transfer_manager_egl.cc', 157 'command_buffer/service/async_pixel_transfer_manager_egl.cc',
156 'command_buffer/service/async_pixel_transfer_manager_egl.h', 158 'command_buffer/service/async_pixel_transfer_manager_egl.h',
157 ], 159 ],
158 }], 160 }],
159 ], 161 ],
160 } 162 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_chromium_path_rendering_unittest.cc ('k') | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698