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

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: '' Created 10 years, 3 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) 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_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 '../testing/gtest_mac_unittest.mm', 1256 '../testing/gtest_mac_unittest.mm',
1257 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1257 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1258 # TODO(jcampan): Create a separate unit test for these to allow us to 1258 # TODO(jcampan): Create a separate unit test for these to allow us to
1259 # test views completely decoupled from chrome. 1259 # test views completely decoupled from chrome.
1260 '../views/animation/bounds_animator_unittest.cc', 1260 '../views/animation/bounds_animator_unittest.cc',
1261 '../views/box_layout_unittest.cc', 1261 '../views/box_layout_unittest.cc',
1262 '../views/controls/label_unittest.cc', 1262 '../views/controls/label_unittest.cc',
1263 '../views/controls/progress_bar_unittest.cc', 1263 '../views/controls/progress_bar_unittest.cc',
1264 '../views/controls/tabbed_pane/tabbed_pane_unittest.cc', 1264 '../views/controls/tabbed_pane/tabbed_pane_unittest.cc',
1265 '../views/controls/table/table_view_unittest.cc', 1265 '../views/controls/table/table_view_unittest.cc',
1266 '../views/controls/textfield/textfield_view_unittest.cc',
1266 '../views/focus/accelerator_handler_gtk_unittest.cc', 1267 '../views/focus/accelerator_handler_gtk_unittest.cc',
1267 '../views/focus/focus_manager_unittest.cc', 1268 '../views/focus/focus_manager_unittest.cc',
1268 '../views/grid_layout_unittest.cc', 1269 '../views/grid_layout_unittest.cc',
1269 '../views/view_unittest.cc', 1270 '../views/view_unittest.cc',
1270 ], 1271 ],
1271 'conditions': [ 1272 'conditions': [
1272 ['chromeos==1', { 1273 ['chromeos==1', {
1273 'sources!': [ 1274 'sources!': [
1274 'browser/notifications/desktop_notifications_unittest.cc', 1275 'browser/notifications/desktop_notifications_unittest.cc',
1275 ], 1276 ],
(...skipping 1516 matching lines...) Expand 10 before | Expand all | Expand 10 after
2792 ] 2793 ]
2793 }], # 'coverage!=0' 2794 }], # 'coverage!=0'
2794 ], # 'conditions' 2795 ], # 'conditions'
2795 } 2796 }
2796 2797
2797 # Local Variables: 2798 # Local Variables:
2798 # tab-width:2 2799 # tab-width:2
2799 # indent-tabs-mode:nil 2800 # indent-tabs-mode:nil
2800 # End: 2801 # End:
2801 # vim: set expandtab tabstop=2 shiftwidth=2: 2802 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698