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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8872036: Profiles: Move NetworkActionPredictor to the ProfileKeyedService framework. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove dtor Created 9 years 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/profiles/profile_impl.cc ('k') | chrome/test/base/testing_profile.h » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'browser/autocomplete/history_quick_provider.cc', 121 'browser/autocomplete/history_quick_provider.cc',
122 'browser/autocomplete/history_quick_provider.h', 122 'browser/autocomplete/history_quick_provider.h',
123 'browser/autocomplete/history_url_provider.cc', 123 'browser/autocomplete/history_url_provider.cc',
124 'browser/autocomplete/history_url_provider.h', 124 'browser/autocomplete/history_url_provider.h',
125 'browser/autocomplete/keyword_provider.cc', 125 'browser/autocomplete/keyword_provider.cc',
126 'browser/autocomplete/keyword_provider.h', 126 'browser/autocomplete/keyword_provider.h',
127 'browser/autocomplete/network_action_predictor.cc', 127 'browser/autocomplete/network_action_predictor.cc',
128 'browser/autocomplete/network_action_predictor.h', 128 'browser/autocomplete/network_action_predictor.h',
129 'browser/autocomplete/network_action_predictor_database.cc', 129 'browser/autocomplete/network_action_predictor_database.cc',
130 'browser/autocomplete/network_action_predictor_database.h', 130 'browser/autocomplete/network_action_predictor_database.h',
131 'browser/autocomplete/network_action_predictor_factory.cc',
132 'browser/autocomplete/network_action_predictor_factory.h',
131 'browser/autocomplete/search_provider.cc', 133 'browser/autocomplete/search_provider.cc',
132 'browser/autocomplete/search_provider.h', 134 'browser/autocomplete/search_provider.h',
133 'browser/autocomplete/shortcuts_provider.cc', 135 'browser/autocomplete/shortcuts_provider.cc',
134 'browser/autocomplete/shortcuts_provider.h', 136 'browser/autocomplete/shortcuts_provider.h',
135 'browser/autocomplete/shortcuts_provider_shortcut.cc', 137 'browser/autocomplete/shortcuts_provider_shortcut.cc',
136 'browser/autocomplete/shortcuts_provider_shortcut.h', 138 'browser/autocomplete/shortcuts_provider_shortcut.h',
137 'browser/autocomplete_history_manager.cc', 139 'browser/autocomplete_history_manager.cc',
138 'browser/autocomplete_history_manager.h', 140 'browser/autocomplete_history_manager.h',
139 'browser/autofill/address.cc', 141 'browser/autofill/address.cc',
140 'browser/autofill/address.h', 142 'browser/autofill/address.h',
(...skipping 5121 matching lines...) Expand 10 before | Expand all | Expand 10 after
5262 'type': 'static_library', 5264 'type': 'static_library',
5263 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5265 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5264 'variables': { 5266 'variables': {
5265 'proto_in_dir': 'browser/history', 5267 'proto_in_dir': 'browser/history',
5266 'proto_out_dir': 'chrome/browser/history', 5268 'proto_out_dir': 'chrome/browser/history',
5267 }, 5269 },
5268 'includes': [ '../build/protoc.gypi' ] 5270 'includes': [ '../build/protoc.gypi' ]
5269 }, 5271 },
5270 ], 5272 ],
5271 } 5273 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698