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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7484072: Migrate geolocation settings to host content settings map. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename variables Created 9 years, 4 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 'browser/first_run/upgrade_util_mac.cc', 1179 'browser/first_run/upgrade_util_mac.cc',
1180 'browser/first_run/upgrade_util_win.cc', 1180 'browser/first_run/upgrade_util_win.cc',
1181 'browser/first_run/upgrade_util_win.h', 1181 'browser/first_run/upgrade_util_win.h',
1182 'browser/fullscreen.h', 1182 'browser/fullscreen.h',
1183 'browser/fullscreen_linux.cc', 1183 'browser/fullscreen_linux.cc',
1184 'browser/fullscreen_mac.mm', 1184 'browser/fullscreen_mac.mm',
1185 'browser/fullscreen_win.cc', 1185 'browser/fullscreen_win.cc',
1186 'browser/geolocation/access_token_store.cc', 1186 'browser/geolocation/access_token_store.cc',
1187 'browser/geolocation/chrome_geolocation_permission_context.cc', 1187 'browser/geolocation/chrome_geolocation_permission_context.cc',
1188 'browser/geolocation/chrome_geolocation_permission_contexth', 1188 'browser/geolocation/chrome_geolocation_permission_contexth',
1189 'browser/geolocation/geolocation_content_settings_map.cc',
1190 'browser/geolocation/geolocation_content_settings_map.h',
1191 'browser/geolocation/geolocation_prefs.cc', 1189 'browser/geolocation/geolocation_prefs.cc',
1192 'browser/geolocation/geolocation_prefs.h', 1190 'browser/geolocation/geolocation_prefs.h',
1193 'browser/geolocation/geolocation_settings_state.cc', 1191 'browser/geolocation/geolocation_settings_state.cc',
1194 'browser/geolocation/geolocation_settings_state.h', 1192 'browser/geolocation/geolocation_settings_state.h',
1195 'browser/geolocation/wifi_data_provider_chromeos.cc', 1193 'browser/geolocation/wifi_data_provider_chromeos.cc',
1196 'browser/geolocation/wifi_data_provider_chromeos.h', 1194 'browser/geolocation/wifi_data_provider_chromeos.h',
1197 'browser/global_keyboard_shortcuts_mac.h', 1195 'browser/global_keyboard_shortcuts_mac.h',
1198 'browser/global_keyboard_shortcuts_mac.mm', 1196 'browser/global_keyboard_shortcuts_mac.mm',
1199 'browser/google/google_update.cc', 1197 'browser/google/google_update.cc',
1200 'browser/google/google_update.h', 1198 'browser/google/google_update.h',
(...skipping 3691 matching lines...) Expand 10 before | Expand all | Expand 10 after
4892 ], 4890 ],
4893 'export_dependent_settings': [ 4891 'export_dependent_settings': [
4894 'in_memory_url_index_cache_proto', 4892 'in_memory_url_index_cache_proto',
4895 ], 4893 ],
4896 # This target exports a hard dependency because it includes generated 4894 # This target exports a hard dependency because it includes generated
4897 # header files. 4895 # header files.
4898 'hard_dependency': 1, 4896 'hard_dependency': 1,
4899 }, 4897 },
4900 ], 4898 ],
4901 } 4899 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698