| 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 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1396 'browser/transition_request_manager.h', | 1396 'browser/transition_request_manager.h', |
| 1397 'browser/udev_linux.cc', | 1397 'browser/udev_linux.cc', |
| 1398 'browser/udev_linux.h', | 1398 'browser/udev_linux.h', |
| 1399 'browser/user_metrics.cc', | 1399 'browser/user_metrics.cc', |
| 1400 'browser/utility_process_host_impl.cc', | 1400 'browser/utility_process_host_impl.cc', |
| 1401 'browser/utility_process_host_impl.h', | 1401 'browser/utility_process_host_impl.h', |
| 1402 'browser/web_contents/aura/gesture_nav_simple.cc', | 1402 'browser/web_contents/aura/gesture_nav_simple.cc', |
| 1403 'browser/web_contents/aura/gesture_nav_simple.h', | 1403 'browser/web_contents/aura/gesture_nav_simple.h', |
| 1404 'browser/web_contents/aura/overscroll_navigation_overlay.cc', | 1404 'browser/web_contents/aura/overscroll_navigation_overlay.cc', |
| 1405 'browser/web_contents/aura/overscroll_navigation_overlay.h', | 1405 'browser/web_contents/aura/overscroll_navigation_overlay.h', |
| 1406 'browser/web_contents/aura/overscroll_window_animation.cc', |
| 1407 'browser/web_contents/aura/overscroll_window_animation.h', |
| 1408 'browser/web_contents/aura/overscroll_window_delegate.cc', |
| 1409 'browser/web_contents/aura/overscroll_window_delegate.h', |
| 1406 'browser/web_contents/aura/shadow_layer_delegate.cc', | 1410 'browser/web_contents/aura/shadow_layer_delegate.cc', |
| 1407 'browser/web_contents/aura/shadow_layer_delegate.h', | 1411 'browser/web_contents/aura/shadow_layer_delegate.h', |
| 1408 'browser/web_contents/aura/window_slider.cc', | 1412 'browser/web_contents/aura/window_slider.cc', |
| 1409 'browser/web_contents/aura/window_slider.h', | 1413 'browser/web_contents/aura/window_slider.h', |
| 1410 'browser/web_contents/touch_editable_impl_aura.cc', | 1414 'browser/web_contents/touch_editable_impl_aura.cc', |
| 1411 'browser/web_contents/touch_editable_impl_aura.h', | 1415 'browser/web_contents/touch_editable_impl_aura.h', |
| 1412 'browser/web_contents/web_contents_android.cc', | 1416 'browser/web_contents/web_contents_android.cc', |
| 1413 'browser/web_contents/web_contents_android.h', | 1417 'browser/web_contents/web_contents_android.h', |
| 1414 'browser/web_contents/web_contents_impl.cc', | 1418 'browser/web_contents/web_contents_impl.cc', |
| 1415 'browser/web_contents/web_contents_impl.h', | 1419 'browser/web_contents/web_contents_impl.h', |
| (...skipping 555 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 |