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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 3142008: Model, View and Controller for a Gap Buffer based one line text field in view... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: added files that were missed in the last patch Created 10 years, 1 month 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 1630 matching lines...) Expand 10 before | Expand all | Expand 10 after
1641 '../testing/gtest_mac_unittest.mm', 1641 '../testing/gtest_mac_unittest.mm',
1642 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1642 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1643 # TODO(jcampan): Create a separate unit test for these to allow us to 1643 # TODO(jcampan): Create a separate unit test for these to allow us to
1644 # test views completely decoupled from chrome. 1644 # test views completely decoupled from chrome.
1645 '../views/animation/bounds_animator_unittest.cc', 1645 '../views/animation/bounds_animator_unittest.cc',
1646 '../views/box_layout_unittest.cc', 1646 '../views/box_layout_unittest.cc',
1647 '../views/controls/label_unittest.cc', 1647 '../views/controls/label_unittest.cc',
1648 '../views/controls/progress_bar_unittest.cc', 1648 '../views/controls/progress_bar_unittest.cc',
1649 '../views/controls/tabbed_pane/tabbed_pane_unittest.cc', 1649 '../views/controls/tabbed_pane/tabbed_pane_unittest.cc',
1650 '../views/controls/table/table_view_unittest.cc', 1650 '../views/controls/table/table_view_unittest.cc',
1651 '../views/controls/textfield/textfield_view_unittest.cc',
1651 '../views/focus/accelerator_handler_gtk_unittest.cc', 1652 '../views/focus/accelerator_handler_gtk_unittest.cc',
1652 '../views/focus/focus_manager_unittest.cc', 1653 '../views/focus/focus_manager_unittest.cc',
1653 '../views/grid_layout_unittest.cc', 1654 '../views/grid_layout_unittest.cc',
1654 '../views/view_unittest.cc', 1655 '../views/view_unittest.cc',
1655 ], 1656 ],
1656 'conditions': [ 1657 'conditions': [
1657 ['touchui==1', { 1658 ['touchui==1', {
1658 'sources!': [ 1659 'sources!': [
1659 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', 1660 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc',
1660 ], 1661 ],
(...skipping 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after
3382 ] 3383 ]
3383 }], # 'coverage!=0' 3384 }], # 'coverage!=0'
3384 ], # 'conditions' 3385 ], # 'conditions'
3385 } 3386 }
3386 3387
3387 # Local Variables: 3388 # Local Variables:
3388 # tab-width:2 3389 # tab-width:2
3389 # indent-tabs-mode:nil 3390 # indent-tabs-mode:nil
3390 # End: 3391 # End:
3391 # vim: set expandtab tabstop=2 shiftwidth=2: 3392 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | views/controls/textfield/textfield_model.h » ('j') | views/controls/textfield/textfield_model.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698