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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6597044: Revert 76228 - Move core pieces of geolocation from chrome to content.This is... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 9 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/renderer_host/browser_render_process_host.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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 'browser/first_run/first_run_mac.mm', 1098 'browser/first_run/first_run_mac.mm',
1099 'browser/first_run/first_run_win.cc', 1099 'browser/first_run/first_run_win.cc',
1100 'browser/fonts_languages_window.h', 1100 'browser/fonts_languages_window.h',
1101 'browser/fullscreen.h', 1101 'browser/fullscreen.h',
1102 'browser/fullscreen_linux.cc', 1102 'browser/fullscreen_linux.cc',
1103 'browser/fullscreen_mac.mm', 1103 'browser/fullscreen_mac.mm',
1104 'browser/fullscreen_win.cc', 1104 'browser/fullscreen_win.cc',
1105 'browser/gears_integration.cc', 1105 'browser/gears_integration.cc',
1106 'browser/gears_integration.h', 1106 'browser/gears_integration.h',
1107 'browser/geolocation/access_token_store.cc', 1107 'browser/geolocation/access_token_store.cc',
1108 'browser/geolocation/access_token_store.h',
1109 'browser/geolocation/arbitrator_dependency_factory.cc',
1110 'browser/geolocation/arbitrator_dependency_factory.h',
1111 'browser/geolocation/core_location_data_provider_mac.h',
1112 'browser/geolocation/core_location_data_provider_mac.mm',
1113 'browser/geolocation/core_location_provider_mac.h',
1114 'browser/geolocation/core_location_provider_mac.mm',
1115 'browser/geolocation/device_data_provider.cc',
1116 'browser/geolocation/device_data_provider.h',
1117 'browser/geolocation/empty_device_data_provider.cc',
1118 'browser/geolocation/empty_device_data_provider.h',
1119 'browser/geolocation/gateway_data_provider_common.cc',
1120 'browser/geolocation/gateway_data_provider_common.h',
1121 'browser/geolocation/gateway_data_provider_linux.cc',
1122 'browser/geolocation/gateway_data_provider_linux.h',
1123 'browser/geolocation/gateway_data_provider_win.cc',
1124 'browser/geolocation/gateway_data_provider_win.h',
1108 'browser/geolocation/geolocation_content_settings_map.cc', 1125 'browser/geolocation/geolocation_content_settings_map.cc',
1109 'browser/geolocation/geolocation_content_settings_map.h', 1126 'browser/geolocation/geolocation_content_settings_map.h',
1127 'browser/geolocation/geolocation_dispatcher_host.cc',
1128 'browser/geolocation/geolocation_dispatcher_host.h',
1110 'browser/geolocation/geolocation_exceptions_table_model.cc', 1129 'browser/geolocation/geolocation_exceptions_table_model.cc',
1111 'browser/geolocation/geolocation_exceptions_table_model.h', 1130 'browser/geolocation/geolocation_exceptions_table_model.h',
1131 'browser/geolocation/geolocation_observer.h',
1112 'browser/geolocation/geolocation_permission_context.cc', 1132 'browser/geolocation/geolocation_permission_context.cc',
1133 'browser/geolocation/geolocation_permission_context.h',
1113 'browser/geolocation/geolocation_prefs.cc', 1134 'browser/geolocation/geolocation_prefs.cc',
1114 'browser/geolocation/geolocation_prefs.h', 1135 'browser/geolocation/geolocation_prefs.h',
1136 'browser/geolocation/geolocation_provider.cc',
1137 'browser/geolocation/geolocation_provider.h',
1115 'browser/geolocation/geolocation_settings_state.cc', 1138 'browser/geolocation/geolocation_settings_state.cc',
1116 'browser/geolocation/geolocation_settings_state.h', 1139 'browser/geolocation/geolocation_settings_state.h',
1140 'browser/geolocation/gps_location_provider_linux.cc',
1141 'browser/geolocation/gps_location_provider_linux.h',
1142 'browser/geolocation/libgps_2_38_wrapper_linux.cc',
1143 'browser/geolocation/libgps_2_94_wrapper_linux.cc',
1144 'browser/geolocation/libgps_wrapper_linux.cc',
1145 'browser/geolocation/libgps_wrapper_linux.h',
1146 'browser/geolocation/location_arbitrator.cc',
1147 'browser/geolocation/location_arbitrator.h',
1148 'browser/geolocation/location_provider.cc',
1149 'browser/geolocation/location_provider.h',
1150 'browser/geolocation/network_location_provider.cc',
1151 'browser/geolocation/network_location_provider.h',
1152 'browser/geolocation/network_location_request.cc',
1153 'browser/geolocation/network_location_request.h',
1154 'browser/geolocation/osx_wifi.h',
1155 'browser/geolocation/wifi_data_provider_chromeos.cc',
1156 'browser/geolocation/wifi_data_provider_chromeos.h',
1157 'browser/geolocation/wifi_data_provider_common.cc',
1158 'browser/geolocation/wifi_data_provider_common.h',
1159 'browser/geolocation/wifi_data_provider_common_win.cc',
1160 'browser/geolocation/wifi_data_provider_common_win.h',
1161 'browser/geolocation/wifi_data_provider_corewlan_mac.mm',
1162 'browser/geolocation/wifi_data_provider_linux.cc',
1163 'browser/geolocation/wifi_data_provider_linux.h',
1164 'browser/geolocation/wifi_data_provider_mac.cc',
1165 'browser/geolocation/wifi_data_provider_mac.h',
1166 'browser/geolocation/wifi_data_provider_win.cc',
1167 'browser/geolocation/wifi_data_provider_win.h',
1168 'browser/geolocation/win7_location_api_win.cc',
1169 'browser/geolocation/win7_location_api_win.h',
1170 'browser/geolocation/win7_location_provider_win.cc',
1171 'browser/geolocation/win7_location_provider_win.h',
1117 'browser/global_keyboard_shortcuts_mac.h', 1172 'browser/global_keyboard_shortcuts_mac.h',
1118 'browser/global_keyboard_shortcuts_mac.mm', 1173 'browser/global_keyboard_shortcuts_mac.mm',
1119 'browser/google/google_update.cc', 1174 'browser/google/google_update.cc',
1120 'browser/google/google_update.h', 1175 'browser/google/google_update.h',
1121 'browser/google/google_update_settings_posix.cc', 1176 'browser/google/google_update_settings_posix.cc',
1122 'browser/google/google_url_tracker.cc', 1177 'browser/google/google_url_tracker.cc',
1123 'browser/google/google_url_tracker.h', 1178 'browser/google/google_url_tracker.h',
1124 'browser/google/google_util.cc', 1179 'browser/google/google_util.cc',
1125 'browser/google/google_util.h', 1180 'browser/google/google_util.h',
1126 'browser/gpu_data_manager.cc', 1181 'browser/gpu_data_manager.cc',
(...skipping 3303 matching lines...) Expand 10 before | Expand all | Expand 10 after
4430 ], 4485 ],
4431 }, 4486 },
4432 ], 4487 ],
4433 } 4488 }
4434 4489
4435 # Local Variables: 4490 # Local Variables:
4436 # tab-width:2 4491 # tab-width:2
4437 # indent-tabs-mode:nil 4492 # indent-tabs-mode:nil
4438 # End: 4493 # End:
4439 # vim: set expandtab tabstop=2 shiftwidth=2: 4494 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/browser_render_process_host.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698