| 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 '<(DEPTH)/third_party/khronos', | 8 '<(DEPTH)/third_party/khronos', |
| 9 ], | 9 ], |
| 10 'all_dependent_settings': { | 10 'all_dependent_settings': { |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'command_buffer/service/gles2_cmd_validation_autogen.h', | 50 'command_buffer/service/gles2_cmd_validation_autogen.h', |
| 51 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', | 51 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', |
| 52 'command_buffer/service/gl_utils.h', | 52 'command_buffer/service/gl_utils.h', |
| 53 'command_buffer/service/gpu_scheduler.h', | 53 'command_buffer/service/gpu_scheduler.h', |
| 54 'command_buffer/service/gpu_scheduler.cc', | 54 'command_buffer/service/gpu_scheduler.cc', |
| 55 'command_buffer/service/gpu_scheduler_mock.h', | 55 'command_buffer/service/gpu_scheduler_mock.h', |
| 56 'command_buffer/service/gpu_switches.h', | 56 'command_buffer/service/gpu_switches.h', |
| 57 'command_buffer/service/gpu_switches.cc', | 57 'command_buffer/service/gpu_switches.cc', |
| 58 'command_buffer/service/id_manager.h', | 58 'command_buffer/service/id_manager.h', |
| 59 'command_buffer/service/id_manager.cc', | 59 'command_buffer/service/id_manager.cc', |
| 60 'command_buffer/service/image_manager.cc', |
| 61 'command_buffer/service/image_manager.h', |
| 60 'command_buffer/service/mailbox_manager.cc', | 62 'command_buffer/service/mailbox_manager.cc', |
| 61 'command_buffer/service/mailbox_manager.h', | 63 'command_buffer/service/mailbox_manager.h', |
| 62 'command_buffer/service/memory_program_cache.h', | 64 'command_buffer/service/memory_program_cache.h', |
| 63 'command_buffer/service/memory_program_cache.cc', | 65 'command_buffer/service/memory_program_cache.cc', |
| 64 'command_buffer/service/mocks.h', | 66 'command_buffer/service/mocks.h', |
| 65 'command_buffer/service/program_manager.h', | 67 'command_buffer/service/program_manager.h', |
| 66 'command_buffer/service/program_manager.cc', | 68 'command_buffer/service/program_manager.cc', |
| 67 'command_buffer/service/query_manager.h', | 69 'command_buffer/service/query_manager.h', |
| 68 'command_buffer/service/query_manager.cc', | 70 'command_buffer/service/query_manager.cc', |
| 69 'command_buffer/service/renderbuffer_manager.h', | 71 'command_buffer/service/renderbuffer_manager.h', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 97 '../build/linux/system.gyp:gtk', | 99 '../build/linux/system.gyp:gtk', |
| 98 ], | 100 ], |
| 99 }], | 101 }], |
| 100 ['ui_compositor_image_transport==1', { | 102 ['ui_compositor_image_transport==1', { |
| 101 'include_dirs': [ | 103 'include_dirs': [ |
| 102 '<(DEPTH)/third_party/angle/include', | 104 '<(DEPTH)/third_party/angle/include', |
| 103 ], | 105 ], |
| 104 }], | 106 }], |
| 105 ], | 107 ], |
| 106 } | 108 } |
| OLD | NEW |