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 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
904 'type': 'static_library', | 904 'type': 'static_library', |
905 'variables': { | 905 'variables': { |
906 'nacl_win64_target': 1, | 906 'nacl_win64_target': 1, |
907 }, | 907 }, |
908 'includes': [ | 908 'includes': [ |
909 'command_buffer_traits.gypi', | 909 'command_buffer_traits.gypi', |
910 ], | 910 ], |
911 'dependencies': [ | 911 'dependencies': [ |
912 '../base/base.gyp:base_win64', | 912 '../base/base.gyp:base_win64', |
913 '../ipc/ipc.gyp:ipc_win64', | 913 '../ipc/ipc.gyp:ipc_win64', |
| 914 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry_win64'
, |
| 915 'command_buffer/command_buffer.gyp:gles2_utils_win64', |
914 'command_buffer_common_win64', | 916 'command_buffer_common_win64', |
915 ], | 917 ], |
916 'defines': [ | 918 'defines': [ |
917 '<@(nacl_win64_defines)', | |
918 'GPU_IMPLEMENTATION', | |
919 ], | |
920 'configurations': { | |
921 'Common_Base': { | |
922 'msvs_target_platform': 'x64', | |
923 }, | |
924 }, | |
925 }, | |
926 { | |
927 'target_name': 'gpu_ipc_common_win64', | |
928 'type': 'static_library', | |
929 'variables': { | |
930 'nacl_win64_target': 1, | |
931 }, | |
932 'includes': [ | |
933 'command_buffer_traits.gypi', | |
934 'gpu_ipc_common.gypi', | |
935 ], | |
936 'dependencies': [ | |
937 '../base/base.gyp:base_win64', | |
938 '../ipc/ipc.gyp:ipc_win64', | |
939 'command_buffer_common_win64', | |
940 ], | |
941 'defines': [ | |
942 '<@(nacl_win64_defines)', | 919 '<@(nacl_win64_defines)', |
943 'GPU_IMPLEMENTATION', | 920 'GPU_IMPLEMENTATION', |
944 ], | 921 ], |
945 'configurations': { | 922 'configurations': { |
946 'Common_Base': { | 923 'Common_Base': { |
947 'msvs_target_platform': 'x64', | 924 'msvs_target_platform': 'x64', |
948 }, | 925 }, |
949 }, | 926 }, |
950 }, | 927 }, |
951 ], | 928 ], |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1213 ], | 1190 ], |
1214 'sources': [ | 1191 'sources': [ |
1215 'gpu_unittests_apk.isolate', | 1192 'gpu_unittests_apk.isolate', |
1216 ], | 1193 ], |
1217 }, | 1194 }, |
1218 ], | 1195 ], |
1219 }, | 1196 }, |
1220 ], | 1197 ], |
1221 ], | 1198 ], |
1222 } | 1199 } |
OLD | NEW |