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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7054008: Remove history dependency from content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 'browser/history/history_backend.h', 1133 'browser/history/history_backend.h',
1134 'browser/history/history_database.cc', 1134 'browser/history/history_database.cc',
1135 'browser/history/history_database.h', 1135 'browser/history/history_database.h',
1136 'browser/history/history_marshaling.h', 1136 'browser/history/history_marshaling.h',
1137 'browser/history/history_notifications.cc', 1137 'browser/history/history_notifications.cc',
1138 'browser/history/history_notifications.h', 1138 'browser/history/history_notifications.h',
1139 'browser/history/history_publisher.cc', 1139 'browser/history/history_publisher.cc',
1140 'browser/history/history_publisher.h', 1140 'browser/history/history_publisher.h',
1141 'browser/history/history_publisher_none.cc', 1141 'browser/history/history_publisher_none.cc',
1142 'browser/history/history_publisher_win.cc', 1142 'browser/history/history_publisher_win.cc',
1143 'browser/history/history_tab_helper.cc',
1144 'browser/history/history_tab_helper.h',
1143 'browser/history/history_types.cc', 1145 'browser/history/history_types.cc',
1144 'browser/history/history_types.h', 1146 'browser/history/history_types.h',
1145 'browser/history/in_memory_database.cc', 1147 'browser/history/in_memory_database.cc',
1146 'browser/history/in_memory_database.h', 1148 'browser/history/in_memory_database.h',
1147 'browser/history/in_memory_history_backend.cc', 1149 'browser/history/in_memory_history_backend.cc',
1148 'browser/history/in_memory_history_backend.h', 1150 'browser/history/in_memory_history_backend.h',
1149 'browser/history/in_memory_url_index.cc', 1151 'browser/history/in_memory_url_index.cc',
1150 'browser/history/in_memory_url_index.h', 1152 'browser/history/in_memory_url_index.h',
1151 'browser/history/page_usage_data.cc', 1153 'browser/history/page_usage_data.cc',
1152 'browser/history/page_usage_data.h', 1154 'browser/history/page_usage_data.h',
(...skipping 3419 matching lines...) Expand 10 before | Expand all | Expand 10 after
4572 'hard_dependency': 1, 4574 'hard_dependency': 1,
4573 }, 4575 },
4574 ], 4576 ],
4575 } 4577 }
4576 4578
4577 # Local Variables: 4579 # Local Variables:
4578 # tab-width:2 4580 # tab-width:2
4579 # indent-tabs-mode:nil 4581 # indent-tabs-mode:nil
4580 # End: 4582 # End:
4581 # vim: set expandtab tabstop=2 shiftwidth=2: 4583 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698