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

Side by Side Diff: chrome/chrome_exe.gypi

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: Replace existing base_nacl_win64 target with the new target. 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'chrome', 8 'target_name': 'chrome',
9 'type': 'executable', 9 'type': 'executable',
10 'mac_bundle': 1, 10 'mac_bundle': 1,
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 '../content/common/sandbox_init_win.cc', 578 '../content/common/sandbox_init_win.cc',
579 '../content/common/sandbox_win.cc', 579 '../content/common/sandbox_win.cc',
580 '../content/public/common/content_switches.cc', 580 '../content/public/common/content_switches.cc',
581 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ', 581 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ',
582 ], 582 ],
583 'dependencies': [ 583 'dependencies': [
584 'app/policy/cloud_policy_codegen.gyp:policy_win64', 584 'app/policy/cloud_policy_codegen.gyp:policy_win64',
585 'chrome_version_resources', 585 'chrome_version_resources',
586 'installer_util_nacl_win64', 586 'installer_util_nacl_win64',
587 '../base/base.gyp:base_i18n_nacl_win64', 587 '../base/base.gyp:base_i18n_nacl_win64',
588 '../base/base.gyp:base_nacl_win64', 588 '../base/base.gyp:base_win64',
589 '../base/base.gyp:base_static_win64', 589 '../base/base.gyp:base_static_win64',
590 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp :dynamic_annotations_win64', 590 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp :dynamic_annotations_win64',
591 '../breakpad/breakpad.gyp:breakpad_handler_win64', 591 '../breakpad/breakpad.gyp:breakpad_handler_win64',
592 '../breakpad/breakpad.gyp:breakpad_sender_win64', 592 '../breakpad/breakpad.gyp:breakpad_sender_win64',
593 '../components/components.gyp:breakpad_win64', 593 '../components/components.gyp:breakpad_win64',
594 '../chrome/common_constants.gyp:common_constants_win64', 594 '../chrome/common_constants.gyp:common_constants_win64',
595 '../components/nacl.gyp:nacl_win64', 595 '../components/nacl.gyp:nacl_win64',
596 '../crypto/crypto.gyp:crypto_nacl_win64', 596 '../crypto/crypto.gyp:crypto_nacl_win64',
597 '../ipc/ipc.gyp:ipc_win64', 597 '../ipc/ipc.gyp:ipc_win64',
598 '../sandbox/sandbox.gyp:sandbox_win64', 598 '../sandbox/sandbox.gyp:sandbox_win64',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 'dependencies': [ 648 'dependencies': [
649 'chrome_nacl_win64', 649 'chrome_nacl_win64',
650 ], 650 ],
651 }], 651 }],
652 ], 652 ],
653 }, 653 },
654 ], 654 ],
655 }], 655 }],
656 ], 656 ],
657 } 657 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698