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

Side by Side Diff: content/content_browser.gypi

Issue 2104193002: Geolocation: Extract GeolocationProvider::Delegate into GeolocationDelegate (no new code) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jam@ nit: content/browser/geolocation/geolocation_delegate.cc --> content/public/browser Created 4 years, 5 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'public/browser/download_manager_delegate.h', 182 'public/browser/download_manager_delegate.h',
183 'public/browser/download_save_info.cc', 183 'public/browser/download_save_info.cc',
184 'public/browser/download_save_info.h', 184 'public/browser/download_save_info.h',
185 'public/browser/download_url_parameters.cc', 185 'public/browser/download_url_parameters.cc',
186 'public/browser/download_url_parameters.h', 186 'public/browser/download_url_parameters.h',
187 'public/browser/favicon_status.cc', 187 'public/browser/favicon_status.cc',
188 'public/browser/favicon_status.h', 188 'public/browser/favicon_status.h',
189 'public/browser/file_descriptor_info.h', 189 'public/browser/file_descriptor_info.h',
190 'public/browser/focused_node_details.h', 190 'public/browser/focused_node_details.h',
191 'public/browser/font_list_async.h', 191 'public/browser/font_list_async.h',
192 'public/browser/geolocation_provider.cc', 192 'public/browser/geolocation_delegate.cc',
193 'public/browser/geolocation_provider.h', 193 'public/browser/geolocation_provider.h',
194 'public/browser/global_request_id.h', 194 'public/browser/global_request_id.h',
195 'public/browser/gpu_data_manager.h', 195 'public/browser/gpu_data_manager.h',
196 'public/browser/gpu_data_manager_observer.h', 196 'public/browser/gpu_data_manager_observer.h',
197 'public/browser/gpu_service_registry.cc', 197 'public/browser/gpu_service_registry.cc',
198 'public/browser/gpu_service_registry.h', 198 'public/browser/gpu_service_registry.h',
199 'public/browser/gpu_utils.cc', 199 'public/browser/gpu_utils.cc',
200 'public/browser/gpu_utils.h', 200 'public/browser/gpu_utils.h',
201 'public/browser/histogram_fetcher.h', 201 'public/browser/histogram_fetcher.h',
202 'public/browser/host_zoom_map.h', 202 'public/browser/host_zoom_map.h',
(...skipping 1991 matching lines...) Expand 10 before | Expand all | Expand 10 after
2194 ], 2194 ],
2195 }], 2195 }],
2196 ['OS != "mac" and OS != "android"', { 2196 ['OS != "mac" and OS != "android"', {
2197 'sources!': [ 2197 'sources!': [
2198 'browser/gpu/gpu_surface_tracker.cc', 2198 'browser/gpu/gpu_surface_tracker.cc',
2199 'browser/gpu/gpu_surface_tracker.h', 2199 'browser/gpu/gpu_surface_tracker.h',
2200 ], 2200 ],
2201 }], 2201 }],
2202 ], 2202 ],
2203 } 2203 }
OLDNEW
« no previous file with comments | « content/browser/geolocation/location_arbitrator_impl_unittest.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698