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

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: 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 | « base/base.gyp ('k') | chrome/chrome_installer.gypi » ('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 '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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 '../content/app/startup_helper_win.cc', 580 '../content/app/startup_helper_win.cc',
581 '../content/common/sandbox_init_win.cc', 581 '../content/common/sandbox_init_win.cc',
582 '../content/common/sandbox_win.cc', 582 '../content/common/sandbox_win.cc',
583 '../content/public/common/content_switches.cc', 583 '../content/public/common/content_switches.cc',
584 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ', 584 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ',
585 ], 585 ],
586 'dependencies': [ 586 'dependencies': [
587 'chrome_version_resources', 587 'chrome_version_resources',
588 'installer_util_nacl_win64', 588 'installer_util_nacl_win64',
589 '../base/base.gyp:base_i18n_nacl_win64', 589 '../base/base.gyp:base_i18n_nacl_win64',
590 '../base/base.gyp:base_nacl_win64', 590 '../base/base.gyp:base_win64',
591 '../base/base.gyp:base_static_win64', 591 '../base/base.gyp:base_static_win64',
592 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp :dynamic_annotations_win64', 592 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp :dynamic_annotations_win64',
593 '../breakpad/breakpad.gyp:breakpad_handler_win64', 593 '../breakpad/breakpad.gyp:breakpad_handler_win64',
594 '../breakpad/breakpad.gyp:breakpad_sender_win64', 594 '../breakpad/breakpad.gyp:breakpad_sender_win64',
595 '../components/components.gyp:breakpad_win64', 595 '../components/components.gyp:breakpad_win64',
596 '../chrome/common_constants.gyp:common_constants_win64', 596 '../chrome/common_constants.gyp:common_constants_win64',
597 '../components/components.gyp:policy_win64', 597 '../components/components.gyp:policy_win64',
598 '../components/nacl.gyp:nacl_win64', 598 '../components/nacl.gyp:nacl_win64',
599 '../crypto/crypto.gyp:crypto_nacl_win64', 599 '../crypto/crypto.gyp:crypto_nacl_win64',
600 '../ipc/ipc.gyp:ipc_win64', 600 '../ipc/ipc.gyp:ipc_win64',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'dependencies': [ 651 'dependencies': [
652 'chrome_nacl_win64', 652 'chrome_nacl_win64',
653 ], 653 ],
654 }], 654 }],
655 ], 655 ],
656 }, 656 },
657 ], 657 ],
658 }], 658 }],
659 ], 659 ],
660 } 660 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698