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