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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8372021: Move history extension API implementation to history dir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 2 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/history/history_extension_apitest.cc ('k') | chrome/chrome_tests.gypi » ('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 'dependencies': [ 10 'dependencies': [
(...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 'browser/extensions/extension_file_browser_private_api.cc', 1017 'browser/extensions/extension_file_browser_private_api.cc',
1018 'browser/extensions/extension_file_browser_private_api.h', 1018 'browser/extensions/extension_file_browser_private_api.h',
1019 'browser/extensions/extension_function.cc', 1019 'browser/extensions/extension_function.cc',
1020 'browser/extensions/extension_function.h', 1020 'browser/extensions/extension_function.h',
1021 'browser/extensions/extension_function_dispatcher.cc', 1021 'browser/extensions/extension_function_dispatcher.cc',
1022 'browser/extensions/extension_function_dispatcher.h', 1022 'browser/extensions/extension_function_dispatcher.h',
1023 'browser/extensions/extension_global_error.cc', 1023 'browser/extensions/extension_global_error.cc',
1024 'browser/extensions/extension_global_error.h', 1024 'browser/extensions/extension_global_error.h',
1025 'browser/extensions/extension_global_error_badge.cc', 1025 'browser/extensions/extension_global_error_badge.cc',
1026 'browser/extensions/extension_global_error_badge.h', 1026 'browser/extensions/extension_global_error_badge.h',
1027 'browser/extensions/extension_history_api.cc',
1028 'browser/extensions/extension_history_api.h',
1029 'browser/extensions/extension_history_api_constants.cc',
1030 'browser/extensions/extension_history_api_constants.h',
1031 'browser/extensions/extension_host.cc', 1027 'browser/extensions/extension_host.cc',
1032 'browser/extensions/extension_host.h', 1028 'browser/extensions/extension_host.h',
1033 'browser/extensions/extension_host_mac.h', 1029 'browser/extensions/extension_host_mac.h',
1034 'browser/extensions/extension_host_mac.mm', 1030 'browser/extensions/extension_host_mac.mm',
1035 'browser/extensions/extension_i18n_api.cc', 1031 'browser/extensions/extension_i18n_api.cc',
1036 'browser/extensions/extension_i18n_api.h', 1032 'browser/extensions/extension_i18n_api.h',
1037 'browser/extensions/extension_icon_manager.cc', 1033 'browser/extensions/extension_icon_manager.cc',
1038 'browser/extensions/extension_icon_manager.h', 1034 'browser/extensions/extension_icon_manager.h',
1039 'browser/extensions/extension_idle_api.cc', 1035 'browser/extensions/extension_idle_api.cc',
1040 'browser/extensions/extension_idle_api.h', 1036 'browser/extensions/extension_idle_api.h',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1320 'browser/history/download_database.cc', 1316 'browser/history/download_database.cc',
1321 'browser/history/download_database.h', 1317 'browser/history/download_database.h',
1322 'browser/history/expire_history_backend.cc', 1318 'browser/history/expire_history_backend.cc',
1323 'browser/history/expire_history_backend.h', 1319 'browser/history/expire_history_backend.h',
1324 'browser/history/history.cc', 1320 'browser/history/history.cc',
1325 'browser/history/history.h', 1321 'browser/history/history.h',
1326 'browser/history/history_backend.cc', 1322 'browser/history/history_backend.cc',
1327 'browser/history/history_backend.h', 1323 'browser/history/history_backend.h',
1328 'browser/history/history_database.cc', 1324 'browser/history/history_database.cc',
1329 'browser/history/history_database.h', 1325 'browser/history/history_database.h',
1326 'browser/history/history_extension_api.cc',
1327 'browser/history/history_extension_api.h',
1330 'browser/history/history_marshaling.h', 1328 'browser/history/history_marshaling.h',
1331 'browser/history/history_notifications.cc', 1329 'browser/history/history_notifications.cc',
1332 'browser/history/history_notifications.h', 1330 'browser/history/history_notifications.h',
1333 'browser/history/history_publisher.cc', 1331 'browser/history/history_publisher.cc',
1334 'browser/history/history_publisher.h', 1332 'browser/history/history_publisher.h',
1335 'browser/history/history_publisher_none.cc', 1333 'browser/history/history_publisher_none.cc',
1336 'browser/history/history_publisher_win.cc', 1334 'browser/history/history_publisher_win.cc',
1337 'browser/history/history_tab_helper.cc', 1335 'browser/history/history_tab_helper.cc',
1338 'browser/history/history_tab_helper.h', 1336 'browser/history/history_tab_helper.h',
1339 'browser/history/history_types.cc', 1337 'browser/history/history_types.cc',
(...skipping 3851 matching lines...) Expand 10 before | Expand all | Expand 10 after
5191 'type': 'static_library', 5189 'type': 'static_library',
5192 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5190 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5193 'variables': { 5191 'variables': {
5194 'proto_in_dir': 'browser/history', 5192 'proto_in_dir': 'browser/history',
5195 'proto_out_dir': 'chrome/browser/history', 5193 'proto_out_dir': 'chrome/browser/history',
5196 }, 5194 },
5197 'includes': [ '../build/protoc.gypi' ] 5195 'includes': [ '../build/protoc.gypi' ]
5198 }, 5196 },
5199 ], 5197 ],
5200 } 5198 }
OLDNEW
« no previous file with comments | « chrome/browser/history/history_extension_apitest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698