| 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 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1408 'browser/transition_request_manager.h', | 1408 'browser/transition_request_manager.h', |
| 1409 'browser/udev_linux.cc', | 1409 'browser/udev_linux.cc', |
| 1410 'browser/udev_linux.h', | 1410 'browser/udev_linux.h', |
| 1411 'browser/user_metrics.cc', | 1411 'browser/user_metrics.cc', |
| 1412 'browser/utility_process_host_impl.cc', | 1412 'browser/utility_process_host_impl.cc', |
| 1413 'browser/utility_process_host_impl.h', | 1413 'browser/utility_process_host_impl.h', |
| 1414 'browser/web_contents/aura/gesture_nav_simple.cc', | 1414 'browser/web_contents/aura/gesture_nav_simple.cc', |
| 1415 'browser/web_contents/aura/gesture_nav_simple.h', | 1415 'browser/web_contents/aura/gesture_nav_simple.h', |
| 1416 'browser/web_contents/aura/overscroll_navigation_overlay.cc', | 1416 'browser/web_contents/aura/overscroll_navigation_overlay.cc', |
| 1417 'browser/web_contents/aura/overscroll_navigation_overlay.h', | 1417 'browser/web_contents/aura/overscroll_navigation_overlay.h', |
| 1418 'browser/web_contents/aura/overscroll_layer_wrapper.cc', |
| 1419 'browser/web_contents/aura/overscroll_layer_wrapper.h', |
| 1420 'browser/web_contents/aura/overscroll_window_animation.cc', |
| 1421 'browser/web_contents/aura/overscroll_window_animation.h', |
| 1422 'browser/web_contents/aura/overscroll_window_delegate.cc', |
| 1423 'browser/web_contents/aura/overscroll_window_delegate.h', |
| 1418 'browser/web_contents/aura/shadow_layer_delegate.cc', | 1424 'browser/web_contents/aura/shadow_layer_delegate.cc', |
| 1419 'browser/web_contents/aura/shadow_layer_delegate.h', | 1425 'browser/web_contents/aura/shadow_layer_delegate.h', |
| 1420 'browser/web_contents/aura/window_slider.cc', | 1426 'browser/web_contents/aura/window_slider.cc', |
| 1421 'browser/web_contents/aura/window_slider.h', | 1427 'browser/web_contents/aura/window_slider.h', |
| 1422 'browser/web_contents/touch_editable_impl_aura.cc', | 1428 'browser/web_contents/touch_editable_impl_aura.cc', |
| 1423 'browser/web_contents/touch_editable_impl_aura.h', | 1429 'browser/web_contents/touch_editable_impl_aura.h', |
| 1424 'browser/web_contents/web_contents_android.cc', | 1430 'browser/web_contents/web_contents_android.cc', |
| 1425 'browser/web_contents/web_contents_android.h', | 1431 'browser/web_contents/web_contents_android.h', |
| 1426 'browser/web_contents/web_contents_impl.cc', | 1432 'browser/web_contents/web_contents_impl.cc', |
| 1427 'browser/web_contents/web_contents_impl.h', | 1433 'browser/web_contents/web_contents_impl.h', |
| (...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1972 'browser/media/media_web_contents_observer.h', | 1978 'browser/media/media_web_contents_observer.h', |
| 1973 ], | 1979 ], |
| 1974 }], | 1980 }], |
| 1975 ['OS == "linux" and use_openssl==1', { | 1981 ['OS == "linux" and use_openssl==1', { |
| 1976 'dependencies': [ | 1982 'dependencies': [ |
| 1977 '../third_party/boringssl/boringssl.gyp:boringssl', | 1983 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 1978 ], | 1984 ], |
| 1979 }], | 1985 }], |
| 1980 ], | 1986 ], |
| 1981 } | 1987 } |
| OLD | NEW |