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