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

Side by Side Diff: content/content_browser.gypi

Issue 1076743003: Revert of Refactor GestureNavigation to eliminate code redundancy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 'browser/transition_request_manager.h', 1444 'browser/transition_request_manager.h',
1445 'browser/udev_linux.cc', 1445 'browser/udev_linux.cc',
1446 'browser/udev_linux.h', 1446 'browser/udev_linux.h',
1447 'browser/user_metrics.cc', 1447 'browser/user_metrics.cc',
1448 'browser/utility_process_host_impl.cc', 1448 'browser/utility_process_host_impl.cc',
1449 'browser/utility_process_host_impl.h', 1449 'browser/utility_process_host_impl.h',
1450 'browser/web_contents/aura/gesture_nav_simple.cc', 1450 'browser/web_contents/aura/gesture_nav_simple.cc',
1451 'browser/web_contents/aura/gesture_nav_simple.h', 1451 'browser/web_contents/aura/gesture_nav_simple.h',
1452 'browser/web_contents/aura/overscroll_navigation_overlay.cc', 1452 'browser/web_contents/aura/overscroll_navigation_overlay.cc',
1453 'browser/web_contents/aura/overscroll_navigation_overlay.h', 1453 'browser/web_contents/aura/overscroll_navigation_overlay.h',
1454 'browser/web_contents/aura/overscroll_window_animation.cc',
1455 'browser/web_contents/aura/overscroll_window_animation.h',
1456 'browser/web_contents/aura/overscroll_window_delegate.cc',
1457 'browser/web_contents/aura/overscroll_window_delegate.h',
1458 'browser/web_contents/aura/shadow_layer_delegate.cc', 1454 'browser/web_contents/aura/shadow_layer_delegate.cc',
1459 'browser/web_contents/aura/shadow_layer_delegate.h', 1455 'browser/web_contents/aura/shadow_layer_delegate.h',
1456 'browser/web_contents/aura/window_slider.cc',
1457 'browser/web_contents/aura/window_slider.h',
1460 'browser/web_contents/touch_editable_impl_aura.cc', 1458 'browser/web_contents/touch_editable_impl_aura.cc',
1461 'browser/web_contents/touch_editable_impl_aura.h', 1459 'browser/web_contents/touch_editable_impl_aura.h',
1462 'browser/web_contents/web_contents_android.cc', 1460 'browser/web_contents/web_contents_android.cc',
1463 'browser/web_contents/web_contents_android.h', 1461 'browser/web_contents/web_contents_android.h',
1464 'browser/web_contents/web_contents_impl.cc', 1462 'browser/web_contents/web_contents_impl.cc',
1465 'browser/web_contents/web_contents_impl.h', 1463 'browser/web_contents/web_contents_impl.h',
1466 'browser/web_contents/web_contents_view.h', 1464 'browser/web_contents/web_contents_view.h',
1467 'browser/web_contents/web_contents_view_android.cc', 1465 'browser/web_contents/web_contents_view_android.cc',
1468 'browser/web_contents/web_contents_view_android.h', 1466 'browser/web_contents/web_contents_view_android.h',
1469 'browser/web_contents/web_contents_view_aura.cc', 1467 'browser/web_contents/web_contents_view_aura.cc',
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
2028 'browser/media/media_web_contents_observer.h', 2026 'browser/media/media_web_contents_observer.h',
2029 ], 2027 ],
2030 }], 2028 }],
2031 ['OS == "linux" and use_openssl==1', { 2029 ['OS == "linux" and use_openssl==1', {
2032 'dependencies': [ 2030 'dependencies': [
2033 '../third_party/boringssl/boringssl.gyp:boringssl', 2031 '../third_party/boringssl/boringssl.gyp:boringssl',
2034 ], 2032 ],
2035 }], 2033 }],
2036 ], 2034 ],
2037 } 2035 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698