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 18 matching lines...) Expand all Loading... |
29 'command_buffer/service/cmd_parser.cc', | 29 'command_buffer/service/cmd_parser.cc', |
30 'command_buffer/service/cmd_parser.h', | 30 'command_buffer/service/cmd_parser.h', |
31 'command_buffer/service/command_buffer_service.cc', | 31 'command_buffer/service/command_buffer_service.cc', |
32 'command_buffer/service/command_buffer_service.h', | 32 'command_buffer/service/command_buffer_service.h', |
33 'command_buffer/service/common_decoder.cc', | 33 'command_buffer/service/common_decoder.cc', |
34 'command_buffer/service/common_decoder.h', | 34 'command_buffer/service/common_decoder.h', |
35 'command_buffer/service/context_group.h', | 35 'command_buffer/service/context_group.h', |
36 'command_buffer/service/context_group.cc', | 36 'command_buffer/service/context_group.cc', |
37 'command_buffer/service/feature_info.h', | 37 'command_buffer/service/feature_info.h', |
38 'command_buffer/service/feature_info.cc', | 38 'command_buffer/service/feature_info.cc', |
39 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc', | |
40 'command_buffer/service/gles2_cmd_copy_texture_chromium.h', | |
41 'command_buffer/service/gles2_cmd_decoder.h', | 39 'command_buffer/service/gles2_cmd_decoder.h', |
42 'command_buffer/service/gles2_cmd_decoder_autogen.h', | 40 'command_buffer/service/gles2_cmd_decoder_autogen.h', |
43 'command_buffer/service/gles2_cmd_decoder.cc', | 41 'command_buffer/service/gles2_cmd_decoder.cc', |
44 'command_buffer/service/gles2_cmd_validation.h', | 42 'command_buffer/service/gles2_cmd_validation.h', |
45 'command_buffer/service/gles2_cmd_validation.cc', | 43 'command_buffer/service/gles2_cmd_validation.cc', |
46 'command_buffer/service/gles2_cmd_validation_autogen.h', | 44 'command_buffer/service/gles2_cmd_validation_autogen.h', |
47 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', | 45 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', |
48 'command_buffer/service/gl_utils.h', | 46 'command_buffer/service/gl_utils.h', |
49 'command_buffer/service/gpu_scheduler.h', | 47 'command_buffer/service/gpu_scheduler.h', |
50 'command_buffer/service/gpu_scheduler.cc', | 48 'command_buffer/service/gpu_scheduler.cc', |
(...skipping 26 matching lines...) Expand all Loading... |
77 '../build/linux/system.gyp:gtk', | 75 '../build/linux/system.gyp:gtk', |
78 ], | 76 ], |
79 }], | 77 }], |
80 ['ui_compositor_image_transport==1', { | 78 ['ui_compositor_image_transport==1', { |
81 'include_dirs': [ | 79 'include_dirs': [ |
82 '<(DEPTH)/third_party/angle/include', | 80 '<(DEPTH)/third_party/angle/include', |
83 ], | 81 ], |
84 }], | 82 }], |
85 ], | 83 ], |
86 } | 84 } |
OLD | NEW |