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

Side by Side Diff: content/content_browser.gypi

Issue 16781002: Vibration API: plumbing from Blink to Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move vibration_message_filter.(h|cc) to content/browser/android/. Created 7 years, 5 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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'browser/android/media_resource_getter_impl.cc', 270 'browser/android/media_resource_getter_impl.cc',
271 'browser/android/media_resource_getter_impl.h', 271 'browser/android/media_resource_getter_impl.h',
272 'browser/android/overscroll_glow.h', 272 'browser/android/overscroll_glow.h',
273 'browser/android/overscroll_glow.cc', 273 'browser/android/overscroll_glow.cc',
274 'browser/android/surface_texture_peer_browser_impl.cc', 274 'browser/android/surface_texture_peer_browser_impl.cc',
275 'browser/android/surface_texture_peer_browser_impl.h', 275 'browser/android/surface_texture_peer_browser_impl.h',
276 'browser/android/touch_point.cc', 276 'browser/android/touch_point.cc',
277 'browser/android/touch_point.h', 277 'browser/android/touch_point.h',
278 'browser/android/tracing_intent_handler.cc', 278 'browser/android/tracing_intent_handler.cc',
279 'browser/android/tracing_intent_handler.h', 279 'browser/android/tracing_intent_handler.h',
280 'browser/android/vibration_message_filter.cc',
281 'browser/android/vibration_message_filter.h',
280 'browser/android/web_contents_observer_android.cc', 282 'browser/android/web_contents_observer_android.cc',
281 'browser/android/web_contents_observer_android.h', 283 'browser/android/web_contents_observer_android.h',
282 'browser/appcache/appcache_dispatcher_host.cc', 284 'browser/appcache/appcache_dispatcher_host.cc',
283 'browser/appcache/appcache_dispatcher_host.h', 285 'browser/appcache/appcache_dispatcher_host.h',
284 'browser/appcache/appcache_frontend_proxy.cc', 286 'browser/appcache/appcache_frontend_proxy.cc',
285 'browser/appcache/appcache_frontend_proxy.h', 287 'browser/appcache/appcache_frontend_proxy.h',
286 'browser/appcache/chrome_appcache_service.cc', 288 'browser/appcache/chrome_appcache_service.cc',
287 'browser/appcache/chrome_appcache_service.h', 289 'browser/appcache/chrome_appcache_service.h',
288 'browser/browser_child_process_host_impl.cc', 290 'browser/browser_child_process_host_impl.cc',
289 'browser/browser_child_process_host_impl.h', 291 'browser/browser_child_process_host_impl.h',
(...skipping 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 '../third_party/speex/speex.gyp:libspeex', 1456 '../third_party/speex/speex.gyp:libspeex',
1455 ], 1457 ],
1456 }], 1458 }],
1457 ['linux_use_libgps==1', { 1459 ['linux_use_libgps==1', {
1458 'dependencies': [ 1460 'dependencies': [
1459 '../build/linux/system.gyp:libgps', 1461 '../build/linux/system.gyp:libgps',
1460 ], 1462 ],
1461 }], 1463 }],
1462 ], 1464 ],
1463 } 1465 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698