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

Side by Side Diff: content/content_browser.gypi

Issue 641703002: Rewrite the Android implementation of BatteryMonitor directly in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@battery-status-api-to-mojo
Patch Set: Address Ben's comments, update GN build, polish. 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
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 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 'browser/manifest/manifest_manager_host.h', 921 'browser/manifest/manifest_manager_host.h',
922 'browser/message_port_message_filter.cc', 922 'browser/message_port_message_filter.cc',
923 'browser/message_port_message_filter.h', 923 'browser/message_port_message_filter.h',
924 'browser/message_port_provider.cc', 924 'browser/message_port_provider.cc',
925 'browser/message_port_service.cc', 925 'browser/message_port_service.cc',
926 'browser/message_port_service.h', 926 'browser/message_port_service.h',
927 'browser/mime_registry_message_filter.cc', 927 'browser/mime_registry_message_filter.cc',
928 'browser/mime_registry_message_filter.h', 928 'browser/mime_registry_message_filter.h',
929 'browser/mojo/mojo_application_host.cc', 929 'browser/mojo/mojo_application_host.cc',
930 'browser/mojo/mojo_application_host.h', 930 'browser/mojo/mojo_application_host.h',
931 'browser/mojo/service_registrar_android.cc',
932 'browser/mojo/service_registrar_android.h',
931 'browser/mojo/service_registry_android.cc', 933 'browser/mojo/service_registry_android.cc',
932 'browser/mojo/service_registry_android.h', 934 'browser/mojo/service_registry_android.h',
933 'browser/net/browser_online_state_observer.cc', 935 'browser/net/browser_online_state_observer.cc',
934 'browser/net/browser_online_state_observer.h', 936 'browser/net/browser_online_state_observer.h',
935 'browser/net/sqlite_persistent_cookie_store.cc', 937 'browser/net/sqlite_persistent_cookie_store.cc',
936 'browser/net/sqlite_persistent_cookie_store.h', 938 'browser/net/sqlite_persistent_cookie_store.h',
937 'browser/net/view_blob_internals_job_factory.cc', 939 'browser/net/view_blob_internals_job_factory.cc',
938 'browser/net/view_blob_internals_job_factory.h', 940 'browser/net/view_blob_internals_job_factory.h',
939 'browser/net/view_http_cache_job_factory.cc', 941 'browser/net/view_http_cache_job_factory.cc',
940 'browser/net/view_http_cache_job_factory.h', 942 'browser/net/view_http_cache_job_factory.h',
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
1931 'sources': [ 1933 'sources': [
1932 'browser/media/cdm/browser_cdm_manager.cc', 1934 'browser/media/cdm/browser_cdm_manager.cc',
1933 'browser/media/cdm/browser_cdm_manager.h', 1935 'browser/media/cdm/browser_cdm_manager.h',
1934 # This works on Android because enable_browser_cdms==1 on Android. 1936 # This works on Android because enable_browser_cdms==1 on Android.
1935 'browser/media/media_web_contents_observer.cc', 1937 'browser/media/media_web_contents_observer.cc',
1936 'browser/media/media_web_contents_observer.h', 1938 'browser/media/media_web_contents_observer.h',
1937 ], 1939 ],
1938 }], 1940 }],
1939 ], 1941 ],
1940 } 1942 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698