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

Side by Side Diff: athena/athena.gyp

Issue 287253003: Add initial home card impl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/home/DEPS » ('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 '../ui/aura/aura.gyp:aura', 14 '../ui/aura/aura.gyp:aura',
15 '../ui/views/views.gyp:views', 15 '../ui/views/views.gyp:views',
16 '../ui/accessibility/accessibility.gyp:ax_gen', 16 '../ui/accessibility/accessibility.gyp:ax_gen',
17 '../skia/skia.gyp:skia', 17 '../skia/skia.gyp:skia',
18 ], 18 ],
19 'defines': [ 19 'defines': [
20 'ATHENA_IMPLEMENTATION', 20 'ATHENA_IMPLEMENTATION',
21 ], 21 ],
22 'sources': [ 22 'sources': [
23 # All .cc, .h under athena, except unittests 23 # All .cc, .h under athena, except unittests
24 'athena_export.h', 24 'athena_export.h',
25 'home/home_card_delegate_view.cc',
26 'home/home_card_delegate_view.h',
27 'home/home_card_impl.cc',
28 'home/public/home_card.h',
29 'screen/background_controller.cc',
25 'screen/background_controller.h', 30 'screen/background_controller.h',
26 'screen/background_controller.cc',
27 'screen/public/screen_manager.h', 31 'screen/public/screen_manager.h',
28 'screen/screen_manager_impl.cc', 32 'screen/screen_manager_impl.cc',
29 'wm/public/window_manager.h', 33 'wm/public/window_manager.h',
30 'wm/window_manager_impl.cc', 34 'wm/window_manager_impl.cc',
31 ], 35 ],
32 }, 36 },
33 ], 37 ],
34 } 38 }
35 39
OLDNEW
« no previous file with comments | « no previous file | athena/home/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698