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

Side by Side Diff: athena/athena.gyp

Issue 436213002: athena: Add support for fling-scroll in overview mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test Created 6 years, 4 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 | « no previous file | athena/wm/window_overview_mode.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'athena_lib', 11 'target_name': 'athena_lib',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../skia/skia.gyp:skia', 14 '../skia/skia.gyp:skia',
15 '../ui/accessibility/accessibility.gyp:ax_gen', 15 '../ui/accessibility/accessibility.gyp:ax_gen',
16 '../ui/app_list/app_list.gyp:app_list', 16 '../ui/app_list/app_list.gyp:app_list',
17 '../ui/aura/aura.gyp:aura', 17 '../ui/aura/aura.gyp:aura',
18 '../ui/events/events.gyp:events_base',
18 '../ui/strings/ui_strings.gyp:ui_strings', 19 '../ui/strings/ui_strings.gyp:ui_strings',
19 '../ui/views/views.gyp:views', 20 '../ui/views/views.gyp:views',
20 ], 21 ],
21 'defines': [ 22 'defines': [
22 'ATHENA_IMPLEMENTATION', 23 'ATHENA_IMPLEMENTATION',
23 ], 24 ],
24 'sources': [ 25 'sources': [
25 # All .cc, .h under athena, except unittests 26 # All .cc, .h under athena, except unittests
26 'activity/activity.cc', 27 'activity/activity.cc',
27 'activity/activity_factory.cc', 28 'activity/activity_factory.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'activity/activity_manager_unittest.cc', 158 'activity/activity_manager_unittest.cc',
158 'home/home_card_unittest.cc', 159 'home/home_card_unittest.cc',
159 'input/accelerator_manager_unittest.cc', 160 'input/accelerator_manager_unittest.cc',
160 'screen/screen_manager_unittest.cc', 161 'screen/screen_manager_unittest.cc',
161 'wm/window_manager_unittest.cc', 162 'wm/window_manager_unittest.cc',
162 ], 163 ],
163 } 164 }
164 ], 165 ],
165 } 166 }
166 167
OLDNEW
« no previous file with comments | « no previous file | athena/wm/window_overview_mode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698