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

Side by Side Diff: content/content_browser.gypi

Issue 195793004: Implement overscroll support for the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OVERRIDE Created 6 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 | Annotate | Revision Log
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 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 1621 matching lines...) Expand 10 before | Expand all | Expand 10 after
1632 ], 1632 ],
1633 }, { 1633 }, {
1634 'sources!': [ 1634 'sources!': [
1635 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub .cc', 1635 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub .cc',
1636 ], 1636 ],
1637 }], 1637 }],
1638 ['use_aura==1', { 1638 ['use_aura==1', {
1639 'dependencies': [ 1639 'dependencies': [
1640 '../ui/aura/aura.gyp:aura', 1640 '../ui/aura/aura.gyp:aura',
1641 '../ui/base/strings/ui_strings.gyp:ui_strings', 1641 '../ui/base/strings/ui_strings.gyp:ui_strings',
1642 '../ui/keyboard/keyboard.gyp:keyboard'
1642 ], 1643 ],
1643 'sources/': [ 1644 'sources/': [
1644 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller.cc'], 1645 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller.cc'],
1645 ], 1646 ],
1646 }, { 1647 }, {
1647 'sources/': [ 1648 'sources/': [
1648 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'], 1649 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'],
1649 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1650 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
1650 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 1651 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
1651 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], 1652 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'],
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 '../build/linux/system.gyp:dbus', 1711 '../build/linux/system.gyp:dbus',
1711 '../dbus/dbus.gyp:dbus', 1712 '../dbus/dbus.gyp:dbus',
1712 ], 1713 ],
1713 }, { # OS != "linux" or use_dbus==0 1714 }, { # OS != "linux" or use_dbus==0
1714 'sources!': [ 1715 'sources!': [
1715 'browser/geolocation/wifi_data_provider_linux.cc', 1716 'browser/geolocation/wifi_data_provider_linux.cc',
1716 ], 1717 ],
1717 }], 1718 }],
1718 ], 1719 ],
1719 } 1720 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698