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

Side by Side Diff: ui/views/views.gyp

Issue 8508024: Support touch scroll gestures in menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No reason menu gestures should be linux-only. Created 8 years, 11 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'VIEWS_IMPLEMENTATION', 44 'VIEWS_IMPLEMENTATION',
45 ], 45 ],
46 'sources': [ 46 'sources': [
47 # All .cc, .h under views, except unittests 47 # All .cc, .h under views, except unittests
48 'accessibility/native_view_accessibility_win.cc', 48 'accessibility/native_view_accessibility_win.cc',
49 'accessibility/native_view_accessibility_win.h', 49 'accessibility/native_view_accessibility_win.h',
50 'accessible_pane_view.cc', 50 'accessible_pane_view.cc',
51 'accessible_pane_view.h', 51 'accessible_pane_view.h',
52 'animation/bounds_animator.cc', 52 'animation/bounds_animator.cc',
53 'animation/bounds_animator.h', 53 'animation/bounds_animator.h',
54 'animation/scroll_animator.cc',
55 'animation/scroll_animator.h',
54 'background.cc', 56 'background.cc',
55 'background.h', 57 'background.h',
56 'border.cc', 58 'border.cc',
57 'border.h', 59 'border.h',
58 'bubble/bubble_border.cc', 60 'bubble/bubble_border.cc',
59 'bubble/bubble_border.h', 61 'bubble/bubble_border.h',
60 'bubble/bubble_delegate.cc', 62 'bubble/bubble_delegate.cc',
61 'bubble/bubble_delegate.h', 63 'bubble/bubble_delegate.h',
62 'bubble/bubble_frame_view.cc', 64 'bubble/bubble_frame_view.cc',
63 'bubble/bubble_frame_view.h', 65 'bubble/bubble_frame_view.h',
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 'msvs_settings': { 736 'msvs_settings': {
735 'VCManifestTool': { 737 'VCManifestTool': {
736 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' , 738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' ,
737 }, 739 },
738 }, 740 },
739 }], 741 }],
740 ], 742 ],
741 }, # target_name: views_examples_lib 743 }, # target_name: views_examples_lib
742 ], 744 ],
743 } 745 }
OLDNEW
« ui/views/controls/menu/submenu_view.h ('K') | « ui/views/controls/menu/submenu_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698