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 25 matching lines...) Expand all Loading... |
36 'sources': [ | 36 'sources': [ |
37 'athena_content_client.cc', | 37 'athena_content_client.cc', |
38 'athena_content_client.h', | 38 'athena_content_client.h', |
39 'athena_frame_view.cc', | 39 'athena_frame_view.cc', |
40 'athena_frame_view.h', | 40 'athena_frame_view.h', |
41 'athena_launcher.cc', | 41 'athena_launcher.cc', |
42 'athena_renderer_pdf_helper.cc', | 42 'athena_renderer_pdf_helper.cc', |
43 'athena_renderer_pdf_helper.h', | 43 'athena_renderer_pdf_helper.h', |
44 'athena_views_delegate.cc', | 44 'athena_views_delegate.cc', |
45 'athena_views_delegate.h', | 45 'athena_views_delegate.h', |
| 46 'debug_accelerator_handler.cc', |
| 47 'debug_accelerator_handler.h', |
46 'placeholder.cc', | 48 'placeholder.cc', |
47 'placeholder.h', | 49 'placeholder.h', |
48 'public/athena_launcher.h', | 50 'public/athena_launcher.h', |
49 ], | 51 ], |
50 }, | 52 }, |
51 { | 53 { |
52 'target_name': 'athena_main', | 54 'target_name': 'athena_main', |
53 'type': 'executable', | 55 'type': 'executable', |
54 'dependencies': [ | 56 'dependencies': [ |
55 '../../ui/accessibility/accessibility.gyp:ax_gen', | 57 '../../ui/accessibility/accessibility.gyp:ax_gen', |
56 '../athena.gyp:athena_app_shell_lib', | 58 '../athena.gyp:athena_app_shell_lib', |
57 '../resources/athena_resources.gyp:athena_pak', | 59 '../resources/athena_resources.gyp:athena_pak', |
58 'athena_main_lib', | 60 'athena_main_lib', |
59 ], | 61 ], |
60 'include_dirs': [ | 62 'include_dirs': [ |
61 '../..', | 63 '../..', |
62 ], | 64 ], |
63 'sources': [ | 65 'sources': [ |
64 'athena_main.cc', | 66 'athena_main.cc', |
65 ], | 67 ], |
66 } | 68 } |
67 ], # targets | 69 ], # targets |
68 } | 70 } |
OLD | NEW |