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 7344022: Add COMPONENT_BUILD global define. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months 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 | « chrome/chrome_dll.gypi ('k') | crypto/crypto.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_exe_target': 0, 8 'chrome_exe_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 # On Windows make sure we've built Win64 version of chrome_dll, 498 # On Windows make sure we've built Win64 version of chrome_dll,
499 # which contains all of the library code with Chromium 499 # which contains all of the library code with Chromium
500 # functionality. 500 # functionality.
501 'chrome_dll_nacl_win64', 501 'chrome_dll_nacl_win64',
502 'common_constants_win64', 502 'common_constants_win64',
503 'installer_util_nacl_win64', 503 'installer_util_nacl_win64',
504 'app/policy/cloud_policy_codegen.gyp:policy_win64', 504 'app/policy/cloud_policy_codegen.gyp:policy_win64',
505 '../breakpad/breakpad.gyp:breakpad_handler_win64', 505 '../breakpad/breakpad.gyp:breakpad_handler_win64',
506 '../breakpad/breakpad.gyp:breakpad_sender_win64', 506 '../breakpad/breakpad.gyp:breakpad_sender_win64',
507 '../base/base.gyp:base_nacl_win64', 507 '../base/base.gyp:base_nacl_win64',
508 '../base/base.gyp:base_static_win64',
508 '../sandbox/sandbox.gyp:sandbox_win64', 509 '../sandbox/sandbox.gyp:sandbox_win64',
509 ], 510 ],
510 'defines': [ 511 'defines': [
511 '<@(nacl_win64_defines)', 512 '<@(nacl_win64_defines)',
512 ], 513 ],
513 'include_dirs': [ 514 'include_dirs': [
514 '<(SHARED_INTERMEDIATE_DIR)/chrome', 515 '<(SHARED_INTERMEDIATE_DIR)/chrome',
515 ], 516 ],
516 'msvs_settings': { 517 'msvs_settings': {
517 'VCLinkerTool': { 518 'VCLinkerTool': {
518 'ImportLibrary': '$(OutDir)\\lib\\nacl64_exe.lib', 519 'ImportLibrary': '$(OutDir)\\lib\\nacl64_exe.lib',
519 'ProgramDatabaseFile': '$(OutDir)\\nacl64_exe.pdb', 520 'ProgramDatabaseFile': '$(OutDir)\\nacl64_exe.pdb',
520 }, 521 },
521 }, 522 },
522 'configurations': { 523 'configurations': {
523 'Common_Base': { 524 'Common_Base': {
524 'msvs_target_platform': 'x64', 525 'msvs_target_platform': 'x64',
525 }, 526 },
526 }, 527 },
527 }, 528 },
528 ], 529 ],
529 }], 530 }],
530 ], 531 ],
531 } 532 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | crypto/crypto.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698