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

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: Fix win_aura 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
« no previous file with comments | « ui/views/controls/menu/submenu_view.cc ('k') | no next file » | 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 '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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'msvs_settings': { 738 'msvs_settings': {
737 'VCManifestTool': { 739 'VCManifestTool': {
738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' , 740 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' ,
739 }, 741 },
740 }, 742 },
741 }], 743 }],
742 ], 744 ],
743 }, # target_name: views_examples_lib 745 }, # target_name: views_examples_lib
744 ], 746 ],
745 } 747 }
OLDNEW
« no previous file with comments | « 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