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 22 matching lines...) Expand all Loading... | |
33 'activity/public/activity_view_model.h', | 33 'activity/public/activity_view_model.h', |
34 # move athena_export.h to common/ | 34 # move athena_export.h to common/ |
35 'athena_export.h', | 35 'athena_export.h', |
36 'common/switches.cc', | 36 'common/switches.cc', |
37 'common/switches.h', | 37 'common/switches.h', |
38 'home/app_list_view_delegate.cc', | 38 'home/app_list_view_delegate.cc', |
39 'home/app_list_view_delegate.h', | 39 'home/app_list_view_delegate.h', |
40 'home/home_card_impl.cc', | 40 'home/home_card_impl.cc', |
41 'home/public/app_model_builder.h', | 41 'home/public/app_model_builder.h', |
42 'home/public/home_card.h', | 42 'home/public/home_card.h', |
43 » 'input/public/input_manager.h', | 43 'input/public/input_manager.h', |
44 » 'input/public/accelerator_manager.h', | 44 'input/public/accelerator_manager.h', |
45 » 'input/input_manager_impl.cc', | 45 'input/input_manager_impl.cc', |
46 » 'input/accelerator_manager_impl.cc', | 46 'input/accelerator_manager_impl.cc', |
47 » 'input/accelerator_manager_impl.h', | 47 'input/accelerator_manager_impl.h', |
bshe
2014/06/18 17:33:42
nit: order is wrong.
sadrul
2014/06/18 19:35:07
Done.
| |
48 'screen/background_controller.cc', | 48 'screen/background_controller.cc', |
49 'screen/background_controller.h', | 49 'screen/background_controller.h', |
50 'screen/public/screen_manager.h', | 50 'screen/public/screen_manager.h', |
51 'screen/screen_accelerator_handler.cc', | 51 'screen/screen_accelerator_handler.cc', |
52 'screen/screen_accelerator_handler.h', | 52 'screen/screen_accelerator_handler.h', |
53 'screen/screen_manager_impl.cc', | 53 'screen/screen_manager_impl.cc', |
54 'wm/public/window_manager.h', | 54 'wm/public/window_manager.h', |
55 'wm/window_manager_impl.cc', | 55 'wm/window_manager_impl.cc', |
56 'wm/window_overview_mode.cc', | 56 'wm/window_overview_mode.cc', |
57 'wm/window_overview_mode.h', | 57 'wm/window_overview_mode.h', |
58 ], | 58 ], |
59 }, | 59 }, |
60 { | 60 { |
61 'target_name': 'athena_content_lib', | 61 'target_name': 'athena_content_lib', |
62 'type': 'static_library', | 62 'type': 'static_library', |
63 'dependencies': [ | 63 'dependencies': [ |
64 'athena_lib', | 64 'athena_lib', |
65 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', | |
65 '../content/content.gyp:content_browser', | 66 '../content/content.gyp:content_browser', |
66 '../ui/app_list/app_list.gyp:app_list', | 67 '../ui/app_list/app_list.gyp:app_list', |
68 '../ui/keyboard/keyboard.gyp:keyboard', | |
69 '../ui/keyboard/keyboard.gyp:keyboard_resources', | |
70 '../third_party/WebKit/public/blink.gyp:blink', | |
67 '../ui/views/controls/webview/webview.gyp:webview', | 71 '../ui/views/controls/webview/webview.gyp:webview', |
68 '../skia/skia.gyp:skia', | 72 '../skia/skia.gyp:skia', |
69 ], | 73 ], |
70 'defines': [ | 74 'defines': [ |
71 'ATHENA_IMPLEMENTATION', | 75 'ATHENA_IMPLEMENTATION', |
72 ], | 76 ], |
73 'sources': [ | 77 'sources': [ |
74 'content/public/content_activity_factory.h', | 78 'content/public/content_activity_factory.h', |
75 'content/public/content_app_model_builder.h', | 79 'content/public/content_app_model_builder.h', |
76 'content/content_activity_factory.cc', | 80 'content/content_activity_factory.cc', |
77 'content/content_app_model_builder.cc', | 81 'content/content_app_model_builder.cc', |
78 'content/app_activity.h', | 82 'content/app_activity.h', |
79 'content/app_activity.cc', | 83 'content/app_activity.cc', |
80 'content/web_activity.h', | 84 'content/web_activity.h', |
81 'content/web_activity.cc', | 85 'content/web_activity.cc', |
86 'virtual_keyboard/public/virtual_keyboard_bindings.h', | |
87 'virtual_keyboard/public/virtual_keyboard_manager.h', | |
88 'virtual_keyboard/virtual_keyboard_bindings_impl.cc', | |
89 'virtual_keyboard/virtual_keyboard_manager_impl.cc', | |
90 'virtual_keyboard/vk_message_handler.cc', | |
91 'virtual_keyboard/vk_message_handler.h', | |
92 'virtual_keyboard/vk_webui_controller.cc', | |
93 'virtual_keyboard/vk_webui_controller.h', | |
82 ], | 94 ], |
83 }, | 95 }, |
84 { | 96 { |
85 'target_name': 'athena_test_support', | 97 'target_name': 'athena_test_support', |
86 'type': 'static_library', | 98 'type': 'static_library', |
87 'dependencies': [ | 99 'dependencies': [ |
88 '../base/base.gyp:test_support_base', | 100 '../base/base.gyp:test_support_base', |
89 '../skia/skia.gyp:skia', | 101 '../skia/skia.gyp:skia', |
90 '../testing/gtest.gyp:gtest', | 102 '../testing/gtest.gyp:gtest', |
91 '../ui/accessibility/accessibility.gyp:ax_gen', | 103 '../ui/accessibility/accessibility.gyp:ax_gen', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
127 'sources': [ | 139 'sources': [ |
128 'test/athena_unittests.cc', | 140 'test/athena_unittests.cc', |
129 'activity/activity_manager_unittest.cc', | 141 'activity/activity_manager_unittest.cc', |
130 'input/accelerator_manager_unittest.cc', | 142 'input/accelerator_manager_unittest.cc', |
131 'wm/window_manager_unittest.cc', | 143 'wm/window_manager_unittest.cc', |
132 ], | 144 ], |
133 } | 145 } |
134 ], | 146 ], |
135 } | 147 } |
136 | 148 |
OLD | NEW |