Chromium Code Reviews| 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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 586 'controls/menu/menu_model_adapter_unittest.cc', | 586 'controls/menu/menu_model_adapter_unittest.cc', |
| 587 'controls/textfield/native_textfield_views_unittest.cc', | 587 'controls/textfield/native_textfield_views_unittest.cc', |
| 588 'controls/textfield/textfield_views_model_unittest.cc', | 588 'controls/textfield/textfield_views_model_unittest.cc', |
| 589 'controls/scrollbar/scrollbar_unittest.cc', | 589 'controls/scrollbar/scrollbar_unittest.cc', |
| 590 'events/event_unittest.cc', | 590 'events/event_unittest.cc', |
| 591 'focus/accelerator_handler_gtk_unittest.cc', | 591 'focus/accelerator_handler_gtk_unittest.cc', |
| 592 'focus/focus_manager_unittest.cc', | 592 'focus/focus_manager_unittest.cc', |
| 593 'ime/character_composer_unittest.cc', | 593 'ime/character_composer_unittest.cc', |
| 594 'layout/grid_layout_unittest.cc', | 594 'layout/grid_layout_unittest.cc', |
| 595 'layout/box_layout_unittest.cc', | 595 'layout/box_layout_unittest.cc', |
| 596 'test/test_event_utils.h', | |
|
rjkroege
2011/11/12 16:11:35
this is not the conventional pattern. You need to
Gajen
2011/11/14 12:10:17
Done.
| |
| 596 'test/views_test_base.cc', | 597 'test/views_test_base.cc', |
| 597 'test/views_test_base.h', | 598 'test/views_test_base.h', |
| 598 'run_all_unittests.cc', | 599 'run_all_unittests.cc', |
| 599 'test/test_views_delegate.cc', | 600 'test/test_views_delegate.cc', |
| 600 'test/test_views_delegate.h', | 601 'test/test_views_delegate.h', |
| 601 'touchui/touch_selection_controller_impl_unittest.cc', | 602 'touchui/touch_selection_controller_impl_unittest.cc', |
| 602 'view_unittest.cc', | 603 'view_unittest.cc', |
| 603 'widget/native_widget_test_utils.h', | 604 'widget/native_widget_test_utils.h', |
| 604 'widget/native_widget_test_utils_aura.cc', | 605 'widget/native_widget_test_utils_aura.cc', |
| 605 'widget/native_widget_test_utils_gtk.cc', | 606 'widget/native_widget_test_utils_gtk.cc', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 663 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], | 664 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], |
| 664 ['exclude', 'controls/table/table_view_unittest.cc'], | 665 ['exclude', 'controls/table/table_view_unittest.cc'], |
| 665 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], | 666 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], |
| 666 ], | 667 ], |
| 667 }, { | 668 }, { |
| 668 'sources/': [ | 669 'sources/': [ |
| 669 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], | 670 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], |
| 670 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], | 671 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], |
| 671 ], | 672 ], |
| 672 }], | 673 }], |
| 674 ['use_x11==1', { | |
| 675 'sources': [ | |
| 676 'test/test_event_utils_x.cc', | |
| 677 ], | |
| 678 }], | |
| 673 ], | 679 ], |
| 674 }, | 680 }, |
| 675 { | 681 { |
| 676 'target_name': 'views_examples', | 682 'target_name': 'views_examples', |
| 677 'type': 'executable', | 683 'type': 'executable', |
| 678 'dependencies': [ | 684 'dependencies': [ |
| 679 '../base/base.gyp:base', | 685 '../base/base.gyp:base', |
| 680 '../base/base.gyp:base_i18n', | 686 '../base/base.gyp:base_i18n', |
| 681 '../chrome/chrome_resources.gyp:packed_resources', | 687 '../chrome/chrome_resources.gyp:packed_resources', |
| 682 '../skia/skia.gyp:skia', | 688 '../skia/skia.gyp:skia', |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 935 'include_dirs': [ | 941 'include_dirs': [ |
| 936 '../third_party/wtl/include', | 942 '../third_party/wtl/include', |
| 937 ], | 943 ], |
| 938 }], | 944 }], |
| 939 ], | 945 ], |
| 940 }, | 946 }, |
| 941 ], | 947 ], |
| 942 }], | 948 }], |
| 943 ], | 949 ], |
| 944 } | 950 } |
| OLD | NEW |