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 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1140 'browser/tracing/trace_subscriber_stdio.h', | 1139 'browser/tracing/trace_subscriber_stdio.h', |
1141 'browser/tracing/tracing_controller_impl.cc', | 1140 'browser/tracing/tracing_controller_impl.cc', |
1142 'browser/tracing/tracing_controller_impl.h', | 1141 'browser/tracing/tracing_controller_impl.h', |
1143 'browser/tracing/tracing_ui.cc', | 1142 'browser/tracing/tracing_ui.cc', |
1144 'browser/tracing/tracing_ui.h', | 1143 'browser/tracing/tracing_ui.h', |
1145 'browser/udev_linux.cc', | 1144 'browser/udev_linux.cc', |
1146 'browser/udev_linux.h', | 1145 'browser/udev_linux.h', |
1147 'browser/user_metrics.cc', | 1146 'browser/user_metrics.cc', |
1148 'browser/utility_process_host_impl.cc', | 1147 'browser/utility_process_host_impl.cc', |
1149 'browser/utility_process_host_impl.h', | 1148 'browser/utility_process_host_impl.h', |
| 1149 'browser/vibration/vibration_message_filter.cc', |
| 1150 'browser/vibration/vibration_message_filter.h', |
| 1151 'browser/vibration/vibration_provider_android.cc', |
| 1152 'browser/vibration/vibration_provider_android.h', |
1150 'browser/web_contents/aura/image_window_delegate.cc', | 1153 'browser/web_contents/aura/image_window_delegate.cc', |
1151 'browser/web_contents/aura/image_window_delegate.h', | 1154 'browser/web_contents/aura/image_window_delegate.h', |
1152 'browser/web_contents/aura/shadow_layer_delegate.cc', | 1155 'browser/web_contents/aura/shadow_layer_delegate.cc', |
1153 'browser/web_contents/aura/shadow_layer_delegate.h', | 1156 'browser/web_contents/aura/shadow_layer_delegate.h', |
1154 'browser/web_contents/aura/window_slider.cc', | 1157 'browser/web_contents/aura/window_slider.cc', |
1155 'browser/web_contents/aura/window_slider.h', | 1158 'browser/web_contents/aura/window_slider.h', |
1156 'browser/web_contents/drag_utils_gtk.cc', | 1159 'browser/web_contents/drag_utils_gtk.cc', |
1157 'browser/web_contents/drag_utils_gtk.h', | 1160 'browser/web_contents/drag_utils_gtk.h', |
1158 'browser/web_contents/touch_editable_impl_aura.cc', | 1161 'browser/web_contents/touch_editable_impl_aura.cc', |
1159 'browser/web_contents/touch_editable_impl_aura.h', | 1162 'browser/web_contents/touch_editable_impl_aura.h', |
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1553 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], | 1556 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], |
1554 ], | 1557 ], |
1555 }, { # input_speech==1 | 1558 }, { # input_speech==1 |
1556 'dependencies': [ | 1559 'dependencies': [ |
1557 '../third_party/flac/flac.gyp:libflac', | 1560 '../third_party/flac/flac.gyp:libflac', |
1558 '../third_party/speex/speex.gyp:libspeex', | 1561 '../third_party/speex/speex.gyp:libspeex', |
1559 ], | 1562 ], |
1560 }], | 1563 }], |
1561 ], | 1564 ], |
1562 } | 1565 } |
OLD | NEW |