OLD | NEW |
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 { |
(...skipping 29 matching lines...) Expand all Loading... |
40 '../../skia/skia.gyp:skia', | 40 '../../skia/skia.gyp:skia', |
41 '../../ui/accessibility/accessibility.gyp:ax_gen', | 41 '../../ui/accessibility/accessibility.gyp:ax_gen', |
42 '../../ui/aura/aura.gyp:aura', | 42 '../../ui/aura/aura.gyp:aura', |
43 '../../ui/compositor/compositor.gyp:compositor_test_support', | 43 '../../ui/compositor/compositor.gyp:compositor_test_support', |
44 '../../ui/gfx/gfx.gyp:gfx', | 44 '../../ui/gfx/gfx.gyp:gfx', |
45 '../athena.gyp:athena_lib', | 45 '../athena.gyp:athena_lib', |
46 '../athena.gyp:athena_test_support', | 46 '../athena.gyp:athena_test_support', |
47 ], | 47 ], |
48 'sources': [ | 48 'sources': [ |
49 'athena_shell.cc', | 49 'athena_shell.cc', |
50 'sample_activity.cc', | |
51 'sample_activity.h', | |
52 ], | 50 ], |
53 } | 51 } |
54 ], # targets | 52 ], # targets |
55 } | 53 } |
OLD | NEW |