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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2812026: Auto-size the views version of the options dialog. (Closed)
Patch Set: Fix autosizing issue with gtk pref pages in chromeos options dialog. Created 10 years, 5 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
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 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/browser_actions_container_browsertest.cc', 9 'browser/views/browser_actions_container_browsertest.cc',
10 ], 10 ],
11 'browser_tests_sources_win_specific': [ 11 'browser_tests_sources_win_specific': [
12 'browser/extensions/extension_shelf_model_browsertest.cc', 12 'browser/extensions/extension_shelf_model_browsertest.cc',
13 'browser/extensions/extension_popup_apitest.cc', 13 'browser/extensions/extension_popup_apitest.cc',
14 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and Mac. 14 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and Mac.
15 'browser/child_process_security_policy_browsertest.cc', 15 'browser/child_process_security_policy_browsertest.cc',
16 'browser/renderer_host/test/web_cache_manager_browsertest.cc', 16 'browser/renderer_host/test/web_cache_manager_browsertest.cc',
17 'browser/renderer_host/test/render_view_host_manager_browsertest.cc', 17 'browser/renderer_host/test/render_view_host_manager_browsertest.cc',
18 ], 18 ],
19 # TODO(jcampan): move these vars to views.gyp. 19 # TODO(jcampan): move these vars to views.gyp.
20 'views_unit_tests_sources': [ 20 'views_unit_tests_sources': [
21 '../views/animation/bounds_animator_unittest.cc', 21 '../views/animation/bounds_animator_unittest.cc',
22 '../views/view_unittest.cc', 22 '../views/view_unittest.cc',
23 '../views/focus/focus_manager_unittest.cc', 23 '../views/focus/focus_manager_unittest.cc',
24 '../views/controls/label_unittest.cc', 24 '../views/controls/label_unittest.cc',
25 '../views/controls/progress_bar_unittest.cc', 25 '../views/controls/progress_bar_unittest.cc',
26 '../views/controls/tabbed_pane/tabbed_pane_unittest.cc',
26 '../views/controls/table/table_view_unittest.cc', 27 '../views/controls/table/table_view_unittest.cc',
27 '../views/grid_layout_unittest.cc', 28 '../views/grid_layout_unittest.cc',
28 ], 29 ],
29 'pyautolib_sources': [ 30 'pyautolib_sources': [
30 'app/chrome_dll_resource.h', 31 'app/chrome_dll_resource.h',
31 'common/pref_names.cc', 32 'common/pref_names.cc',
32 'common/pref_names.h', 33 'common/pref_names.h',
33 'test/automation/automation_constants.h', 34 'test/automation/automation_constants.h',
34 'test/automation/browser_proxy.cc', 35 'test/automation/browser_proxy.cc',
35 'test/automation/browser_proxy.h', 36 'test/automation/browser_proxy.h',
(...skipping 2492 matching lines...) Expand 10 before | Expand all | Expand 10 after
2528 ] 2529 ]
2529 }], # 'coverage!=0' 2530 }], # 'coverage!=0'
2530 ], # 'conditions' 2531 ], # 'conditions'
2531 } 2532 }
2532 2533
2533 # Local Variables: 2534 # Local Variables:
2534 # tab-width:2 2535 # tab-width:2
2535 # indent-tabs-mode:nil 2536 # indent-tabs-mode:nil
2536 # End: 2537 # End:
2537 # vim: set expandtab tabstop=2 shiftwidth=2: 2538 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/tab_contents/tab_contents_view_gtk.cc ('k') | views/controls/button/native_button_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698