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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10392084: WIP for integration between Chrome and Google Web History. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More work. Created 8 years, 7 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/ui/webui/history_ui.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 # 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 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1159 'browser/history/url_index_private_data.cc', 1159 'browser/history/url_index_private_data.cc',
1160 'browser/history/url_index_private_data.h', 1160 'browser/history/url_index_private_data.h',
1161 'browser/history/visit_database.cc', 1161 'browser/history/visit_database.cc',
1162 'browser/history/visit_database.h', 1162 'browser/history/visit_database.h',
1163 'browser/history/visit_filter.cc', 1163 'browser/history/visit_filter.cc',
1164 'browser/history/visit_filter.h', 1164 'browser/history/visit_filter.h',
1165 'browser/history/visit_tracker.cc', 1165 'browser/history/visit_tracker.cc',
1166 'browser/history/visit_tracker.h', 1166 'browser/history/visit_tracker.h',
1167 'browser/history/visitsegment_database.cc', 1167 'browser/history/visitsegment_database.cc',
1168 'browser/history/visitsegment_database.h', 1168 'browser/history/visitsegment_database.h',
1169 'browser/history/web_history_service.cc',
1170 'browser/history/web_history_service.h',
1169 'browser/icon_loader.cc', 1171 'browser/icon_loader.cc',
1170 'browser/icon_loader.h', 1172 'browser/icon_loader.h',
1171 'browser/icon_loader_android.cc', 1173 'browser/icon_loader_android.cc',
1172 'browser/icon_loader_chromeos.cc', 1174 'browser/icon_loader_chromeos.cc',
1173 'browser/icon_loader_linux.cc', 1175 'browser/icon_loader_linux.cc',
1174 'browser/icon_loader_mac.mm', 1176 'browser/icon_loader_mac.mm',
1175 'browser/icon_loader_win.cc', 1177 'browser/icon_loader_win.cc',
1176 'browser/icon_manager.cc', 1178 'browser/icon_manager.cc',
1177 'browser/icon_manager.h', 1179 'browser/icon_manager.h',
1178 'browser/icon_manager_android.cc', 1180 'browser/icon_manager_android.cc',
(...skipping 3861 matching lines...) Expand 10 before | Expand all | Expand 10 after
5040 'type': 'static_library', 5042 'type': 'static_library',
5041 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5043 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5042 'variables': { 5044 'variables': {
5043 'proto_in_dir': 'browser/chromeos/gdata', 5045 'proto_in_dir': 'browser/chromeos/gdata',
5044 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5046 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5045 }, 5047 },
5046 'includes': [ '../build/protoc.gypi' ] 5048 'includes': [ '../build/protoc.gypi' ]
5047 }, 5049 },
5048 ], 5050 ],
5049 } 5051 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698