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

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: Rebase. 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
« 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 '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 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1468 '../third_party/speex/speex.gyp:libspeex', 1470 '../third_party/speex/speex.gyp:libspeex',
1469 ], 1471 ],
1470 }], 1472 }],
1471 ['linux_use_libgps==1', { 1473 ['linux_use_libgps==1', {
1472 'dependencies': [ 1474 'dependencies': [
1473 '../build/linux/system.gyp:libgps', 1475 '../build/linux/system.gyp:libgps',
1474 ], 1476 ],
1475 }], 1477 }],
1476 ], 1478 ],
1477 } 1479 }
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