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

Side by Side Diff: views/views.gyp

Issue 8508055: Move views::Accelerator to ui in order to use it from aura code. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 9 years, 1 month 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
« no previous file with comments | « views/view_unittest.cc ('k') | views/widget/native_widget_gtk.cc » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '../ui/gfx/compositor/compositor.gyp:compositor', 48 '../ui/gfx/compositor/compositor.gyp:compositor',
49 '../ui/ui.gyp:ui', 49 '../ui/ui.gyp:ui',
50 '../ui/ui.gyp:ui_resources', 50 '../ui/ui.gyp:ui_resources',
51 '../ui/ui.gyp:ui_resources_standard', 51 '../ui/ui.gyp:ui_resources_standard',
52 ], 52 ],
53 'defines': [ 53 'defines': [
54 'VIEWS_IMPLEMENTATION', 54 'VIEWS_IMPLEMENTATION',
55 ], 55 ],
56 'sources': [ 56 'sources': [
57 # All .cc, .h under views, except unittests 57 # All .cc, .h under views, except unittests
58 'accelerator.cc',
59 'accelerator.h',
60 'accessibility/native_view_accessibility_win.cc', 58 'accessibility/native_view_accessibility_win.cc',
61 'accessibility/native_view_accessibility_win.h', 59 'accessibility/native_view_accessibility_win.h',
62 'accessible_pane_view.cc', 60 'accessible_pane_view.cc',
63 'accessible_pane_view.h', 61 'accessible_pane_view.h',
64 'animation/bounds_animator.cc', 62 'animation/bounds_animator.cc',
65 'animation/bounds_animator.h', 63 'animation/bounds_animator.h',
66 'background.cc', 64 'background.cc',
67 'background.h', 65 'background.h',
68 'border.cc', 66 'border.cc',
69 'border.h', 67 'border.h',
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'include_dirs': [ 930 'include_dirs': [
933 '../third_party/wtl/include', 931 '../third_party/wtl/include',
934 ], 932 ],
935 }], 933 }],
936 ], 934 ],
937 }, 935 },
938 ], 936 ],
939 }], 937 }],
940 ], 938 ],
941 } 939 }
OLDNEW
« no previous file with comments | « views/view_unittest.cc ('k') | views/widget/native_widget_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698