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

Side by Side Diff: base/base.gypi

Issue 7812009: Base: Switch base_i18n to be a separate dll (component build) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « base/base.gyp ('k') | base/i18n/base_i18n_export.h » ('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 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 # TODO(gregoryd): direct_dependent_settings should be shared with the 614 # TODO(gregoryd): direct_dependent_settings should be shared with the
615 # 32-bit target, but it doesn't work due to a bug in gyp 615 # 32-bit target, but it doesn't work due to a bug in gyp
616 'direct_dependent_settings': { 616 'direct_dependent_settings': {
617 'include_dirs': [ 617 'include_dirs': [
618 '..', 618 '..',
619 ], 619 ],
620 }, 620 },
621 'defines': [ 621 'defines': [
622 '<@(nacl_win64_defines)', 622 '<@(nacl_win64_defines)',
623 ], 623 ],
624 'sources': [
625 'i18n/icu_util_nacl_win64.cc',
626 ],
627 'configurations': { 624 'configurations': {
628 'Common_Base': { 625 'Common_Base': {
629 'msvs_target_platform': 'x64', 626 'msvs_target_platform': 'x64',
630 }, 627 },
631 }, 628 },
632 'conditions': [ 629 'conditions': [
633 [ 'component == "shared_library"', { 630 [ 'component == "shared_library"', {
634 'sources!': [ 631 'sources!': [
635 'debug/debug_on_start_win.cc', 632 'debug/debug_on_start_win.cc',
636 ], 633 ],
637 }], 634 }],
638 ], 635 ],
639 }, 636 },
640 { 637 {
641 'target_name': 'base_i18n_nacl_win64', 638 'target_name': 'base_i18n_nacl_win64',
642 'type': 'static_library', 639 'type': '<(component)',
643 # TODO(gregoryd): direct_dependent_settings should be shared with the 640 # TODO(gregoryd): direct_dependent_settings should be shared with the
644 # 32-bit target, but it doesn't work due to a bug in gyp 641 # 32-bit target, but it doesn't work due to a bug in gyp
645 'direct_dependent_settings': { 642 'direct_dependent_settings': {
646 'include_dirs': [ 643 'include_dirs': [
647 '..', 644 '..',
648 ], 645 ],
649 }, 646 },
650 'defines': [ 647 'defines': [
651 '<@(nacl_win64_defines)', 648 '<@(nacl_win64_defines)',
649 'BASE_I18N_IMPLEMENTATION',
652 ], 650 ],
653 'include_dirs': [ 651 'include_dirs': [
654 '..', 652 '..',
655 ], 653 ],
656 'sources': [ 654 'sources': [
657 'i18n/icu_util_nacl_win64.cc', 655 'i18n/icu_util_nacl_win64.cc',
658 ], 656 ],
659 'configurations': { 657 'configurations': {
660 'Common_Base': { 658 'Common_Base': {
661 'msvs_target_platform': 'x64', 659 'msvs_target_platform': 'x64',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 'third_party/xdg_mime/xdgmimemagic.c', 714 'third_party/xdg_mime/xdgmimemagic.c',
717 'third_party/xdg_mime/xdgmimemagic.h', 715 'third_party/xdg_mime/xdgmimemagic.h',
718 'third_party/xdg_mime/xdgmimeparent.c', 716 'third_party/xdg_mime/xdgmimeparent.c',
719 'third_party/xdg_mime/xdgmimeparent.h', 717 'third_party/xdg_mime/xdgmimeparent.h',
720 ], 718 ],
721 }, 719 },
722 ], 720 ],
723 }], 721 }],
724 ], 722 ],
725 } 723 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/i18n/base_i18n_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698