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

Side by Side Diff: views/views.gyp

Issue 7328011: Introduce ui.dll / libui.so for the component build. (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
« ui/base/ui_base_api.h ('K') | « ui/ui_unittests.gypi ('k') | no next file » | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'accelerator.cc', 77 'accelerator.cc',
78 'accelerator.h', 78 'accelerator.h',
79 'accessibility/native_view_accessibility_win.cc', 79 'accessibility/native_view_accessibility_win.cc',
80 'accessibility/native_view_accessibility_win.h', 80 'accessibility/native_view_accessibility_win.h',
81 'animation/bounds_animator.cc', 81 'animation/bounds_animator.cc',
82 'animation/bounds_animator.h', 82 'animation/bounds_animator.h',
83 'background.cc', 83 'background.cc',
84 'background.h', 84 'background.h',
85 'border.cc', 85 'border.cc',
86 'border.h', 86 'border.h',
87 » 'context_menu_controller.h', 87 'context_menu_controller.h',
88 'controls/button/button.cc', 88 'controls/button/button.cc',
89 'controls/button/button.h', 89 'controls/button/button.h',
90 'controls/button/button_dropdown.cc', 90 'controls/button/button_dropdown.cc',
91 'controls/button/button_dropdown.h', 91 'controls/button/button_dropdown.h',
92 'controls/button/checkbox.cc', 92 'controls/button/checkbox.cc',
93 'controls/button/checkbox.h', 93 'controls/button/checkbox.h',
94 'controls/button/custom_button.cc', 94 'controls/button/custom_button.cc',
95 'controls/button/custom_button.h', 95 'controls/button/custom_button.h',
96 'controls/button/image_button.cc', 96 'controls/button/image_button.cc',
97 'controls/button/image_button.h', 97 'controls/button/image_button.h',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 'type': 'executable', 472 'type': 'executable',
473 'dependencies': [ 473 'dependencies': [
474 '../base/base.gyp:base', 474 '../base/base.gyp:base',
475 '../base/base.gyp:test_support_base', 475 '../base/base.gyp:test_support_base',
476 '../skia/skia.gyp:skia', 476 '../skia/skia.gyp:skia',
477 '../testing/gmock.gyp:gmock', 477 '../testing/gmock.gyp:gmock',
478 '../testing/gtest.gyp:gtest', 478 '../testing/gtest.gyp:gtest',
479 '../third_party/icu/icu.gyp:icui18n', 479 '../third_party/icu/icu.gyp:icui18n',
480 '../third_party/icu/icu.gyp:icuuc', 480 '../third_party/icu/icu.gyp:icuuc',
481 '../ui/base/strings/ui_strings.gyp:ui_strings', 481 '../ui/base/strings/ui_strings.gyp:ui_strings',
482 '../ui/ui.gyp:ui_base',
482 '../ui/ui.gyp:ui_resources', 483 '../ui/ui.gyp:ui_resources',
483 'views', 484 'views',
484 ], 485 ],
485 'include_dirs': [ 486 'include_dirs': [
486 '..', 487 '..',
487 ], 488 ],
488 'sources': [ 489 'sources': [
489 'animation/bounds_animator_unittest.cc', 490 'animation/bounds_animator_unittest.cc',
490 'controls/label_unittest.cc', 491 'controls/label_unittest.cc',
491 'controls/progress_bar_unittest.cc', 492 'controls/progress_bar_unittest.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 ], 562 ],
562 }, 563 },
563 { 564 {
564 'target_name': 'views_examples', 565 'target_name': 'views_examples',
565 'type': 'executable', 566 'type': 'executable',
566 'dependencies': [ 567 'dependencies': [
567 '../base/base.gyp:base', 568 '../base/base.gyp:base',
568 '../skia/skia.gyp:skia', 569 '../skia/skia.gyp:skia',
569 '../third_party/icu/icu.gyp:icui18n', 570 '../third_party/icu/icu.gyp:icui18n',
570 '../third_party/icu/icu.gyp:icuuc', 571 '../third_party/icu/icu.gyp:icuuc',
572 '../ui/ui.gyp:ui_base',
571 '../ui/ui.gyp:ui_gfx', 573 '../ui/ui.gyp:ui_gfx',
572 '../ui/ui.gyp:gfx_resources', 574 '../ui/ui.gyp:gfx_resources',
573 '../ui/ui.gyp:ui_resources', 575 '../ui/ui.gyp:ui_resources',
574 'views', 576 'views',
575 ], 577 ],
576 'include_dirs': [ 578 'include_dirs': [
577 '..', 579 '..',
578 ], 580 ],
579 'sources': [ 581 'sources': [
580 'examples/button_example.cc', 582 'examples/button_example.cc',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 }, 654 },
653 { 655 {
654 'target_name': 'views_desktop_lib', 656 'target_name': 'views_desktop_lib',
655 'type': 'static_library', 657 'type': 'static_library',
656 'dependencies': [ 658 'dependencies': [
657 '../base/base.gyp:base', 659 '../base/base.gyp:base',
658 '../skia/skia.gyp:skia', 660 '../skia/skia.gyp:skia',
659 '../third_party/icu/icu.gyp:icui18n', 661 '../third_party/icu/icu.gyp:icui18n',
660 '../third_party/icu/icu.gyp:icuuc', 662 '../third_party/icu/icu.gyp:icuuc',
661 '../ui/ui.gyp:gfx_resources', 663 '../ui/ui.gyp:gfx_resources',
664 '../ui/ui.gyp:ui_base',
662 '../ui/ui.gyp:ui_gfx', 665 '../ui/ui.gyp:ui_gfx',
663 '../ui/ui.gyp:ui_resources', 666 '../ui/ui.gyp:ui_resources',
664 'views', 667 'views',
665 ], 668 ],
666 'include_dirs': [ 669 'include_dirs': [
667 '..', 670 '..',
668 ], 671 ],
669 'sources': [ 672 'sources': [
670 'desktop/desktop_background.cc', 673 'desktop/desktop_background.cc',
671 'desktop/desktop_background.h', 674 'desktop/desktop_background.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 }, 707 },
705 { 708 {
706 'target_name': 'views_desktop', 709 'target_name': 'views_desktop',
707 'type': 'executable', 710 'type': 'executable',
708 'dependencies': [ 711 'dependencies': [
709 '../base/base.gyp:base', 712 '../base/base.gyp:base',
710 '../skia/skia.gyp:skia', 713 '../skia/skia.gyp:skia',
711 '../third_party/icu/icu.gyp:icui18n', 714 '../third_party/icu/icu.gyp:icui18n',
712 '../third_party/icu/icu.gyp:icuuc', 715 '../third_party/icu/icu.gyp:icuuc',
713 '../ui/ui.gyp:gfx_resources', 716 '../ui/ui.gyp:gfx_resources',
717 '../ui/ui.gyp:ui_base',
714 '../ui/ui.gyp:ui_gfx', 718 '../ui/ui.gyp:ui_gfx',
715 '../ui/ui.gyp:ui_resources', 719 '../ui/ui.gyp:ui_resources',
716 'views', 720 'views',
717 'views_desktop_lib', 721 'views_desktop_lib',
718 ], 722 ],
719 'include_dirs': [ 723 'include_dirs': [
720 '..', 724 '..',
721 ], 725 ],
722 'sources': [ 726 'sources': [
723 'desktop/desktop_main.cc', 727 'desktop/desktop_main.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 761
758 762
759 ], 763 ],
760 } 764 }
761 765
762 # Local Variables: 766 # Local Variables:
763 # tab-width:2 767 # tab-width:2
764 # indent-tabs-mode:nil 768 # indent-tabs-mode:nil
765 # End: 769 # End:
766 # vim: set expandtab tabstop=2 shiftwidth=2: 770 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« ui/base/ui_base_api.h ('K') | « ui/ui_unittests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698