OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 | 8 |
9 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 20 matching lines...) Expand all Loading... |
31 '../../build/temp_gyp/googleurl.gyp:googleurl', | 31 '../../build/temp_gyp/googleurl.gyp:googleurl', |
32 '../../content/content.gyp:content', | 32 '../../content/content.gyp:content', |
33 '../../net/net.gyp:net', | 33 '../../net/net.gyp:net', |
34 '../../skia/skia.gyp:skia', | 34 '../../skia/skia.gyp:skia', |
35 '../../third_party/icu/icu.gyp:icui18n', | 35 '../../third_party/icu/icu.gyp:icui18n', |
36 '../../third_party/icu/icu.gyp:icuuc', | 36 '../../third_party/icu/icu.gyp:icuuc', |
37 '../base/strings/ui_strings.gyp:ui_strings', | 37 '../base/strings/ui_strings.gyp:ui_strings', |
38 '../compositor/compositor.gyp:compositor', | 38 '../compositor/compositor.gyp:compositor', |
39 '../ui.gyp:ui', | 39 '../ui.gyp:ui', |
40 '../ui.gyp:ui_resources', | 40 '../ui.gyp:ui_resources', |
41 '../ui.gyp:ui_resources_standard', | |
42 ], | 41 ], |
43 'defines': [ | 42 'defines': [ |
44 'VIEWS_IMPLEMENTATION', | 43 'VIEWS_IMPLEMENTATION', |
45 ], | 44 ], |
46 'sources': [ | 45 'sources': [ |
47 # All .cc, .h under views, except unittests | 46 # All .cc, .h under views, except unittests |
48 'accessibility/native_view_accessibility_win.cc', | 47 'accessibility/native_view_accessibility_win.cc', |
49 'accessibility/native_view_accessibility_win.h', | 48 'accessibility/native_view_accessibility_win.h', |
50 'accessible_pane_view.cc', | 49 'accessible_pane_view.cc', |
51 'accessible_pane_view.h', | 50 'accessible_pane_view.h', |
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
497 '../../skia/skia.gyp:skia', | 496 '../../skia/skia.gyp:skia', |
498 '../../testing/gmock.gyp:gmock', | 497 '../../testing/gmock.gyp:gmock', |
499 '../../testing/gtest.gyp:gtest', | 498 '../../testing/gtest.gyp:gtest', |
500 '../../third_party/icu/icu.gyp:icui18n', | 499 '../../third_party/icu/icu.gyp:icui18n', |
501 '../../third_party/icu/icu.gyp:icuuc', | 500 '../../third_party/icu/icu.gyp:icuuc', |
502 '../base/strings/ui_strings.gyp:ui_strings', | 501 '../base/strings/ui_strings.gyp:ui_strings', |
503 '../compositor/compositor.gyp:compositor', | 502 '../compositor/compositor.gyp:compositor', |
504 '../compositor/compositor.gyp:compositor_test_support', | 503 '../compositor/compositor.gyp:compositor_test_support', |
505 '../ui.gyp:ui', | 504 '../ui.gyp:ui', |
506 '../ui.gyp:ui_resources', | 505 '../ui.gyp:ui_resources', |
507 '../ui.gyp:ui_resources_standard', | |
508 '../ui.gyp:ui_test_support', | 506 '../ui.gyp:ui_test_support', |
509 'test_support_views', | 507 'test_support_views', |
510 'views', | 508 'views', |
511 ], | 509 ], |
512 'include_dirs': [ | 510 'include_dirs': [ |
513 '..', | 511 '..', |
514 ], | 512 ], |
515 'sources': [ | 513 'sources': [ |
516 'accessible_pane_view_unittest.cc', | 514 'accessible_pane_view_unittest.cc', |
517 'animation/bounds_animator_unittest.cc', | 515 'animation/bounds_animator_unittest.cc', |
(...skipping 25 matching lines...) Expand all Loading... |
543 'view_unittest.cc', | 541 'view_unittest.cc', |
544 'widget/native_widget_aura_unittest.cc', | 542 'widget/native_widget_aura_unittest.cc', |
545 'widget/native_widget_test_utils.h', | 543 'widget/native_widget_test_utils.h', |
546 'widget/native_widget_test_utils_aura.cc', | 544 'widget/native_widget_test_utils_aura.cc', |
547 'widget/native_widget_test_utils_win.cc', | 545 'widget/native_widget_test_utils_win.cc', |
548 'widget/native_widget_unittest.cc', | 546 'widget/native_widget_unittest.cc', |
549 'widget/native_widget_win_unittest.cc', | 547 'widget/native_widget_win_unittest.cc', |
550 'widget/widget_unittest.cc', | 548 'widget/widget_unittest.cc', |
551 'run_all_unittests.cc', | 549 'run_all_unittests.cc', |
552 | 550 |
553 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 551 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc', |
554 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | |
555 ], | 552 ], |
556 'conditions': [ | 553 'conditions': [ |
557 ['OS=="win"', { | 554 ['OS=="win"', { |
558 'link_settings': { | 555 'link_settings': { |
559 'libraries': [ | 556 'libraries': [ |
560 '-limm32.lib', | 557 '-limm32.lib', |
561 '-loleacc.lib', | 558 '-loleacc.lib', |
562 ] | 559 ] |
563 }, | 560 }, |
564 'include_dirs': [ | 561 'include_dirs': [ |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
601 '../../base/base.gyp:base', | 598 '../../base/base.gyp:base', |
602 '../../base/base.gyp:base_i18n', | 599 '../../base/base.gyp:base_i18n', |
603 '../../build/temp_gyp/googleurl.gyp:googleurl', | 600 '../../build/temp_gyp/googleurl.gyp:googleurl', |
604 '../../chrome/chrome_resources.gyp:packed_resources', | 601 '../../chrome/chrome_resources.gyp:packed_resources', |
605 '../../content/content.gyp:content', | 602 '../../content/content.gyp:content', |
606 '../../skia/skia.gyp:skia', | 603 '../../skia/skia.gyp:skia', |
607 '../../third_party/icu/icu.gyp:icui18n', | 604 '../../third_party/icu/icu.gyp:icui18n', |
608 '../../third_party/icu/icu.gyp:icuuc', | 605 '../../third_party/icu/icu.gyp:icuuc', |
609 '../ui.gyp:ui', | 606 '../ui.gyp:ui', |
610 '../ui.gyp:ui_resources', | 607 '../ui.gyp:ui_resources', |
611 '../ui.gyp:ui_resources_standard', | |
612 'views', | 608 'views', |
613 ], | 609 ], |
614 'include_dirs': [ | 610 'include_dirs': [ |
615 '..', | 611 '..', |
616 ], | 612 ], |
617 'defines': [ | 613 'defines': [ |
618 'VIEWS_EXAMPLES_IMPLEMENTATION', | 614 'VIEWS_EXAMPLES_IMPLEMENTATION', |
619 ], | 615 ], |
620 'sources': [ | 616 'sources': [ |
621 'examples/bubble_example.cc', | 617 'examples/bubble_example.cc', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
685 '../../base/base.gyp:base_i18n', | 681 '../../base/base.gyp:base_i18n', |
686 '../../chrome/chrome_resources.gyp:packed_resources', | 682 '../../chrome/chrome_resources.gyp:packed_resources', |
687 '../../content/content.gyp:content_shell_lib', | 683 '../../content/content.gyp:content_shell_lib', |
688 '../../content/content.gyp:content', | 684 '../../content/content.gyp:content', |
689 '../../content/content.gyp:test_support_content', | 685 '../../content/content.gyp:test_support_content', |
690 '../../skia/skia.gyp:skia', | 686 '../../skia/skia.gyp:skia', |
691 '../../third_party/icu/icu.gyp:icui18n', | 687 '../../third_party/icu/icu.gyp:icui18n', |
692 '../../third_party/icu/icu.gyp:icuuc', | 688 '../../third_party/icu/icu.gyp:icuuc', |
693 '../ui.gyp:ui', | 689 '../ui.gyp:ui', |
694 '../ui.gyp:ui_resources', | 690 '../ui.gyp:ui_resources', |
695 '../ui.gyp:ui_resources_standard', | |
696 'views_examples_lib', | 691 'views_examples_lib', |
697 ], | 692 ], |
698 'include_dirs': [ | 693 'include_dirs': [ |
699 '../..', | 694 '../..', |
700 ], | 695 ], |
701 'sources': [ | 696 'sources': [ |
702 '../../content/app/startup_helper_win.cc', | 697 '../../content/app/startup_helper_win.cc', |
703 'examples/content_client/examples_browser_main_parts.cc', | 698 'examples/content_client/examples_browser_main_parts.cc', |
704 'examples/content_client/examples_browser_main_parts.h', | 699 'examples/content_client/examples_browser_main_parts.h', |
705 'examples/content_client/examples_content_browser_client.cc', | 700 'examples/content_client/examples_content_browser_client.cc', |
706 'examples/content_client/examples_content_browser_client.h', | 701 'examples/content_client/examples_content_browser_client.h', |
707 'examples/content_client/examples_main_delegate.cc', | 702 'examples/content_client/examples_main_delegate.cc', |
708 'examples/content_client/examples_main_delegate.h', | 703 'examples/content_client/examples_main_delegate.h', |
709 'examples/examples_main.cc', | 704 'examples/examples_main.cc', |
710 'test/test_views_delegate.cc', | 705 'test/test_views_delegate.cc', |
711 'test/test_views_delegate.h', | 706 'test/test_views_delegate.h', |
712 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 707 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc', |
713 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | |
714 ], | 708 ], |
715 'conditions': [ | 709 'conditions': [ |
716 ['OS=="win"', { | 710 ['OS=="win"', { |
717 'link_settings': { | 711 'link_settings': { |
718 'libraries': [ | 712 'libraries': [ |
719 '-limm32.lib', | 713 '-limm32.lib', |
720 '-loleacc.lib', | 714 '-loleacc.lib', |
721 ] | 715 ] |
722 }, | 716 }, |
723 'msvs_settings': { | 717 'msvs_settings': { |
(...skipping 18 matching lines...) Expand all Loading... |
742 'sources/': [ | 736 'sources/': [ |
743 # This is needed because the aura rule strips it from the default | 737 # This is needed because the aura rule strips it from the default |
744 # sources list. | 738 # sources list. |
745 ['include', '^../../content/app/startup_helper_win.cc'], | 739 ['include', '^../../content/app/startup_helper_win.cc'], |
746 ], | 740 ], |
747 }], | 741 }], |
748 ], | 742 ], |
749 }, # target_name: views_examples_lib | 743 }, # target_name: views_examples_lib |
750 ], | 744 ], |
751 } | 745 } |
OLD | NEW |