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