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

Side by Side Diff: base/base.gypi

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/third_party/dynamic_annotations/dynamic_annotations.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 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'time_mac.cc', 595 'time_mac.cc',
596 'time_posix.cc', 596 'time_posix.cc',
597 ], 597 ],
598 }, 598 },
599 ], 599 ],
600 'conditions': [ 600 'conditions': [
601 [ 'OS == "win"', { 601 [ 'OS == "win"', {
602 'targets': [ 602 'targets': [
603 { 603 {
604 'target_name': 'base_nacl_win64', 604 'target_name': 'base_nacl_win64',
605 'type': '<(library)', 605 'type': 'static_library',
606 'msvs_guid': 'CEE1F794-DC70-4FED-B7C4-4C12986672FE', 606 'msvs_guid': 'CEE1F794-DC70-4FED-B7C4-4C12986672FE',
607 'variables': { 607 'variables': {
608 'base_target': 1, 608 'base_target': 1,
609 }, 609 },
610 'dependencies': [ 610 'dependencies': [
611 'base_static_win64', 611 'base_static_win64',
612 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations_win64', 612 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations_win64',
613 ], 613 ],
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
(...skipping 13 matching lines...) Expand all
629 'msvs_target_platform': 'x64', 629 'msvs_target_platform': 'x64',
630 }, 630 },
631 }, 631 },
632 }, 632 },
633 ], 633 ],
634 }], 634 }],
635 [ 'os_posix==1 and OS!="mac"', { 635 [ 'os_posix==1 and OS!="mac"', {
636 'targets': [ 636 'targets': [
637 { 637 {
638 'target_name': 'symbolize', 638 'target_name': 'symbolize',
639 'type': '<(library)', 639 'type': 'static_library',
640 'variables': { 640 'variables': {
641 'chromium_code': 0, 641 'chromium_code': 0,
642 }, 642 },
643 'conditions': [ 643 'conditions': [
644 [ 'OS == "solaris"', { 644 [ 'OS == "solaris"', {
645 'include_dirs': [ 645 'include_dirs': [
646 '/usr/gnu/include', 646 '/usr/gnu/include',
647 '/usr/gnu/include/libelf', 647 '/usr/gnu/include/libelf',
648 ], 648 ],
649 },], 649 },],
650 ], 650 ],
651 'cflags': [ 651 'cflags': [
652 '-Wno-sign-compare', 652 '-Wno-sign-compare',
653 ], 653 ],
654 'cflags!': [ 654 'cflags!': [
655 '-Wextra', 655 '-Wextra',
656 ], 656 ],
657 'sources': [ 657 'sources': [
658 'third_party/symbolize/symbolize.cc', 658 'third_party/symbolize/symbolize.cc',
659 'third_party/symbolize/demangle.cc', 659 'third_party/symbolize/demangle.cc',
660 ], 660 ],
661 }, 661 },
662 { 662 {
663 'target_name': 'xdg_mime', 663 'target_name': 'xdg_mime',
664 'type': '<(library)', 664 'type': 'static_library',
665 'variables': { 665 'variables': {
666 'chromium_code': 0, 666 'chromium_code': 0,
667 }, 667 },
668 'cflags!': [ 668 'cflags!': [
669 '-Wextra', 669 '-Wextra',
670 ], 670 ],
671 'sources': [ 671 'sources': [
672 'third_party/xdg_mime/xdgmime.c', 672 'third_party/xdg_mime/xdgmime.c',
673 'third_party/xdg_mime/xdgmime.h', 673 'third_party/xdg_mime/xdgmime.h',
674 'third_party/xdg_mime/xdgmimealias.c', 674 'third_party/xdg_mime/xdgmimealias.c',
675 'third_party/xdg_mime/xdgmimealias.h', 675 'third_party/xdg_mime/xdgmimealias.h',
676 'third_party/xdg_mime/xdgmimecache.c', 676 'third_party/xdg_mime/xdgmimecache.c',
677 'third_party/xdg_mime/xdgmimecache.h', 677 'third_party/xdg_mime/xdgmimecache.h',
678 'third_party/xdg_mime/xdgmimeglob.c', 678 'third_party/xdg_mime/xdgmimeglob.c',
679 'third_party/xdg_mime/xdgmimeglob.h', 679 'third_party/xdg_mime/xdgmimeglob.h',
680 'third_party/xdg_mime/xdgmimeicon.c', 680 'third_party/xdg_mime/xdgmimeicon.c',
681 'third_party/xdg_mime/xdgmimeicon.h', 681 'third_party/xdg_mime/xdgmimeicon.h',
682 'third_party/xdg_mime/xdgmimeint.c', 682 'third_party/xdg_mime/xdgmimeint.c',
683 'third_party/xdg_mime/xdgmimeint.h', 683 'third_party/xdg_mime/xdgmimeint.h',
684 'third_party/xdg_mime/xdgmimemagic.c', 684 'third_party/xdg_mime/xdgmimemagic.c',
685 'third_party/xdg_mime/xdgmimemagic.h', 685 'third_party/xdg_mime/xdgmimemagic.h',
686 'third_party/xdg_mime/xdgmimeparent.c', 686 'third_party/xdg_mime/xdgmimeparent.c',
687 'third_party/xdg_mime/xdgmimeparent.h', 687 'third_party/xdg_mime/xdgmimeparent.h',
688 ], 688 ],
689 }, 689 },
690 ], 690 ],
691 }], 691 }],
692 ], 692 ],
693 } 693 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/third_party/dynamic_annotations/dynamic_annotations.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698