| 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 '../device/vibration/vibration.gyp:device_vibration', | 9 '../device/vibration/vibration.gyp:device_vibration', |
| 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 'browser/android/overscroll_glow.cc', | 360 'browser/android/overscroll_glow.cc', |
| 361 'browser/android/overscroll_glow.h', | 361 'browser/android/overscroll_glow.h', |
| 362 'browser/android/overscroll_refresh.cc', | 362 'browser/android/overscroll_refresh.cc', |
| 363 'browser/android/overscroll_refresh.h', | 363 'browser/android/overscroll_refresh.h', |
| 364 'browser/android/popup_touch_handle_drawable.cc', | 364 'browser/android/popup_touch_handle_drawable.cc', |
| 365 'browser/android/popup_touch_handle_drawable.h', | 365 'browser/android/popup_touch_handle_drawable.h', |
| 366 'browser/android/tracing_controller_android.cc', | 366 'browser/android/tracing_controller_android.cc', |
| 367 'browser/android/tracing_controller_android.h', | 367 'browser/android/tracing_controller_android.h', |
| 368 'browser/android/url_request_content_job.cc', | 368 'browser/android/url_request_content_job.cc', |
| 369 'browser/android/url_request_content_job.h', | 369 'browser/android/url_request_content_job.h', |
| 370 'browser/android/web_contents_observer_android.cc', | 370 'browser/android/web_contents_observer_proxy.cc', |
| 371 'browser/android/web_contents_observer_android.h', | 371 'browser/android/web_contents_observer_proxy.h', |
| 372 'browser/appcache/appcache.cc', | 372 'browser/appcache/appcache.cc', |
| 373 'browser/appcache/appcache.h', | 373 'browser/appcache/appcache.h', |
| 374 'browser/appcache/appcache_backend_impl.cc', | 374 'browser/appcache/appcache_backend_impl.cc', |
| 375 'browser/appcache/appcache_backend_impl.h', | 375 'browser/appcache/appcache_backend_impl.h', |
| 376 'browser/appcache/appcache_database.cc', | 376 'browser/appcache/appcache_database.cc', |
| 377 'browser/appcache/appcache_database.h', | 377 'browser/appcache/appcache_database.h', |
| 378 'browser/appcache/appcache_disk_cache.cc', | 378 'browser/appcache/appcache_disk_cache.cc', |
| 379 'browser/appcache/appcache_disk_cache.h', | 379 'browser/appcache/appcache_disk_cache.h', |
| 380 'browser/appcache/appcache_dispatcher_host.cc', | 380 'browser/appcache/appcache_dispatcher_host.cc', |
| 381 'browser/appcache/appcache_dispatcher_host.h', | 381 'browser/appcache/appcache_dispatcher_host.h', |
| (...skipping 1590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1972 'browser/media/media_web_contents_observer.h', | 1972 'browser/media/media_web_contents_observer.h', |
| 1973 ], | 1973 ], |
| 1974 }], | 1974 }], |
| 1975 ['OS == "linux" and use_openssl==1', { | 1975 ['OS == "linux" and use_openssl==1', { |
| 1976 'dependencies': [ | 1976 'dependencies': [ |
| 1977 '../third_party/boringssl/boringssl.gyp:boringssl', | 1977 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 1978 ], | 1978 ], |
| 1979 }], | 1979 }], |
| 1980 ], | 1980 ], |
| 1981 } | 1981 } |
| OLD | NEW |