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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6731036: Enabled pressing TAB to cycle through the Omnibox results. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 8 years, 10 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1237 ], 1237 ],
1238 }, 1238 },
1239 'sources': [ 1239 'sources': [
1240 'app/breakpad_mac_stubs.mm', 1240 'app/breakpad_mac_stubs.mm',
1241 'app/chrome_dll.rc', 1241 'app/chrome_dll.rc',
1242 # All unittests in browser, common, renderer and service. 1242 # All unittests in browser, common, renderer and service.
1243 'browser/about_flags_unittest.cc', 1243 'browser/about_flags_unittest.cc',
1244 'browser/accessibility/browser_accessibility_mac_unittest.mm', 1244 'browser/accessibility/browser_accessibility_mac_unittest.mm',
1245 'browser/app_controller_mac_unittest.mm', 1245 'browser/app_controller_mac_unittest.mm',
1246 'browser/autocomplete/autocomplete_edit_unittest.cc', 1246 'browser/autocomplete/autocomplete_edit_unittest.cc',
1247 'browser/autocomplete/autocomplete_popup_model_unittest.cc',
1248 'browser/autocomplete/autocomplete_result_unittest.cc', 1247 'browser/autocomplete/autocomplete_result_unittest.cc',
1249 'browser/autocomplete/autocomplete_unittest.cc', 1248 'browser/autocomplete/autocomplete_unittest.cc',
1250 'browser/autocomplete/builtin_provider_unittest.cc', 1249 'browser/autocomplete/builtin_provider_unittest.cc',
1251 'browser/autocomplete/extension_app_provider_unittest.cc', 1250 'browser/autocomplete/extension_app_provider_unittest.cc',
1252 'browser/autocomplete/history_contents_provider_unittest.cc', 1251 'browser/autocomplete/history_contents_provider_unittest.cc',
1253 'browser/autocomplete/history_quick_provider_unittest.cc', 1252 'browser/autocomplete/history_quick_provider_unittest.cc',
1254 'browser/autocomplete/history_url_provider_unittest.cc', 1253 'browser/autocomplete/history_url_provider_unittest.cc',
1255 'browser/autocomplete/keyword_provider_unittest.cc', 1254 'browser/autocomplete/keyword_provider_unittest.cc',
1256 'browser/autocomplete/network_action_predictor_unittest.cc', 1255 'browser/autocomplete/network_action_predictor_unittest.cc',
1257 'browser/autocomplete/network_action_predictor_database_unittest.cc', 1256 'browser/autocomplete/network_action_predictor_database_unittest.cc',
(...skipping 3377 matching lines...) Expand 10 before | Expand all | Expand 10 after
4635 # Use outputs of this action as inputs for the main target build. 4634 # Use outputs of this action as inputs for the main target build.
4636 # Seems as a misnomer but makes this happy on Linux (scons). 4635 # Seems as a misnomer but makes this happy on Linux (scons).
4637 'process_outputs_as_sources': 1, 4636 'process_outputs_as_sources': 1,
4638 }, 4637 },
4639 ], # 'actions' 4638 ], # 'actions'
4640 }, 4639 },
4641 ] 4640 ]
4642 }], # 'coverage!=0' 4641 }], # 'coverage!=0'
4643 ], # 'conditions' 4642 ], # 'conditions'
4644 } 4643 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_view_win.cc ('k') | chrome/test/base/in_process_browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698