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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6121007: Revert 71230 to see if it is related to hang on linux interactive_ui_tests.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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
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 '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 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 'test/v8_unit_test.h', 1716 'test/v8_unit_test.h',
1717 'tools/convert_dict/convert_dict_unittest.cc', 1717 'tools/convert_dict/convert_dict_unittest.cc',
1718 '../testing/gtest_mac_unittest.mm', 1718 '../testing/gtest_mac_unittest.mm',
1719 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1719 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1720 # TODO(jcampan): Create a separate unit test for these to allow us to 1720 # TODO(jcampan): Create a separate unit test for these to allow us to
1721 # test views completely decoupled from chrome. 1721 # test views completely decoupled from chrome.
1722 '../views/animation/bounds_animator_unittest.cc', 1722 '../views/animation/bounds_animator_unittest.cc',
1723 '../views/box_layout_unittest.cc', 1723 '../views/box_layout_unittest.cc',
1724 '../views/controls/label_unittest.cc', 1724 '../views/controls/label_unittest.cc',
1725 '../views/controls/progress_bar_unittest.cc', 1725 '../views/controls/progress_bar_unittest.cc',
1726 '../views/controls/single_split_view.cc',
1727 '../views/controls/tabbed_pane/tabbed_pane_unittest.cc', 1726 '../views/controls/tabbed_pane/tabbed_pane_unittest.cc',
1728 '../views/controls/table/table_view_unittest.cc', 1727 '../views/controls/table/table_view_unittest.cc',
1729 '../views/controls/textfield/textfield_views_model_unittest.cc', 1728 '../views/controls/textfield/textfield_views_model_unittest.cc',
1730 '../views/controls/textfield/native_textfield_views_unittest.cc', 1729 '../views/controls/textfield/native_textfield_views_unittest.cc',
1731 '../views/focus/accelerator_handler_gtk_unittest.cc', 1730 '../views/focus/accelerator_handler_gtk_unittest.cc',
1732 '../views/focus/focus_manager_unittest.cc', 1731 '../views/focus/focus_manager_unittest.cc',
1733 '../views/grid_layout_unittest.cc', 1732 '../views/grid_layout_unittest.cc',
1734 '../views/test/views_test_base.h', 1733 '../views/test/views_test_base.h',
1735 '../views/view_unittest.cc', 1734 '../views/view_unittest.cc',
1736 ], 1735 ],
(...skipping 1902 matching lines...) Expand 10 before | Expand all | Expand 10 after
3639 ] 3638 ]
3640 }], # 'coverage!=0' 3639 }], # 'coverage!=0'
3641 ], # 'conditions' 3640 ], # 'conditions'
3642 } 3641 }
3643 3642
3644 # Local Variables: 3643 # Local Variables:
3645 # tab-width:2 3644 # tab-width:2
3646 # indent-tabs-mode:nil 3645 # indent-tabs-mode:nil
3647 # End: 3646 # End:
3648 # vim: set expandtab tabstop=2 shiftwidth=2: 3647 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tab_contents/tab_contents_container.cc ('k') | views/controls/single_split_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698