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

Side by Side Diff: athena/athena.gyp

Issue 544953003: Supprot V2 app: step1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 ], 140 ],
141 'sources': [ 141 'sources': [
142 'content/app_activity.cc', 142 'content/app_activity.cc',
143 'content/app_activity.h', 143 'content/app_activity.h',
144 'content/app_activity_proxy.cc', 144 'content/app_activity_proxy.cc',
145 'content/app_activity_proxy.h', 145 'content/app_activity_proxy.h',
146 'content/app_activity_registry.cc', 146 'content/app_activity_registry.cc',
147 'content/app_activity_registry.h', 147 'content/app_activity_registry.h',
148 'content/app_registry_impl.cc', 148 'content/app_registry_impl.cc',
149 'content/content_activity_factory.cc', 149 'content/content_activity_factory.cc',
150 'content/content_activity_factory.h',
150 'content/content_app_model_builder.cc', 151 'content/content_app_model_builder.cc',
151 'content/public/app_registry.h', 152 'content/public/app_registry.h',
152 'content/content_activity_factory.h',
153 'content/public/content_activity_factory_creator.h', 153 'content/public/content_activity_factory_creator.h',
154 'content/public/content_app_model_builder.h', 154 'content/public/content_app_model_builder.h',
155 'content/public/dialogs.h',
155 'content/public/web_contents_view_delegate_creator.h', 156 'content/public/web_contents_view_delegate_creator.h',
156 'content/render_view_context_menu_impl.cc', 157 'content/render_view_context_menu_impl.cc',
157 'content/render_view_context_menu_impl.h', 158 'content/render_view_context_menu_impl.h',
158 'content/web_activity.cc', 159 'content/web_activity.cc',
159 'content/web_activity.h', 160 'content/web_activity.h',
160 'content/web_contents_view_delegate_factory_impl.cc', 161 'content/web_contents_view_delegate_factory_impl.cc',
161 'extensions/public/extensions_delegate.h', 162 'extensions/public/extensions_delegate.h',
162 'extensions/extensions_delegate.cc', 163 'extensions/extensions_delegate.cc',
163 'virtual_keyboard/public/virtual_keyboard_manager.h', 164 'virtual_keyboard/public/virtual_keyboard_manager.h',
164 'virtual_keyboard/virtual_keyboard_manager_impl.cc', 165 'virtual_keyboard/virtual_keyboard_manager_impl.cc',
165 ], 166 ],
166 }, 167 },
167 { 168 {
168 'target_name': 'athena_chrome_lib', 169 'target_name': 'athena_chrome_lib',
169 'type': 'static_library', 170 'type': 'static_library',
170 'dependencies': [ 171 'dependencies': [
171 '../chrome/chrome.gyp:browser_extensions', 172 '../chrome/chrome.gyp:browser_extensions',
172 ], 173 ],
173 'sources': [ 174 'sources': [
174 'content/chrome/content_activity_factory.cc', 175 'content/chrome/content_activity_factory.cc',
176 'content/chrome/dialogs.cc',
177 'extensions/chrome/athena_app_delegate.cc',
178 'extensions/chrome/athena_app_delegate.h',
179 'extensions/chrome/athena_apps_client.cc',
175 'extensions/chrome/athena_apps_client.h', 180 'extensions/chrome/athena_apps_client.h',
176 'extensions/chrome/athena_apps_client.cc',
177 'extensions/chrome/extensions_delegate_impl.cc', 181 'extensions/chrome/extensions_delegate_impl.cc',
178 ], 182 ],
179 }, 183 },
180 { 184 {
181 'target_name': 'athena_app_shell_lib', 185 'target_name': 'athena_app_shell_lib',
182 'type': 'static_library', 186 'type': 'static_library',
183 'dependencies': [ 187 'dependencies': [
184 '../extensions/shell/app_shell.gyp:app_shell_lib', 188 '../extensions/shell/app_shell.gyp:app_shell_lib',
185 ], 189 ],
186 'sources': [ 190 'sources': [
187 'content/shell/content_activity_factory.cc', 191 'content/shell/content_activity_factory.cc',
192 'content/shell/dialogs.cc',
188 'content/shell/shell_app_activity.cc', 193 'content/shell/shell_app_activity.cc',
189 'content/shell/shell_app_activity.h', 194 'content/shell/shell_app_activity.h',
190 'extensions/shell/extensions_delegate_impl.cc', 195 'extensions/shell/extensions_delegate_impl.cc',
191 ], 196 ],
192 }, 197 },
193 { 198 {
194 'target_name': 'athena_test_support', 199 'target_name': 'athena_test_support',
195 'type': 'static_library', 200 'type': 'static_library',
196 'dependencies': [ 201 'dependencies': [
197 '../base/base.gyp:test_support_base', 202 '../base/base.gyp:test_support_base',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'screen/screen_manager_unittest.cc', 259 'screen/screen_manager_unittest.cc',
255 'test/athena_unittests.cc', 260 'test/athena_unittests.cc',
256 'wm/split_view_controller_unittest.cc', 261 'wm/split_view_controller_unittest.cc',
257 'wm/window_list_provider_impl_unittest.cc', 262 'wm/window_list_provider_impl_unittest.cc',
258 'wm/window_manager_unittest.cc', 263 'wm/window_manager_unittest.cc',
259 ], 264 ],
260 } 265 }
261 ], 266 ],
262 } 267 }
263 268
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698