Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Side by Side Diff: content/content_browser.gypi

Issue 895543005: Refactor GestureNavigation to eliminate code redundancy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed some bugs related to back and forth 2nd case navigation Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 'browser/transition_request_manager.h', 1420 'browser/transition_request_manager.h',
1421 'browser/udev_linux.cc', 1421 'browser/udev_linux.cc',
1422 'browser/udev_linux.h', 1422 'browser/udev_linux.h',
1423 'browser/user_metrics.cc', 1423 'browser/user_metrics.cc',
1424 'browser/utility_process_host_impl.cc', 1424 'browser/utility_process_host_impl.cc',
1425 'browser/utility_process_host_impl.h', 1425 'browser/utility_process_host_impl.h',
1426 'browser/web_contents/aura/gesture_nav_simple.cc', 1426 'browser/web_contents/aura/gesture_nav_simple.cc',
1427 'browser/web_contents/aura/gesture_nav_simple.h', 1427 'browser/web_contents/aura/gesture_nav_simple.h',
1428 'browser/web_contents/aura/overscroll_navigation_overlay.cc', 1428 'browser/web_contents/aura/overscroll_navigation_overlay.cc',
1429 'browser/web_contents/aura/overscroll_navigation_overlay.h', 1429 'browser/web_contents/aura/overscroll_navigation_overlay.h',
1430 'browser/web_contents/aura/overscroll_window_animation.cc',
1431 'browser/web_contents/aura/overscroll_window_animation.h',
1432 'browser/web_contents/aura/overscroll_window_delegate.cc',
1433 'browser/web_contents/aura/overscroll_window_delegate.h',
1430 'browser/web_contents/aura/shadow_layer_delegate.cc', 1434 'browser/web_contents/aura/shadow_layer_delegate.cc',
1431 'browser/web_contents/aura/shadow_layer_delegate.h', 1435 'browser/web_contents/aura/shadow_layer_delegate.h',
1436 'browser/web_contents/aura/slidable_wrapper.cc',
1437 'browser/web_contents/aura/slidable_wrapper.h',
1432 'browser/web_contents/aura/window_slider.cc', 1438 'browser/web_contents/aura/window_slider.cc',
1433 'browser/web_contents/aura/window_slider.h', 1439 'browser/web_contents/aura/window_slider.h',
1434 'browser/web_contents/touch_editable_impl_aura.cc', 1440 'browser/web_contents/touch_editable_impl_aura.cc',
1435 'browser/web_contents/touch_editable_impl_aura.h', 1441 'browser/web_contents/touch_editable_impl_aura.h',
1436 'browser/web_contents/web_contents_android.cc', 1442 'browser/web_contents/web_contents_android.cc',
1437 'browser/web_contents/web_contents_android.h', 1443 'browser/web_contents/web_contents_android.h',
1438 'browser/web_contents/web_contents_impl.cc', 1444 'browser/web_contents/web_contents_impl.cc',
1439 'browser/web_contents/web_contents_impl.h', 1445 'browser/web_contents/web_contents_impl.h',
1440 'browser/web_contents/web_contents_view.h', 1446 'browser/web_contents/web_contents_view.h',
1441 'browser/web_contents/web_contents_view_android.cc', 1447 'browser/web_contents/web_contents_view_android.cc',
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
1990 'browser/media/media_web_contents_observer.h', 1996 'browser/media/media_web_contents_observer.h',
1991 ], 1997 ],
1992 }], 1998 }],
1993 ['OS == "linux" and use_openssl==1', { 1999 ['OS == "linux" and use_openssl==1', {
1994 'dependencies': [ 2000 'dependencies': [
1995 '../third_party/boringssl/boringssl.gyp:boringssl', 2001 '../third_party/boringssl/boringssl.gyp:boringssl',
1996 ], 2002 ],
1997 }], 2003 }],
1998 ], 2004 ],
1999 } 2005 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698