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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2863026: Enable unit tests in browser/web_applications/web_app_unittest.cc. I forgot t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix win32 build 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/web_applications/web_app_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ],
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 'browser/user_style_sheet_watcher_unittest.cc', 979 'browser/user_style_sheet_watcher_unittest.cc',
980 'browser/views/accessibility_event_router_views_unittest.cc', 980 'browser/views/accessibility_event_router_views_unittest.cc',
981 'browser/views/bookmark_bar_view_unittest.cc', 981 'browser/views/bookmark_bar_view_unittest.cc',
982 'browser/views/bookmark_context_menu_test.cc', 982 'browser/views/bookmark_context_menu_test.cc',
983 'browser/views/bookmark_editor_view_unittest.cc', 983 'browser/views/bookmark_editor_view_unittest.cc',
984 'browser/views/extensions/browser_action_drag_data_unittest.cc', 984 'browser/views/extensions/browser_action_drag_data_unittest.cc',
985 'browser/views/generic_info_view_unittest.cc', 985 'browser/views/generic_info_view_unittest.cc',
986 'browser/views/info_bubble_unittest.cc', 986 'browser/views/info_bubble_unittest.cc',
987 'browser/views/status_icons/status_tray_win_unittest.cc', 987 'browser/views/status_icons/status_tray_win_unittest.cc',
988 'browser/visitedlink_unittest.cc', 988 'browser/visitedlink_unittest.cc',
989 'browser/web_applications/web_app_unittest.cc',
989 'browser/webdata/web_data_service_test_util.h', 990 'browser/webdata/web_data_service_test_util.h',
990 'browser/webdata/web_data_service_unittest.cc', 991 'browser/webdata/web_data_service_unittest.cc',
991 'browser/webdata/web_database_unittest.cc', 992 'browser/webdata/web_database_unittest.cc',
992 'browser/window_sizer_unittest.cc', 993 'browser/window_sizer_unittest.cc',
993 'common/bzip2_unittest.cc', 994 'common/bzip2_unittest.cc',
994 'common/child_process_logging_mac_unittest.mm', 995 'common/child_process_logging_mac_unittest.mm',
995 'common/common_param_traits_unittest.cc', 996 'common/common_param_traits_unittest.cc',
996 'common/deprecated/event_sys_unittest.cc', 997 'common/deprecated/event_sys_unittest.cc',
997 'common/desktop_notifications/active_notification_tracker_unittest.cc', 998 'common/desktop_notifications/active_notification_tracker_unittest.cc',
998 'common/extensions/extension_action_unittest.cc', 999 'common/extensions/extension_action_unittest.cc',
(...skipping 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after
2552 ] 2553 ]
2553 }], # 'coverage!=0' 2554 }], # 'coverage!=0'
2554 ], # 'conditions' 2555 ], # 'conditions'
2555 } 2556 }
2556 2557
2557 # Local Variables: 2558 # Local Variables:
2558 # tab-width:2 2559 # tab-width:2
2559 # indent-tabs-mode:nil 2560 # indent-tabs-mode:nil
2560 # End: 2561 # End:
2561 # vim: set expandtab tabstop=2 shiftwidth=2: 2562 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698