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

Side by Side Diff: content/content_browser.gypi

Issue 680383007: DeviceOrientation API on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'public/browser/resource_dispatcher_host_login_delegate.h', 189 'public/browser/resource_dispatcher_host_login_delegate.h',
190 'public/browser/resource_request_details.cc', 190 'public/browser/resource_request_details.cc',
191 'public/browser/resource_request_details.h', 191 'public/browser/resource_request_details.h',
192 'public/browser/resource_request_info.h', 192 'public/browser/resource_request_info.h',
193 'public/browser/resource_throttle.h', 193 'public/browser/resource_throttle.h',
194 'public/browser/save_page_type.h', 194 'public/browser/save_page_type.h',
195 'public/browser/screen_orientation_dispatcher_host.h', 195 'public/browser/screen_orientation_dispatcher_host.h',
196 'public/browser/screen_orientation_delegate.h', 196 'public/browser/screen_orientation_delegate.h',
197 'public/browser/screen_orientation_provider.cc', 197 'public/browser/screen_orientation_provider.cc',
198 'public/browser/screen_orientation_provider.h', 198 'public/browser/screen_orientation_provider.h',
199 'public/browser/sensor_manager.cc',
200 'public/browser/sensor_manager.h',
199 'public/browser/service_worker_context.h', 201 'public/browser/service_worker_context.h',
200 'public/browser/service_worker_usage_info.cc', 202 'public/browser/service_worker_usage_info.cc',
201 'public/browser/service_worker_usage_info.h', 203 'public/browser/service_worker_usage_info.h',
202 'public/browser/session_storage_namespace.h', 204 'public/browser/session_storage_namespace.h',
203 'public/browser/session_storage_usage_info.h', 205 'public/browser/session_storage_usage_info.h',
204 'public/browser/signed_certificate_timestamp_store.h', 206 'public/browser/signed_certificate_timestamp_store.h',
205 'public/browser/site_instance.h', 207 'public/browser/site_instance.h',
206 'public/browser/speech_recognition_event_listener.h', 208 'public/browser/speech_recognition_event_listener.h',
207 'public/browser/speech_recognition_manager.h', 209 'public/browser/speech_recognition_manager.h',
208 'public/browser/speech_recognition_manager_delegate.h', 210 'public/browser/speech_recognition_manager_delegate.h',
(...skipping 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 'sources': [ 1926 'sources': [
1925 'browser/media/cdm/browser_cdm_manager.cc', 1927 'browser/media/cdm/browser_cdm_manager.cc',
1926 'browser/media/cdm/browser_cdm_manager.h', 1928 'browser/media/cdm/browser_cdm_manager.h',
1927 # This works on Android because enable_browser_cdms==1 on Android. 1929 # This works on Android because enable_browser_cdms==1 on Android.
1928 'browser/media/media_web_contents_observer.cc', 1930 'browser/media/media_web_contents_observer.cc',
1929 'browser/media/media_web_contents_observer.h', 1931 'browser/media/media_web_contents_observer.h',
1930 ], 1932 ],
1931 }], 1933 }],
1932 ], 1934 ],
1933 } 1935 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698