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

Side by Side Diff: content/content_browser.gypi

Issue 583663003: Vibration API : migrate to device/vibration using mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hide default service implementation, fix android_aosp 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/content.gyp ('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 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
9 '../device/battery/battery.gyp:device_battery', 11 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 12 '../device/battery/battery.gyp:device_battery_mojo_bindings',
11 '../google_apis/google_apis.gyp:google_apis', 13 '../google_apis/google_apis.gyp:google_apis',
12 '../net/net.gyp:net', 14 '../net/net.gyp:net',
13 '../skia/skia.gyp:skia', 15 '../skia/skia.gyp:skia',
14 '../sql/sql.gyp:sql', 16 '../sql/sql.gyp:sql',
15 '../third_party/re2/re2.gyp:re2', 17 '../third_party/re2/re2.gyp:re2',
16 '../third_party/zlib/google/zip.gyp:zip', 18 '../third_party/zlib/google/zip.gyp:zip',
17 '../third_party/zlib/zlib.gyp:zlib', 19 '../third_party/zlib/zlib.gyp:zlib',
18 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 20 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'public/browser/speech_recognition_session_context.cc', 216 'public/browser/speech_recognition_session_context.cc',
215 'public/browser/speech_recognition_session_context.h', 217 'public/browser/speech_recognition_session_context.h',
216 'public/browser/ssl_host_state_delegate.h', 218 'public/browser/ssl_host_state_delegate.h',
217 'public/browser/storage_partition.h', 219 'public/browser/storage_partition.h',
218 'public/browser/stream_handle.h', 220 'public/browser/stream_handle.h',
219 'public/browser/stream_info.cc', 221 'public/browser/stream_info.cc',
220 'public/browser/stream_info.h', 222 'public/browser/stream_info.h',
221 'public/browser/tracing_controller.h', 223 'public/browser/tracing_controller.h',
222 'public/browser/user_metrics.h', 224 'public/browser/user_metrics.h',
223 'public/browser/utility_process_host.h', 225 'public/browser/utility_process_host.h',
224 'public/browser/vibration_provider.h',
225 'public/browser/web_contents.cc', 226 'public/browser/web_contents.cc',
226 'public/browser/web_contents.h', 227 'public/browser/web_contents.h',
227 'public/browser/web_contents_delegate.cc', 228 'public/browser/web_contents_delegate.cc',
228 'public/browser/web_contents_delegate.h', 229 'public/browser/web_contents_delegate.h',
229 'public/browser/web_contents_observer.cc', 230 'public/browser/web_contents_observer.cc',
230 'public/browser/web_contents_observer.h', 231 'public/browser/web_contents_observer.h',
231 'public/browser/web_contents_user_data.h', 232 'public/browser/web_contents_user_data.h',
232 'public/browser/web_contents_view_delegate.cc', 233 'public/browser/web_contents_view_delegate.cc',
233 'public/browser/web_contents_view_delegate.h', 234 'public/browser/web_contents_view_delegate.h',
234 'public/browser/web_drag_dest_delegate.h', 235 'public/browser/web_drag_dest_delegate.h',
(...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1349 'browser/tracing/tracing_controller_impl.h', 1350 'browser/tracing/tracing_controller_impl.h',
1350 'browser/tracing/tracing_ui.cc', 1351 'browser/tracing/tracing_ui.cc',
1351 'browser/tracing/tracing_ui.h', 1352 'browser/tracing/tracing_ui.h',
1352 'browser/transition_request_manager.cc', 1353 'browser/transition_request_manager.cc',
1353 'browser/transition_request_manager.h', 1354 'browser/transition_request_manager.h',
1354 'browser/udev_linux.cc', 1355 'browser/udev_linux.cc',
1355 'browser/udev_linux.h', 1356 'browser/udev_linux.h',
1356 'browser/user_metrics.cc', 1357 'browser/user_metrics.cc',
1357 'browser/utility_process_host_impl.cc', 1358 'browser/utility_process_host_impl.cc',
1358 'browser/utility_process_host_impl.h', 1359 'browser/utility_process_host_impl.h',
1359 'browser/vibration/vibration_message_filter.cc',
1360 'browser/vibration/vibration_message_filter.h',
1361 'browser/vibration/vibration_provider_android.cc',
1362 'browser/vibration/vibration_provider_android.h',
1363 'browser/web_contents/aura/gesture_nav_simple.cc', 1360 'browser/web_contents/aura/gesture_nav_simple.cc',
1364 'browser/web_contents/aura/gesture_nav_simple.h', 1361 'browser/web_contents/aura/gesture_nav_simple.h',
1365 'browser/web_contents/aura/image_window_delegate.cc', 1362 'browser/web_contents/aura/image_window_delegate.cc',
1366 'browser/web_contents/aura/image_window_delegate.h', 1363 'browser/web_contents/aura/image_window_delegate.h',
1367 'browser/web_contents/aura/overscroll_navigation_overlay.cc', 1364 'browser/web_contents/aura/overscroll_navigation_overlay.cc',
1368 'browser/web_contents/aura/overscroll_navigation_overlay.h', 1365 'browser/web_contents/aura/overscroll_navigation_overlay.h',
1369 'browser/web_contents/aura/shadow_layer_delegate.cc', 1366 'browser/web_contents/aura/shadow_layer_delegate.cc',
1370 'browser/web_contents/aura/shadow_layer_delegate.h', 1367 'browser/web_contents/aura/shadow_layer_delegate.h',
1371 'browser/web_contents/aura/window_slider.cc', 1368 'browser/web_contents/aura/window_slider.cc',
1372 'browser/web_contents/aura/window_slider.h', 1369 'browser/web_contents/aura/window_slider.h',
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
1936 'sources': [ 1933 'sources': [
1937 'browser/media/cdm/browser_cdm_manager.cc', 1934 'browser/media/cdm/browser_cdm_manager.cc',
1938 'browser/media/cdm/browser_cdm_manager.h', 1935 'browser/media/cdm/browser_cdm_manager.h',
1939 # This works on Android because enable_browser_cdms==1 on Android. 1936 # This works on Android because enable_browser_cdms==1 on Android.
1940 'browser/media/media_web_contents_observer.cc', 1937 'browser/media/media_web_contents_observer.cc',
1941 'browser/media/media_web_contents_observer.h', 1938 'browser/media/media_web_contents_observer.h',
1942 ], 1939 ],
1943 }], 1940 }],
1944 ], 1941 ],
1945 } 1942 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698