| 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 14 matching lines...) Expand all Loading... |
| 25 # search_engines and its dependencies. See crbug.com/386171 | 25 # search_engines and its dependencies. See crbug.com/386171 |
| 26 # TODO(mukai): declare those symbols for Athena. | 26 # TODO(mukai): declare those symbols for Athena. |
| 27 '../../components/components.gyp:infobars_test_support', | 27 '../../components/components.gyp:infobars_test_support', |
| 28 '../../components/components.gyp:search_engines', | 28 '../../components/components.gyp:search_engines', |
| 29 '../../extensions/shell/app_shell.gyp:app_shell_lib', | 29 '../../extensions/shell/app_shell.gyp:app_shell_lib', |
| 30 '../../skia/skia.gyp:skia', | 30 '../../skia/skia.gyp:skia', |
| 31 '../../ui/accessibility/accessibility.gyp:ax_gen', | 31 '../../ui/accessibility/accessibility.gyp:ax_gen', |
| 32 '../../ui/app_list/app_list.gyp:app_list', | 32 '../../ui/app_list/app_list.gyp:app_list', |
| 33 '../../ui/chromeos/ui_chromeos.gyp:ui_chromeos', | 33 '../../ui/chromeos/ui_chromeos.gyp:ui_chromeos', |
| 34 '../../ui/keyboard/keyboard.gyp:keyboard', | 34 '../../ui/keyboard/keyboard.gyp:keyboard', |
| 35 '../../ui/native_theme/native_theme.gyp:native_theme', |
| 35 '../../ui/views/views.gyp:views', | 36 '../../ui/views/views.gyp:views', |
| 36 '../../url/url.gyp:url_lib', | 37 '../../url/url.gyp:url_lib', |
| 37 ], | 38 ], |
| 38 'include_dirs': [ | 39 'include_dirs': [ |
| 39 '../..', | 40 '../..', |
| 40 ], | 41 ], |
| 41 'sources': [ | 42 'sources': [ |
| 42 'athena_app_window_controller.cc', | 43 'athena_app_window_controller.cc', |
| 43 'athena_app_window_controller.h', | 44 'athena_app_window_controller.h', |
| 44 'athena_launcher.cc', | 45 'athena_launcher.cc', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 68 '../athena.gyp:athena_lib', | 69 '../athena.gyp:athena_lib', |
| 69 '../athena.gyp:athena_test_support', | 70 '../athena.gyp:athena_test_support', |
| 70 '../resources/athena_resources.gyp:athena_pak', | 71 '../resources/athena_resources.gyp:athena_pak', |
| 71 ], | 72 ], |
| 72 'sources': [ | 73 'sources': [ |
| 73 'athena_shell.cc', | 74 'athena_shell.cc', |
| 74 ], | 75 ], |
| 75 } | 76 } |
| 76 ], # targets | 77 ], # targets |
| 77 } | 78 } |
| OLD | NEW |