| 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 'variables': { | 6 'variables': { |
| 7 'nacl_win64_target': 0, | 7 'nacl_win64_target': 0, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'gpu_common.gypi', | 10 'gpu_common.gypi', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 '../ui/ui.gyp:ui', | 130 '../ui/ui.gyp:ui', |
| 131 'command_buffer/command_buffer.gyp:gles2_utils', | 131 'command_buffer/command_buffer.gyp:gles2_utils', |
| 132 'command_buffer_client', | 132 'command_buffer_client', |
| 133 'command_buffer_common', | 133 'command_buffer_common', |
| 134 'command_buffer_service', | 134 'command_buffer_service', |
| 135 'gpu', | 135 'gpu', |
| 136 'gpu_unittest_utils', | 136 'gpu_unittest_utils', |
| 137 'gles2_implementation_client_side_arrays', | 137 'gles2_implementation_client_side_arrays', |
| 138 'gles2_cmd_helper', | 138 'gles2_cmd_helper', |
| 139 ], | 139 ], |
| 140 'cflags': [ |
| 141 # TODO(phajdan.jr): Remove, http://crbug.com/32204 . |
| 142 '-fno-strict-aliasing', |
| 143 ], |
| 140 'defines': [ | 144 'defines': [ |
| 141 'GLES2_C_LIB_IMPLEMENTATION', | 145 'GLES2_C_LIB_IMPLEMENTATION', |
| 142 ], | 146 ], |
| 143 'sources': [ | 147 'sources': [ |
| 144 '<@(gles2_c_lib_source_files)', | 148 '<@(gles2_c_lib_source_files)', |
| 145 'command_buffer/client/buffer_tracker_unittest.cc', | 149 'command_buffer/client/buffer_tracker_unittest.cc', |
| 146 'command_buffer/client/client_test_helper.cc', | 150 'command_buffer/client/client_test_helper.cc', |
| 147 'command_buffer/client/client_test_helper.h', | 151 'command_buffer/client/client_test_helper.h', |
| 148 'command_buffer/client/cmd_buffer_helper_test.cc', | 152 'command_buffer/client/cmd_buffer_helper_test.cc', |
| 149 'command_buffer/client/fenced_allocator_test.cc', | 153 'command_buffer/client/fenced_allocator_test.cc', |
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', | 546 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', |
| 543 }, | 547 }, |
| 544 'includes': [ | 548 'includes': [ |
| 545 '../build/apk_test.gypi', | 549 '../build/apk_test.gypi', |
| 546 ], | 550 ], |
| 547 }, | 551 }, |
| 548 ], | 552 ], |
| 549 }], | 553 }], |
| 550 ], | 554 ], |
| 551 } | 555 } |
| OLD | NEW |