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

Side by Side Diff: content/content_browser.gypi

Issue 150153004: [WIP] Add Chromium-side support for the Screen Orientation API (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Updated by review comments. Created 6 years, 10 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_jni.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 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 13 matching lines...) Expand all
24 ], 24 ],
25 'include_dirs': [ 25 'include_dirs': [
26 '..', 26 '..',
27 '<(INTERMEDIATE_DIR)', 27 '<(INTERMEDIATE_DIR)',
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 'port/browser/event_with_latency_info.h', 30 'port/browser/event_with_latency_info.h',
31 'port/browser/location_provider.h', 31 'port/browser/location_provider.h',
32 'port/browser/render_view_host_delegate_view.h', 32 'port/browser/render_view_host_delegate_view.h',
33 'port/browser/render_widget_host_view_port.h', 33 'port/browser/render_widget_host_view_port.h',
34 'port/browser/screen_orientation_provider.h',
34 'port/browser/vibration_provider.h', 35 'port/browser/vibration_provider.h',
35 'port/browser/web_contents_view_port.h', 36 'port/browser/web_contents_view_port.h',
36 'public/browser/access_token_store.h', 37 'public/browser/access_token_store.h',
37 'public/browser/android/compositor.h', 38 'public/browser/android/compositor.h',
38 'public/browser/android/compositor_client.h', 39 'public/browser/android/compositor_client.h',
39 'public/browser/android/content_view_core.h', 40 'public/browser/android/content_view_core.h',
40 'public/browser/android/content_view_layer_renderer.h', 41 'public/browser/android/content_view_layer_renderer.h',
41 'public/browser/android/devtools_auth.h', 42 'public/browser/android/devtools_auth.h',
42 'public/browser/android/download_controller_android.h', 43 'public/browser/android/download_controller_android.h',
43 'public/browser/android/synchronous_compositor_client.h', 44 'public/browser/android/synchronous_compositor_client.h',
(...skipping 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 'browser/renderer_host/websocket_dispatcher_host.cc', 1094 'browser/renderer_host/websocket_dispatcher_host.cc',
1094 'browser/renderer_host/websocket_dispatcher_host.h', 1095 'browser/renderer_host/websocket_dispatcher_host.h',
1095 'browser/renderer_host/websocket_host.cc', 1096 'browser/renderer_host/websocket_host.cc',
1096 'browser/renderer_host/websocket_host.h', 1097 'browser/renderer_host/websocket_host.h',
1097 'browser/resolve_proxy_msg_helper.cc', 1098 'browser/resolve_proxy_msg_helper.cc',
1098 'browser/resolve_proxy_msg_helper.h', 1099 'browser/resolve_proxy_msg_helper.h',
1099 'browser/resource_context_impl.cc', 1100 'browser/resource_context_impl.cc',
1100 'browser/resource_context_impl.h', 1101 'browser/resource_context_impl.h',
1101 'browser/safe_util_win.cc', 1102 'browser/safe_util_win.cc',
1102 'browser/safe_util_win.h', 1103 'browser/safe_util_win.h',
1104 'browser/screen_orientation/screen_orientation_dispatcher_host.cc',
1105 'browser/screen_orientation/screen_orientation_dispatcher_host.h',
1106 'browser/screen_orientation/screen_orientation_provider_android.cc',
1107 'browser/screen_orientation/screen_orientation_provider_android.h',
1103 'browser/service_worker/embedded_worker_instance.cc', 1108 'browser/service_worker/embedded_worker_instance.cc',
1104 'browser/service_worker/embedded_worker_instance.h', 1109 'browser/service_worker/embedded_worker_instance.h',
1105 'browser/service_worker/embedded_worker_registry.cc', 1110 'browser/service_worker/embedded_worker_registry.cc',
1106 'browser/service_worker/embedded_worker_registry.h', 1111 'browser/service_worker/embedded_worker_registry.h',
1107 'browser/service_worker/service_worker_context.h', 1112 'browser/service_worker/service_worker_context.h',
1108 'browser/service_worker/service_worker_context_core.cc', 1113 'browser/service_worker/service_worker_context_core.cc',
1109 'browser/service_worker/service_worker_context_core.h', 1114 'browser/service_worker/service_worker_context_core.h',
1110 'browser/service_worker/service_worker_context_wrapper.cc', 1115 'browser/service_worker/service_worker_context_wrapper.cc',
1111 'browser/service_worker/service_worker_context_wrapper.h', 1116 'browser/service_worker/service_worker_context_wrapper.h',
1112 'browser/service_worker/service_worker_dispatcher_host.cc', 1117 'browser/service_worker/service_worker_dispatcher_host.cc',
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
1644 '../build/linux/system.gyp:dbus', 1649 '../build/linux/system.gyp:dbus',
1645 '../dbus/dbus.gyp:dbus', 1650 '../dbus/dbus.gyp:dbus',
1646 ], 1651 ],
1647 }, { # OS != "linux" or use_dbus==0 1652 }, { # OS != "linux" or use_dbus==0
1648 'sources!': [ 1653 'sources!': [
1649 'browser/geolocation/wifi_data_provider_linux.cc', 1654 'browser/geolocation/wifi_data_provider_linux.cc',
1650 ], 1655 ],
1651 }], 1656 }],
1652 ], 1657 ],
1653 } 1658 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698