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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2747011: Further refine the pinned tab navigation algorithm. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: comments Created 10 years, 6 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/browser/browser_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 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1232 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 1232 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
1233 }, 1233 },
1234 }, 1234 },
1235 }, 1235 },
1236 }, 1236 },
1237 }, { # else: OS != "win" 1237 }, { # else: OS != "win"
1238 'sources!': [ 1238 'sources!': [
1239 'browser/bookmarks/bookmark_codec_unittest.cc', 1239 'browser/bookmarks/bookmark_codec_unittest.cc',
1240 'browser/bookmarks/bookmark_drag_data_unittest.cc', 1240 'browser/bookmarks/bookmark_drag_data_unittest.cc',
1241 'browser/browser_accessibility_unittest.cc', 1241 'browser/browser_accessibility_unittest.cc',
1242 'browser/browser_unittest.cc',
1243 'browser/chrome_plugin_unittest.cc', 1242 'browser/chrome_plugin_unittest.cc',
1244 'browser/extensions/extension_process_manager_unittest.cc', 1243 'browser/extensions/extension_process_manager_unittest.cc',
1245 'browser/importer/importer_unittest.cc', 1244 'browser/importer/importer_unittest.cc',
1246 'browser/login_prompt_unittest.cc', 1245 'browser/login_prompt_unittest.cc',
1247 'browser/printing/print_job_unittest.cc', 1246 'browser/printing/print_job_unittest.cc',
1248 'browser/rlz/rlz_unittest.cc', 1247 'browser/rlz/rlz_unittest.cc',
1249 'browser/search_engines/template_url_scraper_unittest.cc', 1248 'browser/search_engines/template_url_scraper_unittest.cc',
1250 'browser/translate/translate_manager2_unittest.cc', 1249 'browser/translate/translate_manager2_unittest.cc',
1251 'browser/views/bookmark_editor_view_unittest.cc', 1250 'browser/views/bookmark_editor_view_unittest.cc',
1252 'browser/views/extensions/browser_action_drag_data_unittest.cc', 1251 'browser/views/extensions/browser_action_drag_data_unittest.cc',
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
2517 ] 2516 ]
2518 }], # 'coverage!=0' 2517 }], # 'coverage!=0'
2519 ], # 'conditions' 2518 ], # 'conditions'
2520 } 2519 }
2521 2520
2522 # Local Variables: 2521 # Local Variables:
2523 # tab-width:2 2522 # tab-width:2
2524 # indent-tabs-mode:nil 2523 # indent-tabs-mode:nil
2525 # End: 2524 # End:
2526 # vim: set expandtab tabstop=2 shiftwidth=2: 2525 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/browser_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698