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

Side by Side Diff: athena/athena.gyp

Issue 310243003: Let ActivityManager delete the remaining activities on shutdown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 6 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
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 16 matching lines...) Expand all
27 'home/home_card_impl.cc', 27 'home/home_card_impl.cc',
28 'home/public/home_card.h', 28 'home/public/home_card.h',
29 'screen/background_controller.cc', 29 'screen/background_controller.cc',
30 'screen/background_controller.h', 30 'screen/background_controller.h',
31 'screen/public/screen_manager.h', 31 'screen/public/screen_manager.h',
32 'screen/screen_manager_impl.cc', 32 'screen/screen_manager_impl.cc',
33 'activity/public/activity.h', 33 'activity/public/activity.h',
34 'activity/public/activity_manager.h', 34 'activity/public/activity_manager.h',
35 'activity/public/activity_view_manager.h', 35 'activity/public/activity_view_manager.h',
36 'activity/public/activity_view_model.h', 36 'activity/public/activity_view_model.h',
37 'activity/activity.cc',
37 'activity/activity_manager_impl.cc', 38 'activity/activity_manager_impl.cc',
38 'activity/activity_view_manager_impl.cc', 39 'activity/activity_view_manager_impl.cc',
39 'wm/public/window_manager.h', 40 'wm/public/window_manager.h',
40 'wm/window_manager_impl.cc', 41 'wm/window_manager_impl.cc',
41 ], 42 ],
42 }, 43 },
43 { 44 {
44 'target_name': 'athena_test_support', 45 'target_name': 'athena_test_support',
45 'type': 'static_library', 46 'type': 'static_library',
46 'dependencies': [ 47 'dependencies': [
(...skipping 28 matching lines...) Expand all
75 'athena_test_support', 76 'athena_test_support',
76 ], 77 ],
77 'sources': [ 78 'sources': [
78 'test/athena_unittests.cc', 79 'test/athena_unittests.cc',
79 'wm/window_manager_unittest.cc', 80 'wm/window_manager_unittest.cc',
80 ], 81 ],
81 } 82 }
82 ], 83 ],
83 } 84 }
84 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698