Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(821)

Side by Side Diff: trunk/src/athena/athena.gyp

Issue 497013002: Revert 291221 "Athena: Adding basic resource management framewor..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « trunk/src/athena/activity/public/activity.h ('k') | trunk/src/athena/content/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 '../ui/keyboard/keyboard.gyp:keyboard', 108 '../ui/keyboard/keyboard.gyp:keyboard',
109 '../ui/keyboard/keyboard.gyp:keyboard_resources', 109 '../ui/keyboard/keyboard.gyp:keyboard_resources',
110 '../third_party/WebKit/public/blink.gyp:blink', 110 '../third_party/WebKit/public/blink.gyp:blink',
111 '../ui/views/controls/webview/webview.gyp:webview', 111 '../ui/views/controls/webview/webview.gyp:webview',
112 '../skia/skia.gyp:skia', 112 '../skia/skia.gyp:skia',
113 ], 113 ],
114 'defines': [ 114 'defines': [
115 'ATHENA_IMPLEMENTATION', 115 'ATHENA_IMPLEMENTATION',
116 ], 116 ],
117 'sources': [ 117 'sources': [
118 'content/app_activity.cc',
119 'content/app_activity.h',
120 'content/app_activity_proxy.cc',
121 'content/app_activity_proxy.h',
122 'content/app_activity_registry.cc',
123 'content/app_activity_registry.h',
124 'content/app_registry_impl.cc',
125 'content/content_activity_factory.cc',
126 'content/content_app_model_builder.cc',
127 'content/public/app_registry.h',
128 'content/public/content_activity_factory.h', 118 'content/public/content_activity_factory.h',
129 'content/public/content_app_model_builder.h', 119 'content/public/content_app_model_builder.h',
130 'content/public/web_contents_view_delegate_creator.h', 120 'content/public/web_contents_view_delegate_creator.h',
121 'content/content_activity_factory.cc',
122 'content/content_app_model_builder.cc',
123 'content/app_activity.h',
124 'content/app_activity.cc',
131 'content/render_view_context_menu_impl.cc', 125 'content/render_view_context_menu_impl.cc',
132 'content/render_view_context_menu_impl.h', 126 'content/render_view_context_menu_impl.h',
127 'content/web_activity.h',
133 'content/web_activity.cc', 128 'content/web_activity.cc',
134 'content/web_activity.h',
135 'content/web_contents_view_delegate_factory_impl.cc', 129 'content/web_contents_view_delegate_factory_impl.cc',
136 'virtual_keyboard/public/virtual_keyboard_manager.h', 130 'virtual_keyboard/public/virtual_keyboard_manager.h',
137 'virtual_keyboard/virtual_keyboard_manager_impl.cc', 131 'virtual_keyboard/virtual_keyboard_manager_impl.cc',
138 ], 132 ],
139 }, 133 },
140 { 134 {
141 'target_name': 'athena_content_support_lib',
142 'type': 'static_library',
143 'dependencies': [
144 '../content/content.gyp:content_browser',
145 ],
146 'sources': [
147 'content/delegate/app_content_control_delegate_impl.cc',
148 'content/public/app_content_control_delegate.h',
149 ],
150 },
151 {
152 'target_name': 'athena_test_support', 135 'target_name': 'athena_test_support',
153 'type': 'static_library', 136 'type': 'static_library',
154 'dependencies': [ 137 'dependencies': [
155 '../base/base.gyp:test_support_base', 138 '../base/base.gyp:test_support_base',
156 '../chromeos/chromeos.gyp:chromeos', 139 '../chromeos/chromeos.gyp:chromeos',
157 '../skia/skia.gyp:skia', 140 '../skia/skia.gyp:skia',
158 '../testing/gtest.gyp:gtest', 141 '../testing/gtest.gyp:gtest',
159 '../ui/accessibility/accessibility.gyp:ax_gen', 142 '../ui/accessibility/accessibility.gyp:ax_gen',
160 '../ui/app_list/app_list.gyp:app_list', 143 '../ui/app_list/app_list.gyp:app_list',
161 '../ui/aura/aura.gyp:aura_test_support', 144 '../ui/aura/aura.gyp:aura_test_support',
162 '../ui/base/ui_base.gyp:ui_base_test_support', 145 '../ui/base/ui_base.gyp:ui_base_test_support',
163 '../ui/compositor/compositor.gyp:compositor_test_support', 146 '../ui/compositor/compositor.gyp:compositor_test_support',
164 '../ui/views/views.gyp:views', 147 '../ui/views/views.gyp:views',
165 '../ui/wm/wm.gyp:wm', 148 '../ui/wm/wm.gyp:wm',
166 '../url/url.gyp:url_lib', 149 '../url/url.gyp:url_lib',
167 'athena_content_lib', 150 'athena_content_lib',
168 'athena_lib', 151 'athena_lib',
169 'resources/athena_resources.gyp:athena_resources', 152 'resources/athena_resources.gyp:athena_resources',
170 ], 153 ],
171 'sources': [ 154 'sources': [
172 'content/public/app_content_control_delegate.h',
173 'test/athena_test_base.cc', 155 'test/athena_test_base.cc',
174 'test/athena_test_base.h', 156 'test/athena_test_base.h',
175 'test/athena_test_helper.cc', 157 'test/athena_test_helper.cc',
176 'test/athena_test_helper.h', 158 'test/athena_test_helper.h',
177 'test/sample_activity.cc', 159 'test/sample_activity.cc',
178 'test/sample_activity.h', 160 'test/sample_activity.h',
179 'test/sample_activity_factory.cc', 161 'test/sample_activity_factory.cc',
180 'test/sample_activity_factory.h', 162 'test/sample_activity_factory.h',
181 'test/test_app_content_control_delegate_impl.cc',
182 'test/test_app_model_builder.cc', 163 'test/test_app_model_builder.cc',
183 'test/test_app_model_builder.h', 164 'test/test_app_model_builder.h',
184 'test/test_screen_manager_delegate.cc', 165 'test/test_screen_manager_delegate.cc',
185 'test/test_screen_manager_delegate.h', 166 'test/test_screen_manager_delegate.h',
186 ], 167 ],
187 }, 168 },
188 { 169 {
189 'target_name': 'athena_unittests', 170 'target_name': 'athena_unittests',
190 'type': 'executable', 171 'type': 'executable',
191 'dependencies': [ 172 'dependencies': [
192 '../skia/skia.gyp:skia', 173 '../skia/skia.gyp:skia',
193 '../testing/gtest.gyp:gtest', 174 '../testing/gtest.gyp:gtest',
194 'athena_lib', 175 'athena_lib',
195 'athena_test_support', 176 'athena_test_support',
196 'main/athena_main.gyp:athena_main_lib', 177 'main/athena_main.gyp:athena_main_lib',
197 'resources/athena_resources.gyp:athena_pak', 178 'resources/athena_resources.gyp:athena_pak',
198 ], 179 ],
199 'sources': [ 180 'sources': [
181 'test/athena_unittests.cc',
200 'activity/activity_manager_unittest.cc', 182 'activity/activity_manager_unittest.cc',
201 'content/app_activity_unittest.cc',
202 'home/home_card_unittest.cc', 183 'home/home_card_unittest.cc',
203 'input/accelerator_manager_unittest.cc', 184 'input/accelerator_manager_unittest.cc',
204 'screen/screen_manager_unittest.cc', 185 'screen/screen_manager_unittest.cc',
205 'test/athena_unittests.cc',
206 'wm/split_view_controller_unittest.cc', 186 'wm/split_view_controller_unittest.cc',
207 'wm/window_list_provider_impl_unittest.cc', 187 'wm/window_list_provider_impl_unittest.cc',
208 'wm/window_manager_unittest.cc', 188 'wm/window_manager_unittest.cc',
209 ], 189 ],
210 } 190 }
211 ], 191 ],
212 } 192 }
213 193
OLDNEW
« no previous file with comments | « trunk/src/athena/activity/public/activity.h ('k') | trunk/src/athena/content/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698