OLD | NEW |
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 12 matching lines...) Expand all Loading... |
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/synthetic_gesture.h', | 32 'port/browser/synthetic_gesture.h', |
| 33 'port/browser/vibration_provider.h', |
33 'port/browser/web_contents_view_port.h', | 34 'port/browser/web_contents_view_port.h', |
34 'public/browser/access_token_store.h', | 35 'public/browser/access_token_store.h', |
35 'public/browser/android/compositor.h', | 36 'public/browser/android/compositor.h', |
36 'public/browser/android/compositor_client.h', | 37 'public/browser/android/compositor_client.h', |
37 'public/browser/android/content_view_core.h', | 38 'public/browser/android/content_view_core.h', |
38 'public/browser/android/content_view_layer_renderer.h', | 39 'public/browser/android/content_view_layer_renderer.h', |
39 'public/browser/android/devtools_auth.h', | 40 'public/browser/android/devtools_auth.h', |
40 'public/browser/android/download_controller_android.h', | 41 'public/browser/android/download_controller_android.h', |
41 'public/browser/android/synchronous_compositor_client.h', | 42 'public/browser/android/synchronous_compositor_client.h', |
42 'public/browser/android/synchronous_compositor.cc', | 43 'public/browser/android/synchronous_compositor.cc', |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1148 'browser/tracing/trace_subscriber_stdio.h', | 1147 'browser/tracing/trace_subscriber_stdio.h', |
1149 'browser/tracing/tracing_controller_impl.cc', | 1148 'browser/tracing/tracing_controller_impl.cc', |
1150 'browser/tracing/tracing_controller_impl.h', | 1149 'browser/tracing/tracing_controller_impl.h', |
1151 'browser/tracing/tracing_ui.cc', | 1150 'browser/tracing/tracing_ui.cc', |
1152 'browser/tracing/tracing_ui.h', | 1151 'browser/tracing/tracing_ui.h', |
1153 'browser/udev_linux.cc', | 1152 'browser/udev_linux.cc', |
1154 'browser/udev_linux.h', | 1153 'browser/udev_linux.h', |
1155 'browser/user_metrics.cc', | 1154 'browser/user_metrics.cc', |
1156 'browser/utility_process_host_impl.cc', | 1155 'browser/utility_process_host_impl.cc', |
1157 'browser/utility_process_host_impl.h', | 1156 'browser/utility_process_host_impl.h', |
| 1157 'browser/vibration/vibration_message_filter.cc', |
| 1158 'browser/vibration/vibration_message_filter.h', |
| 1159 'browser/vibration/vibration_provider_android.cc', |
| 1160 'browser/vibration/vibration_provider_android.h', |
1158 'browser/web_contents/aura/image_window_delegate.cc', | 1161 'browser/web_contents/aura/image_window_delegate.cc', |
1159 'browser/web_contents/aura/image_window_delegate.h', | 1162 'browser/web_contents/aura/image_window_delegate.h', |
1160 'browser/web_contents/aura/shadow_layer_delegate.cc', | 1163 'browser/web_contents/aura/shadow_layer_delegate.cc', |
1161 'browser/web_contents/aura/shadow_layer_delegate.h', | 1164 'browser/web_contents/aura/shadow_layer_delegate.h', |
1162 'browser/web_contents/aura/window_slider.cc', | 1165 'browser/web_contents/aura/window_slider.cc', |
1163 'browser/web_contents/aura/window_slider.h', | 1166 'browser/web_contents/aura/window_slider.h', |
1164 'browser/web_contents/drag_utils_gtk.cc', | 1167 'browser/web_contents/drag_utils_gtk.cc', |
1165 'browser/web_contents/drag_utils_gtk.h', | 1168 'browser/web_contents/drag_utils_gtk.h', |
1166 'browser/web_contents/touch_editable_impl_aura.cc', | 1169 'browser/web_contents/touch_editable_impl_aura.cc', |
1167 'browser/web_contents/touch_editable_impl_aura.h', | 1170 'browser/web_contents/touch_editable_impl_aura.h', |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1573 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], | 1576 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], |
1574 ], | 1577 ], |
1575 }, { # input_speech==1 | 1578 }, { # input_speech==1 |
1576 'dependencies': [ | 1579 'dependencies': [ |
1577 '../third_party/flac/flac.gyp:libflac', | 1580 '../third_party/flac/flac.gyp:libflac', |
1578 '../third_party/speex/speex.gyp:libspeex', | 1581 '../third_party/speex/speex.gyp:libspeex', |
1579 ], | 1582 ], |
1580 }], | 1583 }], |
1581 ], | 1584 ], |
1582 } | 1585 } |
OLD | NEW |