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

Side by Side Diff: chrome/chrome_dll.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.gyp ('k') | chrome/chrome_exe.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) 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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chrome_dll_target': 0, 7 'chrome_dll_target': 0,
8 }, 8 },
9 'target_conditions': [ 9 'target_conditions': [
10 ['chrome_dll_target==1', { 10 ['chrome_dll_target==1', {
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'variables': { 581 'variables': {
582 'chrome_dll_target': 1, 582 'chrome_dll_target': 1,
583 }, 583 },
584 'include_dirs': [ 584 'include_dirs': [
585 '..', 585 '..',
586 ], 586 ],
587 'dependencies': [ 587 'dependencies': [
588 '<@(nacl_win64_dependencies)', 588 '<@(nacl_win64_dependencies)',
589 'chrome_dll_version', 589 'chrome_dll_version',
590 'nacl_win64', 590 'nacl_win64',
591 '../base/base.gyp:base_i18n_nacl_win64',
591 ], 592 ],
592 'defines': [ 593 'defines': [
593 '<@(nacl_win64_defines)', 594 '<@(nacl_win64_defines)',
594 ], 595 ],
595 'sources': [ 596 'sources': [
596 'app/chrome_command_ids.h', 597 'app/chrome_command_ids.h',
597 'app/chrome_dll_resource.h', 598 'app/chrome_dll_resource.h',
598 'app/chrome_main.cc', 599 'app/chrome_main.cc',
599 'app/chrome_main_win.cc', 600 'app/chrome_main_win.cc',
600 # Parsing is needed for the UserDataDir policy which is read much 601 # Parsing is needed for the UserDataDir policy which is read much
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 662 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
662 }, 663 },
663 }, 664 },
664 }, 665 },
665 }, 666 },
666 }, # target chrome_dll 667 }, # target chrome_dll
667 ], 668 ],
668 }], 669 }],
669 ], 670 ],
670 } 671 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698