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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10701043: Make ShortcutsBackend a ProfileKeyedService. (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/profiles/profile_impl.cc ('k') | chrome/common/chrome_constants.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 'browser/history/page_usage_data.cc', 1166 'browser/history/page_usage_data.cc',
1167 'browser/history/page_usage_data.h', 1167 'browser/history/page_usage_data.h',
1168 'browser/history/query_parser.cc', 1168 'browser/history/query_parser.cc',
1169 'browser/history/query_parser.h', 1169 'browser/history/query_parser.h',
1170 'browser/history/scored_history_match.cc', 1170 'browser/history/scored_history_match.cc',
1171 'browser/history/scored_history_match.h', 1171 'browser/history/scored_history_match.h',
1172 'browser/history/snippet.cc', 1172 'browser/history/snippet.cc',
1173 'browser/history/snippet.h', 1173 'browser/history/snippet.h',
1174 'browser/history/shortcuts_backend.cc', 1174 'browser/history/shortcuts_backend.cc',
1175 'browser/history/shortcuts_backend.h', 1175 'browser/history/shortcuts_backend.h',
1176 'browser/history/shortcuts_backend_factory.cc',
1177 'browser/history/shortcuts_backend_factory.h',
1176 'browser/history/shortcuts_database.cc', 1178 'browser/history/shortcuts_database.cc',
1177 'browser/history/shortcuts_database.h', 1179 'browser/history/shortcuts_database.h',
1178 'browser/history/starred_url_database.cc', 1180 'browser/history/starred_url_database.cc',
1179 'browser/history/starred_url_database.h', 1181 'browser/history/starred_url_database.h',
1180 'browser/history/text_database.cc', 1182 'browser/history/text_database.cc',
1181 'browser/history/text_database.h', 1183 'browser/history/text_database.h',
1182 'browser/history/text_database_manager.cc', 1184 'browser/history/text_database_manager.cc',
1183 'browser/history/text_database_manager.h', 1185 'browser/history/text_database_manager.h',
1184 'browser/history/thumbnail_database.cc', 1186 'browser/history/thumbnail_database.cc',
1185 'browser/history/thumbnail_database.h', 1187 'browser/history/thumbnail_database.h',
(...skipping 4158 matching lines...) Expand 10 before | Expand all | Expand 10 after
5344 'browser/metrics/proto/study.proto', 5346 'browser/metrics/proto/study.proto',
5345 ], 5347 ],
5346 'variables': { 5348 'variables': {
5347 'proto_in_dir': 'browser/metrics/proto', 5349 'proto_in_dir': 'browser/metrics/proto',
5348 'proto_out_dir': 'chrome/browser/metrics/proto', 5350 'proto_out_dir': 'chrome/browser/metrics/proto',
5349 }, 5351 },
5350 'includes': [ '../build/protoc.gypi' ] 5352 'includes': [ '../build/protoc.gypi' ]
5351 }, 5353 },
5352 ], 5354 ],
5353 } 5355 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698