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

Side by Side Diff: athena/athena.gyp

Issue 548633005: Adding overview / layer framework to Activities so that unloaded / sleeping activities can be shown… (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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_app_model_builder.cc', 150 'content/content_app_model_builder.cc',
151 'content/content_proxy.cc',
152 'content/content_proxy.h',
151 'content/public/app_registry.h', 153 'content/public/app_registry.h',
152 'content/content_activity_factory.h', 154 'content/content_activity_factory.h',
153 'content/public/content_activity_factory_creator.h', 155 'content/public/content_activity_factory_creator.h',
154 'content/public/content_app_model_builder.h', 156 'content/public/content_app_model_builder.h',
155 'content/public/web_contents_view_delegate_creator.h', 157 'content/public/web_contents_view_delegate_creator.h',
156 'content/render_view_context_menu_impl.cc', 158 'content/render_view_context_menu_impl.cc',
157 'content/render_view_context_menu_impl.h', 159 'content/render_view_context_menu_impl.h',
158 'content/web_activity.cc', 160 'content/web_activity.cc',
159 'content/web_activity.h', 161 'content/web_activity.h',
160 'content/web_contents_view_delegate_factory_impl.cc', 162 'content/web_contents_view_delegate_factory_impl.cc',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'screen/screen_manager_unittest.cc', 255 'screen/screen_manager_unittest.cc',
254 'test/athena_unittests.cc', 256 'test/athena_unittests.cc',
255 'wm/split_view_controller_unittest.cc', 257 'wm/split_view_controller_unittest.cc',
256 'wm/window_list_provider_impl_unittest.cc', 258 'wm/window_list_provider_impl_unittest.cc',
257 'wm/window_manager_unittest.cc', 259 'wm/window_manager_unittest.cc',
258 ], 260 ],
259 } 261 }
260 ], 262 ],
261 } 263 }
262 264
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698