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

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: Addressed 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
« no previous file with comments | « athena/activity/public/activity_view_model.h ('k') | athena/content/DEPS » ('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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'sources': [ 142 'sources': [
143 'content/app_activity.cc', 143 'content/app_activity.cc',
144 'content/app_activity.h', 144 'content/app_activity.h',
145 'content/app_activity_proxy.cc', 145 'content/app_activity_proxy.cc',
146 'content/app_activity_proxy.h', 146 'content/app_activity_proxy.h',
147 'content/app_activity_registry.cc', 147 'content/app_activity_registry.cc',
148 'content/app_activity_registry.h', 148 'content/app_activity_registry.h',
149 'content/app_registry_impl.cc', 149 'content/app_registry_impl.cc',
150 'content/content_activity_factory.cc', 150 'content/content_activity_factory.cc',
151 'content/content_activity_factory.h', 151 'content/content_activity_factory.h',
152 'content/content_proxy.cc',
153 'content/content_proxy.h',
152 'content/public/app_registry.h', 154 'content/public/app_registry.h',
153 'content/public/content_activity_factory_creator.h', 155 'content/public/content_activity_factory_creator.h',
154 'content/public/dialogs.h', 156 'content/public/dialogs.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',
161 'extensions/extension_app_model_builder.cc', 163 'extensions/extension_app_model_builder.cc',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'screen/screen_manager_unittest.cc', 263 'screen/screen_manager_unittest.cc',
262 'test/athena_unittests.cc', 264 'test/athena_unittests.cc',
263 'wm/split_view_controller_unittest.cc', 265 'wm/split_view_controller_unittest.cc',
264 'wm/window_list_provider_impl_unittest.cc', 266 'wm/window_list_provider_impl_unittest.cc',
265 'wm/window_manager_unittest.cc', 267 'wm/window_manager_unittest.cc',
266 ], 268 ],
267 } 269 }
268 ], 270 ],
269 } 271 }
270 272
OLDNEW
« no previous file with comments | « athena/activity/public/activity_view_model.h ('k') | athena/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698