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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1711 'test/render_view_test.cc', | 1711 'test/render_view_test.cc', |
1712 'test/render_view_test.h', | 1712 'test/render_view_test.h', |
1713 'test/sync/test_http_bridge_factory.h', | 1713 'test/sync/test_http_bridge_factory.h', |
1714 'test/test_notification_tracker.cc', | 1714 'test/test_notification_tracker.cc', |
1715 'test/test_notification_tracker.h', | 1715 'test/test_notification_tracker.h', |
1716 'test/v8_unit_test.cc', | 1716 'test/v8_unit_test.cc', |
1717 'test/v8_unit_test.h', | 1717 'test/v8_unit_test.h', |
1718 'tools/convert_dict/convert_dict_unittest.cc', | 1718 'tools/convert_dict/convert_dict_unittest.cc', |
1719 '../testing/gtest_mac_unittest.mm', | 1719 '../testing/gtest_mac_unittest.mm', |
1720 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 1720 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
1721 # TODO(jcampan): Create a separate unit test for these to allow us to | |
1722 # test views completely decoupled from chrome. | |
1723 '../views/animation/bounds_animator_unittest.cc', | |
1724 '../views/box_layout_unittest.cc', | |
1725 '../views/controls/label_unittest.cc', | |
1726 '../views/controls/progress_bar_unittest.cc', | |
1727 '../views/controls/single_split_view.cc', | |
1728 '../views/controls/tabbed_pane/tabbed_pane_unittest.cc', | |
1729 '../views/controls/table/table_view_unittest.cc', | |
1730 '../views/controls/textfield/textfield_views_model_unittest.cc', | |
1731 '../views/controls/textfield/native_textfield_views_unittest.cc', | |
1732 '../views/focus/accelerator_handler_gtk_unittest.cc', | |
1733 '../views/focus/focus_manager_unittest.cc', | |
1734 '../views/grid_layout_unittest.cc', | |
1735 '../views/test/views_test_base.h', | |
1736 '../views/view_unittest.cc', | |
1737 ], | 1721 ], |
1738 'conditions': [ | 1722 'conditions': [ |
1739 ['touchui==1', { | 1723 ['touchui==1', { |
1740 'sources!': [ | 1724 'sources!': [ |
1741 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', | 1725 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', |
1742 ], | 1726 ], |
1743 }, { # else: touchui == 0 | 1727 }, { # else: touchui == 0 |
1744 'sources/': [ | 1728 'sources/': [ |
1745 ['exclude', '^browser/chromeos/dom_ui/login/'], | 1729 ['exclude', '^browser/chromeos/dom_ui/login/'], |
1746 ], | 1730 ], |
(...skipping 1893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3640 ] | 3624 ] |
3641 }], # 'coverage!=0' | 3625 }], # 'coverage!=0' |
3642 ], # 'conditions' | 3626 ], # 'conditions' |
3643 } | 3627 } |
3644 | 3628 |
3645 # Local Variables: | 3629 # Local Variables: |
3646 # tab-width:2 | 3630 # tab-width:2 |
3647 # indent-tabs-mode:nil | 3631 # indent-tabs-mode:nil |
3648 # End: | 3632 # End: |
3649 # vim: set expandtab tabstop=2 shiftwidth=2: | 3633 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |