[email protected] | bed9927 | 2012-02-17 00:36:08 | [diff] [blame] | 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 |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | { |
| 6 | 'include_dirs': [ |
| 7 | '..', |
| 8 | '<(DEPTH)/third_party/khronos', |
| 9 | ], |
| 10 | 'all_dependent_settings': { |
| 11 | 'include_dirs': [ |
| 12 | '..', |
| 13 | '<(DEPTH)/third_party/khronos', |
| 14 | ], |
| 15 | }, |
| 16 | 'dependencies': [ |
| 17 | '../base/base.gyp:base', |
[email protected] | 6802e3c6 | 2012-06-06 22:32:44 | [diff] [blame] | 18 | '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
[email protected] | 78b514b | 2012-05-01 21:50:59 | [diff] [blame] | 19 | '../crypto/crypto.gyp:crypto', |
[email protected] | c9e2cbbb | 2012-05-12 21:17:27 | [diff] [blame] | 20 | '../ui/gl/gl.gyp:gl', |
[email protected] | d353541f | 2012-05-03 22:45:41 | [diff] [blame] | 21 | '../ui/surface/surface.gyp:surface', |
[email protected] | bed9927 | 2012-02-17 00:36:08 | [diff] [blame] | 22 | '../ui/ui.gyp:ui', |
| 23 | '../third_party/angle/src/build_angle.gyp:translator_glsl', |
| 24 | ], |
| 25 | 'sources': [ |
| 26 | 'command_buffer/service/buffer_manager.h', |
| 27 | 'command_buffer/service/buffer_manager.cc', |
[email protected] | bed9927 | 2012-02-17 00:36:08 | [diff] [blame] | 28 | 'command_buffer/service/cmd_buffer_engine.h', |
| 29 | 'command_buffer/service/cmd_parser.cc', |
| 30 | 'command_buffer/service/cmd_parser.h', |
| 31 | 'command_buffer/service/command_buffer_service.cc', |
| 32 | 'command_buffer/service/command_buffer_service.h', |
| 33 | 'command_buffer/service/common_decoder.cc', |
| 34 | 'command_buffer/service/common_decoder.h', |
| 35 | 'command_buffer/service/context_group.h', |
| 36 | 'command_buffer/service/context_group.cc', |
[email protected] | e259eb41 | 2012-10-13 05:47:24 | [diff] [blame] | 37 | 'command_buffer/service/context_state.h', |
[email protected] | f731b946 | 2012-10-30 00:35:22 | [diff] [blame^] | 38 | 'command_buffer/service/context_state_autogen.h', |
| 39 | 'command_buffer/service/context_state_impl_autogen.h', |
[email protected] | e259eb41 | 2012-10-13 05:47:24 | [diff] [blame] | 40 | 'command_buffer/service/context_state.cc', |
[email protected] | bed9927 | 2012-02-17 00:36:08 | [diff] [blame] | 41 | 'command_buffer/service/feature_info.h', |
| 42 | 'command_buffer/service/feature_info.cc', |
[email protected] | d2a0e1a | 2012-08-12 02:25:01 | [diff] [blame] | 43 | 'command_buffer/service/framebuffer_manager.h', |
| 44 | 'command_buffer/service/framebuffer_manager.cc', |
[email protected] | 43410e9 | 2012-04-20 17:06:28 | [diff] [blame] | 45 | 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc', |
| 46 | 'command_buffer/service/gles2_cmd_copy_texture_chromium.h', |
[email protected] | bed9927 | 2012-02-17 00:36:08 | [diff] [blame] | 47 | 'command_buffer/service/gles2_cmd_decoder.h', |
| 48 | 'command_buffer/service/gles2_cmd_decoder_autogen.h', |
| 49 | 'command_buffer/service/gles2_cmd_decoder.cc', |
| 50 | 'command_buffer/service/gles2_cmd_validation.h', |
| 51 | 'command_buffer/service/gles2_cmd_validation.cc', |
| 52 | 'command_buffer/service/gles2_cmd_validation_autogen.h', |
| 53 | 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', |
| 54 | 'command_buffer/service/gl_utils.h', |
| 55 | 'command_buffer/service/gpu_scheduler.h', |
| 56 | 'command_buffer/service/gpu_scheduler.cc', |
| 57 | 'command_buffer/service/gpu_scheduler_mock.h', |
| 58 | 'command_buffer/service/gpu_switches.h', |
| 59 | 'command_buffer/service/gpu_switches.cc', |
| 60 | 'command_buffer/service/id_manager.h', |
| 61 | 'command_buffer/service/id_manager.cc', |
[email protected] | 09d5036 | 2012-10-18 20:54:37 | [diff] [blame] | 62 | 'command_buffer/service/image_manager.cc', |
| 63 | 'command_buffer/service/image_manager.h', |
[email protected] | 78b514b | 2012-05-01 21:50:59 | [diff] [blame] | 64 | 'command_buffer/service/mailbox_manager.cc', |
| 65 | 'command_buffer/service/mailbox_manager.h', |
[email protected] | 65dfc60 | 2012-07-23 20:39:39 | [diff] [blame] | 66 | 'command_buffer/service/memory_program_cache.h', |
| 67 | 'command_buffer/service/memory_program_cache.cc', |
[email protected] | bed9927 | 2012-02-17 00:36:08 | [diff] [blame] | 68 | 'command_buffer/service/mocks.h', |
| 69 | 'command_buffer/service/program_manager.h', |
| 70 | 'command_buffer/service/program_manager.cc', |
[email protected] | 882ba1e2 | 2012-03-08 19:02:53 | [diff] [blame] | 71 | 'command_buffer/service/query_manager.h', |
| 72 | 'command_buffer/service/query_manager.cc', |
[email protected] | bed9927 | 2012-02-17 00:36:08 | [diff] [blame] | 73 | 'command_buffer/service/renderbuffer_manager.h', |
| 74 | 'command_buffer/service/renderbuffer_manager.cc', |
[email protected] | 65dfc60 | 2012-07-23 20:39:39 | [diff] [blame] | 75 | 'command_buffer/service/program_cache.h', |
| 76 | 'command_buffer/service/program_cache.cc', |
| 77 | 'command_buffer/service/program_cache_lru_helper.h', |
| 78 | 'command_buffer/service/program_cache_lru_helper.cc', |
[email protected] | bed9927 | 2012-02-17 00:36:08 | [diff] [blame] | 79 | 'command_buffer/service/shader_manager.h', |
| 80 | 'command_buffer/service/shader_manager.cc', |
| 81 | 'command_buffer/service/shader_translator.h', |
| 82 | 'command_buffer/service/shader_translator.cc', |
[email protected] | 87fb6ab | 2012-06-13 22:28:04 | [diff] [blame] | 83 | 'command_buffer/service/shader_translator_cache.h', |
| 84 | 'command_buffer/service/shader_translator_cache.cc', |
[email protected] | bed9927 | 2012-02-17 00:36:08 | [diff] [blame] | 85 | 'command_buffer/service/stream_texture.h', |
| 86 | 'command_buffer/service/stream_texture_manager.h', |
[email protected] | 78b514b | 2012-05-01 21:50:59 | [diff] [blame] | 87 | 'command_buffer/service/texture_definition.cc', |
| 88 | 'command_buffer/service/texture_definition.h', |
[email protected] | bed9927 | 2012-02-17 00:36:08 | [diff] [blame] | 89 | 'command_buffer/service/texture_manager.h', |
| 90 | 'command_buffer/service/texture_manager.cc', |
[email protected] | c87015f | 2012-05-26 08:05:03 | [diff] [blame] | 91 | 'command_buffer/service/transfer_buffer_manager.cc', |
| 92 | 'command_buffer/service/transfer_buffer_manager.h', |
[email protected] | 944b62f3 | 2012-09-27 02:20:46 | [diff] [blame] | 93 | 'command_buffer/service/vertex_array_manager.h', |
| 94 | 'command_buffer/service/vertex_array_manager.cc', |
[email protected] | bed9927 | 2012-02-17 00:36:08 | [diff] [blame] | 95 | 'command_buffer/service/vertex_attrib_manager.h', |
| 96 | 'command_buffer/service/vertex_attrib_manager.cc', |
| 97 | ], |
| 98 | 'conditions': [ |
| 99 | ['toolkit_uses_gtk == 1', { |
| 100 | 'dependencies': [ |
| 101 | '../build/linux/system.gyp:gtk', |
| 102 | ], |
| 103 | }], |
| 104 | ['ui_compositor_image_transport==1', { |
| 105 | 'include_dirs': [ |
| 106 | '<(DEPTH)/third_party/angle/include', |
| 107 | ], |
| 108 | }], |
| 109 | ], |
| 110 | } |