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

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: remove debug logging Created 6 years, 2 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
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 '../google_apis/google_apis.gyp:google_apis', 11 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 12 '../net/net.gyp:net',
11 '../skia/skia.gyp:skia', 13 '../skia/skia.gyp:skia',
12 '../sql/sql.gyp:sql', 14 '../sql/sql.gyp:sql',
13 '../third_party/re2/re2.gyp:re2', 15 '../third_party/re2/re2.gyp:re2',
14 '../third_party/zlib/google/zip.gyp:zip', 16 '../third_party/zlib/google/zip.gyp:zip',
15 '../third_party/zlib/zlib.gyp:zlib', 17 '../third_party/zlib/zlib.gyp:zlib',
16 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 18 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
17 '../ui/accessibility/accessibility.gyp:accessibility', 19 '../ui/accessibility/accessibility.gyp:accessibility',
18 '../ui/accessibility/accessibility.gyp:ax_gen', 20 '../ui/accessibility/accessibility.gyp:ax_gen',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'public/browser/speech_recognition_session_config.cc', 207 'public/browser/speech_recognition_session_config.cc',
206 'public/browser/speech_recognition_session_config.h', 208 'public/browser/speech_recognition_session_config.h',
207 'public/browser/speech_recognition_session_context.cc', 209 'public/browser/speech_recognition_session_context.cc',
208 'public/browser/speech_recognition_session_context.h', 210 'public/browser/speech_recognition_session_context.h',
209 'public/browser/ssl_host_state_delegate.h', 211 'public/browser/ssl_host_state_delegate.h',
210 'public/browser/storage_partition.h', 212 'public/browser/storage_partition.h',
211 'public/browser/stream_handle.h', 213 'public/browser/stream_handle.h',
212 'public/browser/tracing_controller.h', 214 'public/browser/tracing_controller.h',
213 'public/browser/user_metrics.h', 215 'public/browser/user_metrics.h',
214 'public/browser/utility_process_host.h', 216 'public/browser/utility_process_host.h',
215 'public/browser/vibration_provider.h',
216 'public/browser/web_contents.cc', 217 'public/browser/web_contents.cc',
217 'public/browser/web_contents.h', 218 'public/browser/web_contents.h',
218 'public/browser/web_contents_delegate.cc', 219 'public/browser/web_contents_delegate.cc',
219 'public/browser/web_contents_delegate.h', 220 'public/browser/web_contents_delegate.h',
220 'public/browser/web_contents_observer.cc', 221 'public/browser/web_contents_observer.cc',
221 'public/browser/web_contents_observer.h', 222 'public/browser/web_contents_observer.h',
222 'public/browser/web_contents_user_data.h', 223 'public/browser/web_contents_user_data.h',
223 'public/browser/web_contents_view_delegate.cc', 224 'public/browser/web_contents_view_delegate.cc',
224 'public/browser/web_contents_view_delegate.h', 225 'public/browser/web_contents_view_delegate.h',
225 'public/browser/web_drag_dest_delegate.h', 226 'public/browser/web_drag_dest_delegate.h',
(...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 'browser/tracing/tracing_controller_impl.h', 1319 'browser/tracing/tracing_controller_impl.h',
1319 'browser/tracing/tracing_ui.cc', 1320 'browser/tracing/tracing_ui.cc',
1320 'browser/tracing/tracing_ui.h', 1321 'browser/tracing/tracing_ui.h',
1321 'browser/transition_request_manager.cc', 1322 'browser/transition_request_manager.cc',
1322 'browser/transition_request_manager.h', 1323 'browser/transition_request_manager.h',
1323 'browser/udev_linux.cc', 1324 'browser/udev_linux.cc',
1324 'browser/udev_linux.h', 1325 'browser/udev_linux.h',
1325 'browser/user_metrics.cc', 1326 'browser/user_metrics.cc',
1326 'browser/utility_process_host_impl.cc', 1327 'browser/utility_process_host_impl.cc',
1327 'browser/utility_process_host_impl.h', 1328 'browser/utility_process_host_impl.h',
1328 'browser/vibration/vibration_message_filter.cc',
1329 'browser/vibration/vibration_message_filter.h',
1330 'browser/vibration/vibration_provider_android.cc',
1331 'browser/vibration/vibration_provider_android.h',
1332 'browser/web_contents/aura/gesture_nav_simple.cc', 1329 'browser/web_contents/aura/gesture_nav_simple.cc',
1333 'browser/web_contents/aura/gesture_nav_simple.h', 1330 'browser/web_contents/aura/gesture_nav_simple.h',
1334 'browser/web_contents/aura/image_window_delegate.cc', 1331 'browser/web_contents/aura/image_window_delegate.cc',
1335 'browser/web_contents/aura/image_window_delegate.h', 1332 'browser/web_contents/aura/image_window_delegate.h',
1336 'browser/web_contents/aura/overscroll_navigation_overlay.cc', 1333 'browser/web_contents/aura/overscroll_navigation_overlay.cc',
1337 'browser/web_contents/aura/overscroll_navigation_overlay.h', 1334 'browser/web_contents/aura/overscroll_navigation_overlay.h',
1338 'browser/web_contents/aura/shadow_layer_delegate.cc', 1335 'browser/web_contents/aura/shadow_layer_delegate.cc',
1339 'browser/web_contents/aura/shadow_layer_delegate.h', 1336 'browser/web_contents/aura/shadow_layer_delegate.h',
1340 'browser/web_contents/aura/window_slider.cc', 1337 'browser/web_contents/aura/window_slider.cc',
1341 'browser/web_contents/aura/window_slider.h', 1338 'browser/web_contents/aura/window_slider.h',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1908 'sources': [ 1905 'sources': [
1909 'browser/media/cdm/browser_cdm_manager.cc', 1906 'browser/media/cdm/browser_cdm_manager.cc',
1910 'browser/media/cdm/browser_cdm_manager.h', 1907 'browser/media/cdm/browser_cdm_manager.h',
1911 # This works on Android because enable_browser_cdms==1 on Android. 1908 # This works on Android because enable_browser_cdms==1 on Android.
1912 'browser/media/media_web_contents_observer.cc', 1909 'browser/media/media_web_contents_observer.cc',
1913 'browser/media/media_web_contents_observer.h', 1910 'browser/media/media_web_contents_observer.h',
1914 ], 1911 ],
1915 }], 1912 }],
1916 ], 1913 ],
1917 } 1914 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698