Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Side by Side Diff: gpu/gpu.gyp

Issue 103333004: Allow Win64 build of base library even in a Win32 build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Base Win64: Address CR feedback Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « crypto/crypto.gyp ('k') | ipc/ipc.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « crypto/crypto.gyp ('k') | ipc/ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698