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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1167 'browser/tracing/trace_subscriber_stdio.h', | 1166 'browser/tracing/trace_subscriber_stdio.h', |
1168 'browser/tracing/tracing_controller_impl.cc', | 1167 'browser/tracing/tracing_controller_impl.cc', |
1169 'browser/tracing/tracing_controller_impl.h', | 1168 'browser/tracing/tracing_controller_impl.h', |
1170 'browser/tracing/tracing_ui.cc', | 1169 'browser/tracing/tracing_ui.cc', |
1171 'browser/tracing/tracing_ui.h', | 1170 'browser/tracing/tracing_ui.h', |
1172 'browser/udev_linux.cc', | 1171 'browser/udev_linux.cc', |
1173 'browser/udev_linux.h', | 1172 'browser/udev_linux.h', |
1174 'browser/user_metrics.cc', | 1173 'browser/user_metrics.cc', |
1175 'browser/utility_process_host_impl.cc', | 1174 'browser/utility_process_host_impl.cc', |
1176 'browser/utility_process_host_impl.h', | 1175 'browser/utility_process_host_impl.h', |
| 1176 'browser/vibration/vibration_message_filter.cc', |
| 1177 'browser/vibration/vibration_message_filter.h', |
| 1178 'browser/vibration/vibration_provider_android.cc', |
| 1179 'browser/vibration/vibration_provider_android.h', |
1177 'browser/web_contents/aura/image_window_delegate.cc', | 1180 'browser/web_contents/aura/image_window_delegate.cc', |
1178 'browser/web_contents/aura/image_window_delegate.h', | 1181 'browser/web_contents/aura/image_window_delegate.h', |
1179 'browser/web_contents/aura/shadow_layer_delegate.cc', | 1182 'browser/web_contents/aura/shadow_layer_delegate.cc', |
1180 'browser/web_contents/aura/shadow_layer_delegate.h', | 1183 'browser/web_contents/aura/shadow_layer_delegate.h', |
1181 'browser/web_contents/aura/window_slider.cc', | 1184 'browser/web_contents/aura/window_slider.cc', |
1182 'browser/web_contents/aura/window_slider.h', | 1185 'browser/web_contents/aura/window_slider.h', |
1183 'browser/web_contents/drag_utils_gtk.cc', | 1186 'browser/web_contents/drag_utils_gtk.cc', |
1184 'browser/web_contents/drag_utils_gtk.h', | 1187 'browser/web_contents/drag_utils_gtk.h', |
1185 'browser/web_contents/touch_editable_impl_aura.cc', | 1188 'browser/web_contents/touch_editable_impl_aura.cc', |
1186 'browser/web_contents/touch_editable_impl_aura.h', | 1189 'browser/web_contents/touch_editable_impl_aura.h', |
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1611 '../build/linux/system.gyp:dbus', | 1614 '../build/linux/system.gyp:dbus', |
1612 '../dbus/dbus.gyp:dbus', | 1615 '../dbus/dbus.gyp:dbus', |
1613 ], | 1616 ], |
1614 }, { # OS != "linux" or use_dbus==0 | 1617 }, { # OS != "linux" or use_dbus==0 |
1615 'sources!': [ | 1618 'sources!': [ |
1616 'browser/geolocation/wifi_data_provider_linux.cc', | 1619 'browser/geolocation/wifi_data_provider_linux.cc', |
1617 ], | 1620 ], |
1618 }], | 1621 }], |
1619 ], | 1622 ], |
1620 } | 1623 } |
OLD | NEW |