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

Side by Side Diff: content/content_browser.gypi

Issue 701953007: Expose mock geofencing service via testRunner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mention unifying bug in a comment Created 6 years 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
« no previous file with comments | « content/common/geofencing_types.cc ('k') | content/content_common.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) 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 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 'browser/gamepad/xbox_data_fetcher_mac.cc', 680 'browser/gamepad/xbox_data_fetcher_mac.cc',
681 'browser/gamepad/xbox_data_fetcher_mac.h', 681 'browser/gamepad/xbox_data_fetcher_mac.h',
682 'browser/geofencing/geofencing_dispatcher_host.cc', 682 'browser/geofencing/geofencing_dispatcher_host.cc',
683 'browser/geofencing/geofencing_dispatcher_host.h', 683 'browser/geofencing/geofencing_dispatcher_host.h',
684 'browser/geofencing/geofencing_manager.cc', 684 'browser/geofencing/geofencing_manager.cc',
685 'browser/geofencing/geofencing_manager.h', 685 'browser/geofencing/geofencing_manager.h',
686 'browser/geofencing/geofencing_provider.h', 686 'browser/geofencing/geofencing_provider.h',
687 'browser/geofencing/geofencing_registration_delegate.h', 687 'browser/geofencing/geofencing_registration_delegate.h',
688 'browser/geofencing/geofencing_service.cc', 688 'browser/geofencing/geofencing_service.cc',
689 'browser/geofencing/geofencing_service.h', 689 'browser/geofencing/geofencing_service.h',
690 'browser/geofencing/mock_geofencing_service.cc',
691 'browser/geofencing/mock_geofencing_service.h',
690 'browser/geolocation/empty_wifi_data_provider.cc', 692 'browser/geolocation/empty_wifi_data_provider.cc',
691 'browser/geolocation/empty_wifi_data_provider.h', 693 'browser/geolocation/empty_wifi_data_provider.h',
692 'browser/geolocation/geolocation_provider_impl.cc', 694 'browser/geolocation/geolocation_provider_impl.cc',
693 'browser/geolocation/geolocation_provider_impl.h', 695 'browser/geolocation/geolocation_provider_impl.h',
694 'browser/geolocation/geolocation_service_context.cc', 696 'browser/geolocation/geolocation_service_context.cc',
695 'browser/geolocation/geolocation_service_context.h', 697 'browser/geolocation/geolocation_service_context.h',
696 'browser/geolocation/geolocation_service_impl.cc', 698 'browser/geolocation/geolocation_service_impl.cc',
697 'browser/geolocation/geolocation_service_impl.h', 699 'browser/geolocation/geolocation_service_impl.h',
698 'browser/geolocation/location_api_adapter_android.cc', 700 'browser/geolocation/location_api_adapter_android.cc',
699 'browser/geolocation/location_api_adapter_android.h', 701 'browser/geolocation/location_api_adapter_android.h',
(...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1935 'sources': [ 1937 'sources': [
1936 'browser/media/cdm/browser_cdm_manager.cc', 1938 'browser/media/cdm/browser_cdm_manager.cc',
1937 'browser/media/cdm/browser_cdm_manager.h', 1939 'browser/media/cdm/browser_cdm_manager.h',
1938 # This works on Android because enable_browser_cdms==1 on Android. 1940 # This works on Android because enable_browser_cdms==1 on Android.
1939 'browser/media/media_web_contents_observer.cc', 1941 'browser/media/media_web_contents_observer.cc',
1940 'browser/media/media_web_contents_observer.h', 1942 'browser/media/media_web_contents_observer.h',
1941 ], 1943 ],
1942 }], 1944 }],
1943 ], 1945 ],
1944 } 1946 }
OLDNEW
« no previous file with comments | « content/common/geofencing_types.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698