| 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 24 matching lines...) Expand all Loading... |
| 35 'target_name': 'athena_shell', | 35 'target_name': 'athena_shell', |
| 36 'type': 'executable', | 36 'type': 'executable', |
| 37 'dependencies': [ | 37 'dependencies': [ |
| 38 '../../base/base.gyp:base', | 38 '../../base/base.gyp:base', |
| 39 '../../base/base.gyp:base_i18n', | 39 '../../base/base.gyp:base_i18n', |
| 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 '../../url/url.gyp:url_lib', |
| 45 '../athena.gyp:athena_lib', | 46 '../athena.gyp:athena_lib', |
| 46 '../athena.gyp:athena_test_support', | 47 '../athena.gyp:athena_test_support', |
| 47 ], | 48 ], |
| 48 'sources': [ | 49 'sources': [ |
| 49 'athena_shell.cc', | 50 'athena_shell.cc', |
| 50 'sample_activity.cc', | |
| 51 'sample_activity.h', | |
| 52 ], | 51 ], |
| 53 } | 52 } |
| 54 ], # targets | 53 ], # targets |
| 55 } | 54 } |
| OLD | NEW |