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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 { | 542 { |
543 'target_name': 'gpu_ipc_win64', | 543 'target_name': 'gpu_ipc_win64', |
544 'type': 'static_library', | 544 'type': 'static_library', |
545 'variables': { | 545 'variables': { |
546 'nacl_win64_target': 1, | 546 'nacl_win64_target': 1, |
547 }, | 547 }, |
548 'includes': [ | 548 'includes': [ |
549 'gpu_ipc.gypi', | 549 'gpu_ipc.gypi', |
550 ], | 550 ], |
551 'dependencies': [ | 551 'dependencies': [ |
552 '../base/base.gyp:base_nacl_win64', | 552 '../base/base.gyp:base_win64', |
553 '../ipc/ipc.gyp:ipc_win64', | 553 '../ipc/ipc.gyp:ipc_win64', |
554 ], | 554 ], |
555 'defines': [ | 555 'defines': [ |
556 '<@(nacl_win64_defines)', | 556 '<@(nacl_win64_defines)', |
557 'GPU_IMPLEMENTATION', | 557 'GPU_IMPLEMENTATION', |
558 ], | 558 ], |
559 'configurations': { | 559 'configurations': { |
560 'Common_Base': { | 560 'Common_Base': { |
561 'msvs_target_platform': 'x64', | 561 'msvs_target_platform': 'x64', |
562 }, | 562 }, |
(...skipping 14 matching lines...) Expand all Loading... |
577 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', | 577 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', |
578 }, | 578 }, |
579 'includes': [ | 579 'includes': [ |
580 '../build/apk_test.gypi', | 580 '../build/apk_test.gypi', |
581 ], | 581 ], |
582 }, | 582 }, |
583 ], | 583 ], |
584 }], | 584 }], |
585 ], | 585 ], |
586 } | 586 } |
OLD | NEW |