| 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 'build_angle_deqp_tests%': 0, | 8 'build_angle_deqp_tests%': 0, |
| 9 }, | 9 }, |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 'target_name': 'command_buffer_service', | 692 'target_name': 'command_buffer_service', |
| 693 'type': 'static_library', | 693 'type': 'static_library', |
| 694 'includes': [ | 694 'includes': [ |
| 695 'command_buffer_service.gypi', | 695 'command_buffer_service.gypi', |
| 696 '../build/android/increase_size_for_speed.gypi', | 696 '../build/android/increase_size_for_speed.gypi', |
| 697 # Disable LTO due to ELF section name out of range | 697 # Disable LTO due to ELF section name out of range |
| 698 # crbug.com/422251 | 698 # crbug.com/422251 |
| 699 '../build/android/disable_gcc_lto.gypi', | 699 '../build/android/disable_gcc_lto.gypi', |
| 700 ], | 700 ], |
| 701 'dependencies': [ | 701 'dependencies': [ |
| 702 '../third_party/angle/src/angle.gyp:angle_image_util', |
| 702 'command_buffer_common', | 703 'command_buffer_common', |
| 703 'disk_cache_proto', | 704 'disk_cache_proto', |
| 704 'gpu_config', | 705 'gpu_config', |
| 705 ], | 706 ], |
| 706 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 707 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 707 'msvs_disabled_warnings': [4267, ], | 708 'msvs_disabled_warnings': [4267, ], |
| 708 }, | 709 }, |
| 709 { | 710 { |
| 710 # GN version: //gpu/ipc/common:command_buffer_traits | 711 # GN version: //gpu/ipc/common:command_buffer_traits |
| 711 'target_name': 'command_buffer_traits', | 712 'target_name': 'command_buffer_traits', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 786 '../build/android/increase_size_for_speed.gypi', | 787 '../build/android/increase_size_for_speed.gypi', |
| 787 ], | 788 ], |
| 788 'defines': [ | 789 'defines': [ |
| 789 'GPU_IMPLEMENTATION', | 790 'GPU_IMPLEMENTATION', |
| 790 ], | 791 ], |
| 791 'sources': [ | 792 'sources': [ |
| 792 'gpu_export.h', | 793 'gpu_export.h', |
| 793 ], | 794 ], |
| 794 'dependencies': [ | 795 'dependencies': [ |
| 795 '../base/base.gyp:base', | 796 '../base/base.gyp:base', |
| 797 '../third_party/angle/src/angle.gyp:angle_image_util', |
| 796 'command_buffer/command_buffer.gyp:gles2_utils', | 798 'command_buffer/command_buffer.gyp:gles2_utils', |
| 797 'disk_cache_proto', | 799 'disk_cache_proto', |
| 798 ], | 800 ], |
| 799 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 801 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 800 'msvs_disabled_warnings': [4267, ], | 802 'msvs_disabled_warnings': [4267, ], |
| 801 }, | 803 }, |
| 802 { | 804 { |
| 803 # GN version: //gpu/command_buffer/common | 805 # GN version: //gpu/command_buffer/common |
| 804 'target_name': 'command_buffer_common', | 806 'target_name': 'command_buffer_common', |
| 805 'type': 'none', | 807 'type': 'none', |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1213 ], | 1215 ], |
| 1214 'sources': [ | 1216 'sources': [ |
| 1215 'gpu_unittests_apk.isolate', | 1217 'gpu_unittests_apk.isolate', |
| 1216 ], | 1218 ], |
| 1217 }, | 1219 }, |
| 1218 ], | 1220 ], |
| 1219 }, | 1221 }, |
| 1220 ], | 1222 ], |
| 1221 ], | 1223 ], |
| 1222 } | 1224 } |
| OLD | NEW |