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

Side by Side Diff: content/content_browser.gypi

Issue 211733003: Move GetCursor() method from WindowDelegate to its own delegate interface CursorDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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 | 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 1644 matching lines...) Expand 10 before | Expand all | Expand 10 after
1655 ], 1655 ],
1656 }, { 1656 }, {
1657 'sources!': [ 1657 'sources!': [
1658 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub .cc', 1658 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub .cc',
1659 ], 1659 ],
1660 }], 1660 }],
1661 ['use_aura==1', { 1661 ['use_aura==1', {
1662 'dependencies': [ 1662 'dependencies': [
1663 '../ui/aura/aura.gyp:aura', 1663 '../ui/aura/aura.gyp:aura',
1664 '../ui/base/strings/ui_strings.gyp:ui_strings', 1664 '../ui/base/strings/ui_strings.gyp:ui_strings',
1665 '../ui/wm/wm.gyp:wm_core',
1665 ], 1666 ],
1666 'sources/': [ 1667 'sources/': [
1667 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 1668 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
1668 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 1669 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
1669 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller.cc'], 1670 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller.cc'],
1670 ], 1671 ],
1671 }, { 1672 }, {
1672 'sources/': [ 1673 'sources/': [
1673 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'], 1674 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'],
1674 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1675 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 '../build/linux/system.gyp:dbus', 1736 '../build/linux/system.gyp:dbus',
1736 '../dbus/dbus.gyp:dbus', 1737 '../dbus/dbus.gyp:dbus',
1737 ], 1738 ],
1738 }, { # OS != "linux" or use_dbus==0 1739 }, { # OS != "linux" or use_dbus==0
1739 'sources!': [ 1740 'sources!': [
1740 'browser/geolocation/wifi_data_provider_linux.cc', 1741 'browser/geolocation/wifi_data_provider_linux.cc',
1741 ], 1742 ],
1742 }], 1743 }],
1743 ], 1744 ],
1744 } 1745 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | mojo/examples/aura_demo/aura_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698