| OLD | NEW |
| 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 '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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 'controls/combobox/native_combobox_views_unittest.cc', | 588 'controls/combobox/native_combobox_views_unittest.cc', |
| 589 'controls/menu/menu_model_adapter_unittest.cc', | 589 'controls/menu/menu_model_adapter_unittest.cc', |
| 590 'controls/textfield/native_textfield_views_unittest.cc', | 590 'controls/textfield/native_textfield_views_unittest.cc', |
| 591 'controls/textfield/textfield_views_model_unittest.cc', | 591 'controls/textfield/textfield_views_model_unittest.cc', |
| 592 'controls/scrollbar/scrollbar_unittest.cc', | 592 'controls/scrollbar/scrollbar_unittest.cc', |
| 593 'events/event_unittest.cc', | 593 'events/event_unittest.cc', |
| 594 'focus/accelerator_handler_gtk_unittest.cc', | 594 'focus/accelerator_handler_gtk_unittest.cc', |
| 595 'focus/focus_manager_unittest.cc', | 595 'focus/focus_manager_unittest.cc', |
| 596 'layout/grid_layout_unittest.cc', | 596 'layout/grid_layout_unittest.cc', |
| 597 'layout/box_layout_unittest.cc', | 597 'layout/box_layout_unittest.cc', |
| 598 'test/test_event_utils.h', |
| 599 'test/test_event_utils_x.cc', |
| 598 'test/views_test_base.cc', | 600 'test/views_test_base.cc', |
| 599 'test/views_test_base.h', | 601 'test/views_test_base.h', |
| 600 'run_all_unittests.cc', | 602 'run_all_unittests.cc', |
| 601 'test/test_views_delegate.cc', | 603 'test/test_views_delegate.cc', |
| 602 'test/test_views_delegate.h', | 604 'test/test_views_delegate.h', |
| 603 'touchui/touch_selection_controller_impl_unittest.cc', | 605 'touchui/touch_selection_controller_impl_unittest.cc', |
| 604 'view_unittest.cc', | 606 'view_unittest.cc', |
| 605 'widget/native_widget_test_utils.h', | 607 'widget/native_widget_test_utils.h', |
| 606 'widget/native_widget_test_utils_aura.cc', | 608 'widget/native_widget_test_utils_aura.cc', |
| 607 'widget/native_widget_test_utils_gtk.cc', | 609 'widget/native_widget_test_utils_gtk.cc', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], | 662 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], |
| 661 ['exclude', 'controls/table/table_view_unittest.cc'], | 663 ['exclude', 'controls/table/table_view_unittest.cc'], |
| 662 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], | 664 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], |
| 663 ], | 665 ], |
| 664 }, { | 666 }, { |
| 665 'sources/': [ | 667 'sources/': [ |
| 666 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], | 668 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], |
| 667 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], | 669 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], |
| 668 ], | 670 ], |
| 669 }], | 671 }], |
| 672 ['use_x11!=1', { |
| 673 'sources/': [ |
| 674 ['exclude', 'test/test_event_utils_x.cc'], |
| 675 ], |
| 676 }], |
| 670 ], | 677 ], |
| 671 }, | 678 }, |
| 672 { | 679 { |
| 673 'target_name': 'views_examples', | 680 'target_name': 'views_examples', |
| 674 'type': 'executable', | 681 'type': 'executable', |
| 675 'dependencies': [ | 682 'dependencies': [ |
| 676 '../base/base.gyp:base', | 683 '../base/base.gyp:base', |
| 677 '../base/base.gyp:base_i18n', | 684 '../base/base.gyp:base_i18n', |
| 678 '../chrome/chrome_resources.gyp:packed_resources', | 685 '../chrome/chrome_resources.gyp:packed_resources', |
| 679 '../skia/skia.gyp:skia', | 686 '../skia/skia.gyp:skia', |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 'include_dirs': [ | 939 'include_dirs': [ |
| 933 '../third_party/wtl/include', | 940 '../third_party/wtl/include', |
| 934 ], | 941 ], |
| 935 }], | 942 }], |
| 936 ], | 943 ], |
| 937 }, | 944 }, |
| 938 ], | 945 ], |
| 939 }], | 946 }], |
| 940 ], | 947 ], |
| 941 } | 948 } |
| OLD | NEW |