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 1430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1441 'browser/transition_request_manager.h', | 1441 'browser/transition_request_manager.h', |
1442 'browser/udev_linux.cc', | 1442 'browser/udev_linux.cc', |
1443 'browser/udev_linux.h', | 1443 'browser/udev_linux.h', |
1444 'browser/user_metrics.cc', | 1444 'browser/user_metrics.cc', |
1445 'browser/utility_process_host_impl.cc', | 1445 'browser/utility_process_host_impl.cc', |
1446 'browser/utility_process_host_impl.h', | 1446 'browser/utility_process_host_impl.h', |
1447 'browser/web_contents/aura/gesture_nav_simple.cc', | 1447 'browser/web_contents/aura/gesture_nav_simple.cc', |
1448 'browser/web_contents/aura/gesture_nav_simple.h', | 1448 'browser/web_contents/aura/gesture_nav_simple.h', |
1449 'browser/web_contents/aura/overscroll_navigation_overlay.cc', | 1449 'browser/web_contents/aura/overscroll_navigation_overlay.cc', |
1450 'browser/web_contents/aura/overscroll_navigation_overlay.h', | 1450 'browser/web_contents/aura/overscroll_navigation_overlay.h', |
| 1451 'browser/web_contents/aura/overscroll_window_animation.cc', |
| 1452 'browser/web_contents/aura/overscroll_window_animation.h', |
| 1453 'browser/web_contents/aura/overscroll_window_delegate.cc', |
| 1454 'browser/web_contents/aura/overscroll_window_delegate.h', |
1451 'browser/web_contents/aura/shadow_layer_delegate.cc', | 1455 'browser/web_contents/aura/shadow_layer_delegate.cc', |
1452 'browser/web_contents/aura/shadow_layer_delegate.h', | 1456 'browser/web_contents/aura/shadow_layer_delegate.h', |
1453 'browser/web_contents/aura/window_slider.cc', | |
1454 'browser/web_contents/aura/window_slider.h', | |
1455 'browser/web_contents/touch_editable_impl_aura.cc', | 1457 'browser/web_contents/touch_editable_impl_aura.cc', |
1456 'browser/web_contents/touch_editable_impl_aura.h', | 1458 'browser/web_contents/touch_editable_impl_aura.h', |
1457 'browser/web_contents/web_contents_android.cc', | 1459 'browser/web_contents/web_contents_android.cc', |
1458 'browser/web_contents/web_contents_android.h', | 1460 'browser/web_contents/web_contents_android.h', |
1459 'browser/web_contents/web_contents_impl.cc', | 1461 'browser/web_contents/web_contents_impl.cc', |
1460 'browser/web_contents/web_contents_impl.h', | 1462 'browser/web_contents/web_contents_impl.h', |
1461 'browser/web_contents/web_contents_view.h', | 1463 'browser/web_contents/web_contents_view.h', |
1462 'browser/web_contents/web_contents_view_android.cc', | 1464 'browser/web_contents/web_contents_view_android.cc', |
1463 'browser/web_contents/web_contents_view_android.h', | 1465 'browser/web_contents/web_contents_view_android.h', |
1464 'browser/web_contents/web_contents_view_aura.cc', | 1466 'browser/web_contents/web_contents_view_aura.cc', |
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2023 'browser/media/media_web_contents_observer.h', | 2025 'browser/media/media_web_contents_observer.h', |
2024 ], | 2026 ], |
2025 }], | 2027 }], |
2026 ['OS == "linux" and use_openssl==1', { | 2028 ['OS == "linux" and use_openssl==1', { |
2027 'dependencies': [ | 2029 'dependencies': [ |
2028 '../third_party/boringssl/boringssl.gyp:boringssl', | 2030 '../third_party/boringssl/boringssl.gyp:boringssl', |
2029 ], | 2031 ], |
2030 }], | 2032 }], |
2031 ], | 2033 ], |
2032 } | 2034 } |
OLD | NEW |