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

Side by Side Diff: content/content_browser.gypi

Issue 23496051: Make VibrationMessageFilter available to other platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and added contact info for override APIs. Created 7 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/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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 11 matching lines...) Expand all
22 ], 22 ],
23 'include_dirs': [ 23 'include_dirs': [
24 '..', 24 '..',
25 '<(INTERMEDIATE_DIR)', 25 '<(INTERMEDIATE_DIR)',
26 ], 26 ],
27 'sources': [ 27 'sources': [
28 'port/browser/event_with_latency_info.h', 28 'port/browser/event_with_latency_info.h',
29 'port/browser/location_provider.h', 29 'port/browser/location_provider.h',
30 'port/browser/render_view_host_delegate_view.h', 30 'port/browser/render_view_host_delegate_view.h',
31 'port/browser/render_widget_host_view_port.h', 31 'port/browser/render_widget_host_view_port.h',
32 'port/browser/vibration_provider.h',
32 'port/browser/web_contents_view_port.h', 33 'port/browser/web_contents_view_port.h',
33 'public/browser/access_token_store.h', 34 'public/browser/access_token_store.h',
34 'public/browser/android/compositor.h', 35 'public/browser/android/compositor.h',
35 'public/browser/android/compositor_client.h', 36 'public/browser/android/compositor_client.h',
36 'public/browser/android/content_view_core.h', 37 'public/browser/android/content_view_core.h',
37 'public/browser/android/content_view_layer_renderer.h', 38 'public/browser/android/content_view_layer_renderer.h',
38 'public/browser/android/devtools_auth.h', 39 'public/browser/android/devtools_auth.h',
39 'public/browser/android/download_controller_android.h', 40 'public/browser/android/download_controller_android.h',
40 'public/browser/android/synchronous_compositor_client.h', 41 'public/browser/android/synchronous_compositor_client.h',
41 'public/browser/android/synchronous_compositor.cc', 42 'public/browser/android/synchronous_compositor.cc',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'browser/android/load_url_params.cc', 274 'browser/android/load_url_params.cc',
274 'browser/android/load_url_params.h', 275 'browser/android/load_url_params.h',
275 'browser/android/overscroll_glow.h', 276 'browser/android/overscroll_glow.h',
276 'browser/android/overscroll_glow.cc', 277 'browser/android/overscroll_glow.cc',
277 'browser/android/surface_texture_peer_browser_impl.cc', 278 'browser/android/surface_texture_peer_browser_impl.cc',
278 'browser/android/surface_texture_peer_browser_impl.h', 279 'browser/android/surface_texture_peer_browser_impl.h',
279 'browser/android/touch_point.cc', 280 'browser/android/touch_point.cc',
280 'browser/android/touch_point.h', 281 'browser/android/touch_point.h',
281 'browser/android/tracing_controller_android.cc', 282 'browser/android/tracing_controller_android.cc',
282 'browser/android/tracing_controller_android.h', 283 'browser/android/tracing_controller_android.h',
283 'browser/android/vibration_message_filter.cc',
284 'browser/android/vibration_message_filter.h',
285 'browser/android/web_contents_observer_android.cc', 284 'browser/android/web_contents_observer_android.cc',
286 'browser/android/web_contents_observer_android.h', 285 'browser/android/web_contents_observer_android.h',
287 'browser/appcache/appcache_dispatcher_host.cc', 286 'browser/appcache/appcache_dispatcher_host.cc',
288 'browser/appcache/appcache_dispatcher_host.h', 287 'browser/appcache/appcache_dispatcher_host.h',
289 'browser/appcache/appcache_frontend_proxy.cc', 288 'browser/appcache/appcache_frontend_proxy.cc',
290 'browser/appcache/appcache_frontend_proxy.h', 289 'browser/appcache/appcache_frontend_proxy.h',
291 'browser/appcache/chrome_appcache_service.cc', 290 'browser/appcache/chrome_appcache_service.cc',
292 'browser/appcache/chrome_appcache_service.h', 291 'browser/appcache/chrome_appcache_service.h',
293 'browser/aura/browser_compositor_output_surface.cc', 292 'browser/aura/browser_compositor_output_surface.cc',
294 'browser/aura/browser_compositor_output_surface.h', 293 'browser/aura/browser_compositor_output_surface.h',
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 'browser/tracing/trace_subscriber_stdio.h', 1161 'browser/tracing/trace_subscriber_stdio.h',
1163 'browser/tracing/tracing_controller_impl.cc', 1162 'browser/tracing/tracing_controller_impl.cc',
1164 'browser/tracing/tracing_controller_impl.h', 1163 'browser/tracing/tracing_controller_impl.h',
1165 'browser/tracing/tracing_ui.cc', 1164 'browser/tracing/tracing_ui.cc',
1166 'browser/tracing/tracing_ui.h', 1165 'browser/tracing/tracing_ui.h',
1167 'browser/udev_linux.cc', 1166 'browser/udev_linux.cc',
1168 'browser/udev_linux.h', 1167 'browser/udev_linux.h',
1169 'browser/user_metrics.cc', 1168 'browser/user_metrics.cc',
1170 'browser/utility_process_host_impl.cc', 1169 'browser/utility_process_host_impl.cc',
1171 'browser/utility_process_host_impl.h', 1170 'browser/utility_process_host_impl.h',
1171 'browser/vibration/vibration_message_filter.cc',
1172 'browser/vibration/vibration_message_filter.h',
1173 'browser/vibration/vibration_provider_android.cc',
1174 'browser/vibration/vibration_provider_android.h',
1172 'browser/web_contents/aura/image_window_delegate.cc', 1175 'browser/web_contents/aura/image_window_delegate.cc',
1173 'browser/web_contents/aura/image_window_delegate.h', 1176 'browser/web_contents/aura/image_window_delegate.h',
1174 'browser/web_contents/aura/shadow_layer_delegate.cc', 1177 'browser/web_contents/aura/shadow_layer_delegate.cc',
1175 'browser/web_contents/aura/shadow_layer_delegate.h', 1178 'browser/web_contents/aura/shadow_layer_delegate.h',
1176 'browser/web_contents/aura/window_slider.cc', 1179 'browser/web_contents/aura/window_slider.cc',
1177 'browser/web_contents/aura/window_slider.h', 1180 'browser/web_contents/aura/window_slider.h',
1178 'browser/web_contents/drag_utils_gtk.cc', 1181 'browser/web_contents/drag_utils_gtk.cc',
1179 'browser/web_contents/drag_utils_gtk.h', 1182 'browser/web_contents/drag_utils_gtk.h',
1180 'browser/web_contents/touch_editable_impl_aura.cc', 1183 'browser/web_contents/touch_editable_impl_aura.cc',
1181 'browser/web_contents/touch_editable_impl_aura.h', 1184 'browser/web_contents/touch_editable_impl_aura.h',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
1618 '../build/linux/system.gyp:dbus', 1621 '../build/linux/system.gyp:dbus',
1619 '../dbus/dbus.gyp:dbus', 1622 '../dbus/dbus.gyp:dbus',
1620 ], 1623 ],
1621 }, { # OS != "linux" or use_dbus==0 1624 }, { # OS != "linux" or use_dbus==0
1622 'sources!': [ 1625 'sources!': [
1623 'browser/geolocation/wifi_data_provider_linux.cc', 1626 'browser/geolocation/wifi_data_provider_linux.cc',
1624 ], 1627 ],
1625 }], 1628 }],
1626 ], 1629 ],
1627 } 1630 }
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