| 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 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1412 'browser/transition_request_manager.h', | 1412 'browser/transition_request_manager.h', |
| 1413 'browser/udev_linux.cc', | 1413 'browser/udev_linux.cc', |
| 1414 'browser/udev_linux.h', | 1414 'browser/udev_linux.h', |
| 1415 'browser/user_metrics.cc', | 1415 'browser/user_metrics.cc', |
| 1416 'browser/utility_process_host_impl.cc', | 1416 'browser/utility_process_host_impl.cc', |
| 1417 'browser/utility_process_host_impl.h', | 1417 'browser/utility_process_host_impl.h', |
| 1418 'browser/web_contents/aura/gesture_nav_simple.cc', | 1418 'browser/web_contents/aura/gesture_nav_simple.cc', |
| 1419 'browser/web_contents/aura/gesture_nav_simple.h', | 1419 'browser/web_contents/aura/gesture_nav_simple.h', |
| 1420 'browser/web_contents/aura/overscroll_navigation_overlay.cc', | 1420 'browser/web_contents/aura/overscroll_navigation_overlay.cc', |
| 1421 'browser/web_contents/aura/overscroll_navigation_overlay.h', | 1421 'browser/web_contents/aura/overscroll_navigation_overlay.h', |
| 1422 'browser/web_contents/aura/overscroll_layer_wrapper.cc', |
| 1423 'browser/web_contents/aura/overscroll_layer_wrapper.h', |
| 1424 'browser/web_contents/aura/overscroll_window_animation.cc', |
| 1425 'browser/web_contents/aura/overscroll_window_animation.h', |
| 1426 'browser/web_contents/aura/overscroll_window_delegate.cc', |
| 1427 'browser/web_contents/aura/overscroll_window_delegate.h', |
| 1422 'browser/web_contents/aura/shadow_layer_delegate.cc', | 1428 'browser/web_contents/aura/shadow_layer_delegate.cc', |
| 1423 'browser/web_contents/aura/shadow_layer_delegate.h', | 1429 'browser/web_contents/aura/shadow_layer_delegate.h', |
| 1424 'browser/web_contents/aura/window_slider.cc', | 1430 'browser/web_contents/aura/window_slider.cc', |
| 1425 'browser/web_contents/aura/window_slider.h', | 1431 'browser/web_contents/aura/window_slider.h', |
| 1426 'browser/web_contents/touch_editable_impl_aura.cc', | 1432 'browser/web_contents/touch_editable_impl_aura.cc', |
| 1427 'browser/web_contents/touch_editable_impl_aura.h', | 1433 'browser/web_contents/touch_editable_impl_aura.h', |
| 1428 'browser/web_contents/web_contents_android.cc', | 1434 'browser/web_contents/web_contents_android.cc', |
| 1429 'browser/web_contents/web_contents_android.h', | 1435 'browser/web_contents/web_contents_android.h', |
| 1430 'browser/web_contents/web_contents_impl.cc', | 1436 'browser/web_contents/web_contents_impl.cc', |
| 1431 'browser/web_contents/web_contents_impl.h', | 1437 'browser/web_contents/web_contents_impl.h', |
| (...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1982 'browser/media/media_web_contents_observer.h', | 1988 'browser/media/media_web_contents_observer.h', |
| 1983 ], | 1989 ], |
| 1984 }], | 1990 }], |
| 1985 ['OS == "linux" and use_openssl==1', { | 1991 ['OS == "linux" and use_openssl==1', { |
| 1986 'dependencies': [ | 1992 'dependencies': [ |
| 1987 '../third_party/boringssl/boringssl.gyp:boringssl', | 1993 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 1988 ], | 1994 ], |
| 1989 }], | 1995 }], |
| 1990 ], | 1996 ], |
| 1991 } | 1997 } |
| OLD | NEW |