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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'dependencies': [ | 56 'dependencies': [ |
57 '../../ui/accessibility/accessibility.gyp:ax_gen', | 57 '../../ui/accessibility/accessibility.gyp:ax_gen', |
58 '../resources/athena_resources.gyp:athena_pak', | 58 '../resources/athena_resources.gyp:athena_pak', |
59 '../../extensions/shell/app_shell.gyp:app_shell_lib', | 59 '../../extensions/shell/app_shell.gyp:app_shell_lib', |
60 'athena_main_lib', | 60 'athena_main_lib', |
61 ], | 61 ], |
62 'include_dirs': [ | 62 'include_dirs': [ |
63 '../..', | 63 '../..', |
64 ], | 64 ], |
65 'sources': [ | 65 'sources': [ |
66 'athena_app_window_controller.cc', | |
67 'athena_app_window_controller.h', | |
68 'athena_main.cc', | 66 'athena_main.cc', |
69 ], | 67 ], |
70 } | 68 } |
71 ], # targets | 69 ], # targets |
72 } | 70 } |
OLD | NEW |