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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3177020: History provider: style cleanup (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Compile, and all that jazz Created 10 years, 4 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/history/history_types.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'browser/autocomplete/autocomplete_edit_view_win.h', 101 'browser/autocomplete/autocomplete_edit_view_win.h',
102 'browser/autocomplete/autocomplete_popup_model.cc', 102 'browser/autocomplete/autocomplete_popup_model.cc',
103 'browser/autocomplete/autocomplete_popup_model.h', 103 'browser/autocomplete/autocomplete_popup_model.h',
104 'browser/autocomplete/autocomplete_popup_view.h', 104 'browser/autocomplete/autocomplete_popup_view.h',
105 'browser/autocomplete/autocomplete_popup_view_gtk.cc', 105 'browser/autocomplete/autocomplete_popup_view_gtk.cc',
106 'browser/autocomplete/autocomplete_popup_view_gtk.h', 106 'browser/autocomplete/autocomplete_popup_view_gtk.h',
107 'browser/autocomplete/autocomplete_popup_view_mac.h', 107 'browser/autocomplete/autocomplete_popup_view_mac.h',
108 'browser/autocomplete/autocomplete_popup_view_mac.mm', 108 'browser/autocomplete/autocomplete_popup_view_mac.mm',
109 'browser/autocomplete/history_contents_provider.cc', 109 'browser/autocomplete/history_contents_provider.cc',
110 'browser/autocomplete/history_contents_provider.h', 110 'browser/autocomplete/history_contents_provider.h',
111 'browser/autocomplete/history_provider_util.cc',
112 'browser/autocomplete/history_provider_util.h',
111 'browser/autocomplete/history_quick_provider.cc', 113 'browser/autocomplete/history_quick_provider.cc',
112 'browser/autocomplete/history_quick_provider.h', 114 'browser/autocomplete/history_quick_provider.h',
113 'browser/autocomplete/history_url_provider.cc', 115 'browser/autocomplete/history_url_provider.cc',
114 'browser/autocomplete/history_url_provider.h', 116 'browser/autocomplete/history_url_provider.h',
115 'browser/autocomplete/keyword_provider.cc', 117 'browser/autocomplete/keyword_provider.cc',
116 'browser/autocomplete/keyword_provider.h', 118 'browser/autocomplete/keyword_provider.h',
117 'browser/autocomplete/search_provider.cc', 119 'browser/autocomplete/search_provider.cc',
118 'browser/autocomplete/search_provider.h', 120 'browser/autocomplete/search_provider.h',
119 'browser/autocomplete_history_manager.cc', 121 'browser/autocomplete_history_manager.cc',
120 'browser/autocomplete_history_manager.h', 122 'browser/autocomplete_history_manager.h',
(...skipping 3743 matching lines...) Expand 10 before | Expand all | Expand 10 after
3864 ], 3866 ],
3865 }, 3867 },
3866 ], 3868 ],
3867 } 3869 }
3868 3870
3869 # Local Variables: 3871 # Local Variables:
3870 # tab-width:2 3872 # tab-width:2
3871 # indent-tabs-mode:nil 3873 # indent-tabs-mode:nil
3872 # End: 3874 # End:
3873 # vim: set expandtab tabstop=2 shiftwidth=2: 3875 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/history/history_types.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698