Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1026005: Makes pinned tab restore on startup if you haven't enabled session (Closed)
Patch Set: check Created 10 years, 9 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/notification_type.h » ('j') | 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_unittest.cc', 9 'browser/views/browser_actions_container_unittest.cc',
10 ], 10 ],
(...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'browser/sync/profile_sync_test_util.h', 876 'browser/sync/profile_sync_test_util.h',
877 'browser/sync/sync_setup_wizard_unittest.cc', 877 'browser/sync/sync_setup_wizard_unittest.cc',
878 'browser/sync/sync_ui_util_mac_unittest.mm', 878 'browser/sync/sync_ui_util_mac_unittest.mm',
879 'browser/sync/test_profile_sync_service.h', 879 'browser/sync/test_profile_sync_service.h',
880 'browser/tab_contents/navigation_controller_unittest.cc', 880 'browser/tab_contents/navigation_controller_unittest.cc',
881 'browser/tab_contents/navigation_entry_unittest.cc', 881 'browser/tab_contents/navigation_entry_unittest.cc',
882 'browser/tab_contents/render_view_host_manager_unittest.cc', 882 'browser/tab_contents/render_view_host_manager_unittest.cc',
883 'browser/tab_contents/thumbnail_generator_unittest.cc', 883 'browser/tab_contents/thumbnail_generator_unittest.cc',
884 'browser/tab_contents/web_contents_unittest.cc', 884 'browser/tab_contents/web_contents_unittest.cc',
885 'browser/tab_menu_model_unittest.cc', 885 'browser/tab_menu_model_unittest.cc',
886 'browser/tabs/pinned_tab_codec_unittest.cc',
886 'browser/tabs/tab_strip_model_unittest.cc', 887 'browser/tabs/tab_strip_model_unittest.cc',
887 'browser/task_manager_unittest.cc', 888 'browser/task_manager_unittest.cc',
888 'browser/translate/translate_manager_unittest.cc', 889 'browser/translate/translate_manager_unittest.cc',
889 'browser/theme_resources_util_unittest.cc', 890 'browser/theme_resources_util_unittest.cc',
890 'browser/user_style_sheet_watcher_unittest.cc', 891 'browser/user_style_sheet_watcher_unittest.cc',
891 'browser/views/bookmark_context_menu_test.cc', 892 'browser/views/bookmark_context_menu_test.cc',
892 'browser/views/bookmark_editor_view_unittest.cc', 893 'browser/views/bookmark_editor_view_unittest.cc',
893 'browser/views/extensions/browser_action_drag_data_unittest.cc', 894 'browser/views/extensions/browser_action_drag_data_unittest.cc',
894 'browser/visitedlink_unittest.cc', 895 'browser/visitedlink_unittest.cc',
895 'browser/webdata/web_data_service_unittest.cc', 896 'browser/webdata/web_data_service_unittest.cc',
(...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after
2122 ] 2123 ]
2123 }], # 'coverage!=0' 2124 }], # 'coverage!=0'
2124 ], # 'conditions' 2125 ], # 'conditions'
2125 } 2126 }
2126 2127
2127 # Local Variables: 2128 # Local Variables:
2128 # tab-width:2 2129 # tab-width:2
2129 # indent-tabs-mode:nil 2130 # indent-tabs-mode:nil
2130 # End: 2131 # End:
2131 # vim: set expandtab tabstop=2 shiftwidth=2: 2132 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698