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

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 unit test. 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 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1671 ], 1671 ],
1672 }, { 1672 }, {
1673 'sources!': [ 1673 'sources!': [
1674 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub .cc', 1674 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub .cc',
1675 ], 1675 ],
1676 }], 1676 }],
1677 ['use_aura==1', { 1677 ['use_aura==1', {
1678 'dependencies': [ 1678 'dependencies': [
1679 '../ui/aura/aura.gyp:aura', 1679 '../ui/aura/aura.gyp:aura',
1680 '../ui/base/strings/ui_strings.gyp:ui_strings', 1680 '../ui/base/strings/ui_strings.gyp:ui_strings',
1681 '../ui/keyboard/keyboard.gyp:keyboard'
1681 ], 1682 ],
1682 'sources/': [ 1683 'sources/': [
1683 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 1684 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
1684 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 1685 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
1685 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller.cc'], 1686 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller.cc'],
1686 ], 1687 ],
1687 }, { 1688 }, {
1688 'sources/': [ 1689 'sources/': [
1689 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'], 1690 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'],
1690 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1691 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1751 '../build/linux/system.gyp:dbus', 1752 '../build/linux/system.gyp:dbus',
1752 '../dbus/dbus.gyp:dbus', 1753 '../dbus/dbus.gyp:dbus',
1753 ], 1754 ],
1754 }, { # OS != "linux" or use_dbus==0 1755 }, { # OS != "linux" or use_dbus==0
1755 'sources!': [ 1756 'sources!': [
1756 'browser/geolocation/wifi_data_provider_linux.cc', 1757 'browser/geolocation/wifi_data_provider_linux.cc',
1757 ], 1758 ],
1758 }], 1759 }],
1759 ], 1760 ],
1760 } 1761 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698