| OLD | NEW |
| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'command_buffer/service/gles2_cmd_decoder.cc', | 68 'command_buffer/service/gles2_cmd_decoder.cc', |
| 69 'command_buffer/service/gles2_cmd_validation.h', | 69 'command_buffer/service/gles2_cmd_validation.h', |
| 70 'command_buffer/service/gles2_cmd_validation.cc', | 70 'command_buffer/service/gles2_cmd_validation.cc', |
| 71 'command_buffer/service/gles2_cmd_validation_autogen.h', | 71 'command_buffer/service/gles2_cmd_validation_autogen.h', |
| 72 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', | 72 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', |
| 73 'command_buffer/service/gl_context_virtual.cc', | 73 'command_buffer/service/gl_context_virtual.cc', |
| 74 'command_buffer/service/gl_context_virtual.h', | 74 'command_buffer/service/gl_context_virtual.h', |
| 75 'command_buffer/service/gl_state_restorer_impl.cc', | 75 'command_buffer/service/gl_state_restorer_impl.cc', |
| 76 'command_buffer/service/gl_state_restorer_impl.h', | 76 'command_buffer/service/gl_state_restorer_impl.h', |
| 77 'command_buffer/service/gl_utils.h', | 77 'command_buffer/service/gl_utils.h', |
| 78 'command_buffer/service/gpu_control_service.cc', |
| 79 'command_buffer/service/gpu_control_service.h', |
| 80 'command_buffer/service/gpu_memory_buffer_manager.h', |
| 81 'command_buffer/service/gpu_scheduler.cc', |
| 78 'command_buffer/service/gpu_scheduler.h', | 82 'command_buffer/service/gpu_scheduler.h', |
| 79 'command_buffer/service/gpu_scheduler.cc', | |
| 80 'command_buffer/service/gpu_scheduler_mock.h', | 83 'command_buffer/service/gpu_scheduler_mock.h', |
| 84 'command_buffer/service/gpu_switches.cc', |
| 81 'command_buffer/service/gpu_switches.h', | 85 'command_buffer/service/gpu_switches.h', |
| 82 'command_buffer/service/gpu_switches.cc', | 86 'command_buffer/service/gpu_tracer.cc', |
| 83 'command_buffer/service/gpu_tracer.h', | 87 'command_buffer/service/gpu_tracer.h', |
| 84 'command_buffer/service/gpu_tracer.cc', | |
| 85 'command_buffer/service/id_manager.h', | 88 'command_buffer/service/id_manager.h', |
| 86 'command_buffer/service/id_manager.cc', | 89 'command_buffer/service/id_manager.cc', |
| 87 'command_buffer/service/image_manager.cc', | 90 'command_buffer/service/image_manager.cc', |
| 88 'command_buffer/service/image_manager.h', | 91 'command_buffer/service/image_manager.h', |
| 89 'command_buffer/service/in_process_command_buffer.cc', | 92 'command_buffer/service/in_process_command_buffer.cc', |
| 90 'command_buffer/service/in_process_command_buffer.h', | 93 'command_buffer/service/in_process_command_buffer.h', |
| 91 'command_buffer/service/logger.cc', | 94 'command_buffer/service/logger.cc', |
| 92 'command_buffer/service/logger.h', | 95 'command_buffer/service/logger.h', |
| 93 'command_buffer/service/mailbox_manager.cc', | 96 'command_buffer/service/mailbox_manager.cc', |
| 94 'command_buffer/service/mailbox_manager.h', | 97 'command_buffer/service/mailbox_manager.h', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 ], | 137 ], |
| 135 }], | 138 }], |
| 136 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { | 139 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { |
| 137 'sources': [ | 140 'sources': [ |
| 138 'command_buffer/service/async_pixel_transfer_manager_egl.cc', | 141 'command_buffer/service/async_pixel_transfer_manager_egl.cc', |
| 139 'command_buffer/service/async_pixel_transfer_manager_egl.h', | 142 'command_buffer/service/async_pixel_transfer_manager_egl.h', |
| 140 ], | 143 ], |
| 141 }] | 144 }] |
| 142 ], | 145 ], |
| 143 } | 146 } |
| OLD | NEW |