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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9309099: Enabled pressing TAB to traverse through the Omnibox results, removed moving the caret to the end... (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 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 'CLD_WINDOWS', 1258 'CLD_WINDOWS',
1259 ], 1259 ],
1260 }, 1260 },
1261 'sources': [ 1261 'sources': [
1262 'app/breakpad_mac_stubs.mm', 1262 'app/breakpad_mac_stubs.mm',
1263 'app/chrome_dll.rc', 1263 'app/chrome_dll.rc',
1264 # All unittests in browser, common, renderer and service. 1264 # All unittests in browser, common, renderer and service.
1265 'browser/about_flags_unittest.cc', 1265 'browser/about_flags_unittest.cc',
1266 'browser/app_controller_mac_unittest.mm', 1266 'browser/app_controller_mac_unittest.mm',
1267 'browser/autocomplete/autocomplete_edit_unittest.cc', 1267 'browser/autocomplete/autocomplete_edit_unittest.cc',
1268 'browser/autocomplete/autocomplete_popup_model_unittest.cc',
1269 'browser/autocomplete/autocomplete_result_unittest.cc', 1268 'browser/autocomplete/autocomplete_result_unittest.cc',
1270 'browser/autocomplete/autocomplete_unittest.cc', 1269 'browser/autocomplete/autocomplete_unittest.cc',
1271 'browser/autocomplete/builtin_provider_unittest.cc', 1270 'browser/autocomplete/builtin_provider_unittest.cc',
1272 'browser/autocomplete/extension_app_provider_unittest.cc', 1271 'browser/autocomplete/extension_app_provider_unittest.cc',
1273 'browser/autocomplete/history_contents_provider_unittest.cc', 1272 'browser/autocomplete/history_contents_provider_unittest.cc',
1274 'browser/autocomplete/history_quick_provider_unittest.cc', 1273 'browser/autocomplete/history_quick_provider_unittest.cc',
1275 'browser/autocomplete/history_url_provider_unittest.cc', 1274 'browser/autocomplete/history_url_provider_unittest.cc',
1276 'browser/autocomplete/keyword_provider_unittest.cc', 1275 'browser/autocomplete/keyword_provider_unittest.cc',
1277 'browser/autocomplete/network_action_predictor_unittest.cc', 1276 'browser/autocomplete/network_action_predictor_unittest.cc',
1278 'browser/autocomplete/network_action_predictor_database_unittest.cc', 1277 'browser/autocomplete/network_action_predictor_database_unittest.cc',
(...skipping 3405 matching lines...) Expand 10 before | Expand all | Expand 10 after
4684 # Use outputs of this action as inputs for the main target build. 4683 # Use outputs of this action as inputs for the main target build.
4685 # Seems as a misnomer but makes this happy on Linux (scons). 4684 # Seems as a misnomer but makes this happy on Linux (scons).
4686 'process_outputs_as_sources': 1, 4685 'process_outputs_as_sources': 1,
4687 }, 4686 },
4688 ], # 'actions' 4687 ], # 'actions'
4689 }, 4688 },
4690 ] 4689 ]
4691 }], # 'coverage!=0' 4690 }], # 'coverage!=0'
4692 ], # 'conditions' 4691 ], # 'conditions'
4693 } 4692 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_view_win.cc ('k') | ui/base/keycodes/keyboard_code_conversion_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698