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 19 matching lines...) Expand all Loading... |
30 '../../ui/views/views.gyp:views', | 30 '../../ui/views/views.gyp:views', |
31 '../../url/url.gyp:url_lib', | 31 '../../url/url.gyp:url_lib', |
32 ], | 32 ], |
33 'include_dirs': [ | 33 'include_dirs': [ |
34 '../..', | 34 '../..', |
35 ], | 35 ], |
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_launcher.cc', | 39 'athena_launcher.cc', |
40 'athena_launcher.h', | |
41 'athena_renderer_pdf_helper.cc', | 40 'athena_renderer_pdf_helper.cc', |
42 'athena_renderer_pdf_helper.h', | 41 'athena_renderer_pdf_helper.h', |
| 42 'placeholder.cc', |
| 43 'placeholder.h', |
| 44 'public/athena_launcher.h', |
43 'url_search_provider.cc', | 45 'url_search_provider.cc', |
44 'url_search_provider.h', | 46 'url_search_provider.h', |
45 'placeholder.cc', | |
46 'placeholder.h', | |
47 ], | 47 ], |
48 }, | 48 }, |
49 { | 49 { |
50 'target_name': 'athena_main', | 50 'target_name': 'athena_main', |
51 'type': 'executable', | 51 'type': 'executable', |
52 'dependencies': [ | 52 'dependencies': [ |
53 '../../ui/accessibility/accessibility.gyp:ax_gen', | 53 '../../ui/accessibility/accessibility.gyp:ax_gen', |
54 '../athena.gyp:athena_app_shell_lib', | 54 '../athena.gyp:athena_app_shell_lib', |
55 '../resources/athena_resources.gyp:athena_pak', | 55 '../resources/athena_resources.gyp:athena_pak', |
56 'athena_main_lib', | 56 'athena_main_lib', |
57 ], | 57 ], |
58 'include_dirs': [ | 58 'include_dirs': [ |
59 '../..', | 59 '../..', |
60 ], | 60 ], |
61 'sources': [ | 61 'sources': [ |
62 'athena_main.cc', | 62 'athena_main.cc', |
63 ], | 63 ], |
64 } | 64 } |
65 ], # targets | 65 ], # targets |
66 } | 66 } |
OLD | NEW |