| 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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'public/browser/android/compositor_client.h', | 44 'public/browser/android/compositor_client.h', |
| 45 'public/browser/android/content_view_core.h', | 45 'public/browser/android/content_view_core.h', |
| 46 'public/browser/android/content_view_layer_renderer.h', | 46 'public/browser/android/content_view_layer_renderer.h', |
| 47 'public/browser/android/devtools_auth.h', | 47 'public/browser/android/devtools_auth.h', |
| 48 'public/browser/android/download_controller_android.h', | 48 'public/browser/android/download_controller_android.h', |
| 49 'public/browser/android/external_video_surface_container.h', | 49 'public/browser/android/external_video_surface_container.h', |
| 50 'public/browser/android/layer_tree_build_helper.h', | 50 'public/browser/android/layer_tree_build_helper.h', |
| 51 'public/browser/android/synchronous_compositor_client.h', | 51 'public/browser/android/synchronous_compositor_client.h', |
| 52 'public/browser/android/synchronous_compositor.cc', | 52 'public/browser/android/synchronous_compositor.cc', |
| 53 'public/browser/android/synchronous_compositor.h', | 53 'public/browser/android/synchronous_compositor.h', |
| 54 'public/browser/android/ui_resource_client_android.h', |
| 55 'public/browser/android/ui_resource_provider.h', |
| 54 'public/browser/ax_event_notification_details.cc', | 56 'public/browser/ax_event_notification_details.cc', |
| 55 'public/browser/ax_event_notification_details.h', | 57 'public/browser/ax_event_notification_details.h', |
| 56 'public/browser/blob_handle.h', | 58 'public/browser/blob_handle.h', |
| 57 'public/browser/browser_accessibility_state.h', | 59 'public/browser/browser_accessibility_state.h', |
| 58 'public/browser/browser_child_process_host.h', | 60 'public/browser/browser_child_process_host.h', |
| 59 'public/browser/browser_child_process_host_delegate.cc', | 61 'public/browser/browser_child_process_host_delegate.cc', |
| 60 'public/browser/browser_child_process_host_delegate.h', | 62 'public/browser/browser_child_process_host_delegate.h', |
| 61 'public/browser/browser_child_process_host_iterator.cc', | 63 'public/browser/browser_child_process_host_iterator.cc', |
| 62 'public/browser/browser_child_process_host_iterator.h', | 64 'public/browser/browser_child_process_host_iterator.h', |
| 63 'public/browser/browser_child_process_observer.cc', | 65 'public/browser/browser_child_process_observer.cc', |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 'browser/android/load_url_params.h', | 302 'browser/android/load_url_params.h', |
| 301 'browser/android/overscroll_glow.h', | 303 'browser/android/overscroll_glow.h', |
| 302 'browser/android/overscroll_glow.cc', | 304 'browser/android/overscroll_glow.cc', |
| 303 'browser/android/popup_item_type_list.h', | 305 'browser/android/popup_item_type_list.h', |
| 304 'browser/android/surface_texture_peer_browser_impl.cc', | 306 'browser/android/surface_texture_peer_browser_impl.cc', |
| 305 'browser/android/surface_texture_peer_browser_impl.h', | 307 'browser/android/surface_texture_peer_browser_impl.h', |
| 306 'browser/android/tracing_controller_android.cc', | 308 'browser/android/tracing_controller_android.cc', |
| 307 'browser/android/tracing_controller_android.h', | 309 'browser/android/tracing_controller_android.h', |
| 308 'browser/android/web_contents_observer_android.cc', | 310 'browser/android/web_contents_observer_android.cc', |
| 309 'browser/android/web_contents_observer_android.h', | 311 'browser/android/web_contents_observer_android.h', |
| 312 'browser/android/ui_resource_provider_impl.cc', |
| 313 'browser/android/ui_resource_provider_impl.h', |
| 310 'browser/appcache/appcache_dispatcher_host.cc', | 314 'browser/appcache/appcache_dispatcher_host.cc', |
| 311 'browser/appcache/appcache_dispatcher_host.h', | 315 'browser/appcache/appcache_dispatcher_host.h', |
| 312 'browser/appcache/appcache_frontend_proxy.cc', | 316 'browser/appcache/appcache_frontend_proxy.cc', |
| 313 'browser/appcache/appcache_frontend_proxy.h', | 317 'browser/appcache/appcache_frontend_proxy.h', |
| 314 'browser/appcache/appcache_interceptor.cc', | 318 'browser/appcache/appcache_interceptor.cc', |
| 315 'browser/appcache/appcache_interceptor.h', | 319 'browser/appcache/appcache_interceptor.h', |
| 316 'browser/appcache/chrome_appcache_service.cc', | 320 'browser/appcache/chrome_appcache_service.cc', |
| 317 'browser/appcache/chrome_appcache_service.h', | 321 'browser/appcache/chrome_appcache_service.h', |
| 318 'browser/appcache/view_appcache_internals_job.h', | 322 'browser/appcache/view_appcache_internals_job.h', |
| 319 'browser/appcache/view_appcache_internals_job.cc', | 323 'browser/appcache/view_appcache_internals_job.cc', |
| (...skipping 1430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1750 '../build/linux/system.gyp:dbus', | 1754 '../build/linux/system.gyp:dbus', |
| 1751 '../dbus/dbus.gyp:dbus', | 1755 '../dbus/dbus.gyp:dbus', |
| 1752 ], | 1756 ], |
| 1753 }, { # OS != "linux" or use_dbus==0 | 1757 }, { # OS != "linux" or use_dbus==0 |
| 1754 'sources!': [ | 1758 'sources!': [ |
| 1755 'browser/geolocation/wifi_data_provider_linux.cc', | 1759 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1756 ], | 1760 ], |
| 1757 }], | 1761 }], |
| 1758 ], | 1762 ], |
| 1759 } | 1763 } |
| OLD | NEW |