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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 ], | 96 ], |
97 'sources': [ | 97 'sources': [ |
98 'content/public/content_activity_factory.h', | 98 'content/public/content_activity_factory.h', |
99 'content/public/content_app_model_builder.h', | 99 'content/public/content_app_model_builder.h', |
100 'content/content_activity_factory.cc', | 100 'content/content_activity_factory.cc', |
101 'content/content_app_model_builder.cc', | 101 'content/content_app_model_builder.cc', |
102 'content/app_activity.h', | 102 'content/app_activity.h', |
103 'content/app_activity.cc', | 103 'content/app_activity.cc', |
104 'content/web_activity.h', | 104 'content/web_activity.h', |
105 'content/web_activity.cc', | 105 'content/web_activity.cc', |
106 'virtual_keyboard/public/virtual_keyboard_bindings.h', | |
107 'virtual_keyboard/public/virtual_keyboard_manager.h', | 106 'virtual_keyboard/public/virtual_keyboard_manager.h', |
108 'virtual_keyboard/virtual_keyboard_bindings_impl.cc', | |
109 'virtual_keyboard/virtual_keyboard_manager_impl.cc', | 107 'virtual_keyboard/virtual_keyboard_manager_impl.cc', |
110 'virtual_keyboard/vk_message_handler.cc', | |
111 'virtual_keyboard/vk_message_handler.h', | |
112 'virtual_keyboard/vk_webui_controller.cc', | |
113 'virtual_keyboard/vk_webui_controller.h', | |
114 ], | 108 ], |
115 }, | 109 }, |
116 { | 110 { |
117 'target_name': 'athena_test_support', | 111 'target_name': 'athena_test_support', |
118 'type': 'static_library', | 112 'type': 'static_library', |
119 'dependencies': [ | 113 'dependencies': [ |
120 '../base/base.gyp:test_support_base', | 114 '../base/base.gyp:test_support_base', |
121 '../chromeos/chromeos.gyp:chromeos', | 115 '../chromeos/chromeos.gyp:chromeos', |
122 '../skia/skia.gyp:skia', | 116 '../skia/skia.gyp:skia', |
123 '../testing/gtest.gyp:gtest', | 117 '../testing/gtest.gyp:gtest', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 'activity/activity_manager_unittest.cc', | 157 'activity/activity_manager_unittest.cc', |
164 'home/home_card_unittest.cc', | 158 'home/home_card_unittest.cc', |
165 'input/accelerator_manager_unittest.cc', | 159 'input/accelerator_manager_unittest.cc', |
166 'screen/screen_manager_unittest.cc', | 160 'screen/screen_manager_unittest.cc', |
167 'wm/window_manager_unittest.cc', | 161 'wm/window_manager_unittest.cc', |
168 ], | 162 ], |
169 } | 163 } |
170 ], | 164 ], |
171 } | 165 } |
172 | 166 |
OLD | NEW |