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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10700116: autocomplete: Extract AutocompleteMatch unittest from autocomplete_unittest.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/autocomplete/autocomplete_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) 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 984 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 ], 995 ],
996 }, 996 },
997 }, 997 },
998 'sources': [ 998 'sources': [
999 'app/breakpad_mac_stubs.mm', 999 'app/breakpad_mac_stubs.mm',
1000 'app/chrome_dll.rc', 1000 'app/chrome_dll.rc',
1001 # All unittests in browser, common, renderer and service. 1001 # All unittests in browser, common, renderer and service.
1002 'browser/about_flags_unittest.cc', 1002 'browser/about_flags_unittest.cc',
1003 'browser/app_controller_mac_unittest.mm', 1003 'browser/app_controller_mac_unittest.mm',
1004 'browser/autocomplete/autocomplete_input_unittest.cc', 1004 'browser/autocomplete/autocomplete_input_unittest.cc',
1005 'browser/autocomplete/autocomplete_match_unittest.cc',
1005 'browser/autocomplete/autocomplete_result_unittest.cc', 1006 'browser/autocomplete/autocomplete_result_unittest.cc',
1006 'browser/autocomplete/autocomplete_unittest.cc', 1007 'browser/autocomplete/autocomplete_unittest.cc',
1007 'browser/autocomplete/builtin_provider_unittest.cc', 1008 'browser/autocomplete/builtin_provider_unittest.cc',
1008 'browser/autocomplete/extension_app_provider_unittest.cc', 1009 'browser/autocomplete/extension_app_provider_unittest.cc',
1009 'browser/autocomplete/history_contents_provider_unittest.cc', 1010 'browser/autocomplete/history_contents_provider_unittest.cc',
1010 'browser/autocomplete/history_quick_provider_unittest.cc', 1011 'browser/autocomplete/history_quick_provider_unittest.cc',
1011 'browser/autocomplete/history_url_provider_unittest.cc', 1012 'browser/autocomplete/history_url_provider_unittest.cc',
1012 'browser/autocomplete/keyword_provider_unittest.cc', 1013 'browser/autocomplete/keyword_provider_unittest.cc',
1013 'browser/autocomplete/search_provider_unittest.cc', 1014 'browser/autocomplete/search_provider_unittest.cc',
1014 'browser/autocomplete/shortcuts_provider_unittest.cc', 1015 'browser/autocomplete/shortcuts_provider_unittest.cc',
(...skipping 3666 matching lines...) Expand 10 before | Expand all | Expand 10 after
4681 # Use outputs of this action as inputs for the main target build. 4682 # Use outputs of this action as inputs for the main target build.
4682 # Seems as a misnomer but makes this happy on Linux (scons). 4683 # Seems as a misnomer but makes this happy on Linux (scons).
4683 'process_outputs_as_sources': 1, 4684 'process_outputs_as_sources': 1,
4684 }, 4685 },
4685 ], # 'actions' 4686 ], # 'actions'
4686 }, 4687 },
4687 ] 4688 ]
4688 }], # 'coverage!=0' 4689 }], # 'coverage!=0'
4689 ], # 'conditions' 4690 ], # 'conditions'
4690 } 4691 }
OLDNEW
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698