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

Side by Side Diff: athena/athena.gyp

Issue 451753002: Add fade to white animation when power button is pressed on Athena (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « no previous file | athena/main/athena_launcher.cc » ('j') | athena/screen/public/screen_manager.h » ('J')
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'home/minimized_home.h', 52 'home/minimized_home.h',
53 'home/public/app_model_builder.h', 53 'home/public/app_model_builder.h',
54 'home/public/home_card.h', 54 'home/public/home_card.h',
55 'input/accelerator_manager_impl.cc', 55 'input/accelerator_manager_impl.cc',
56 'input/accelerator_manager_impl.h', 56 'input/accelerator_manager_impl.h',
57 'input/input_manager_impl.cc', 57 'input/input_manager_impl.cc',
58 'input/public/accelerator_manager.h', 58 'input/public/accelerator_manager.h',
59 'input/public/input_manager.h', 59 'input/public/input_manager.h',
60 'screen/background_controller.cc', 60 'screen/background_controller.cc',
61 'screen/background_controller.h', 61 'screen/background_controller.h',
62 'screen/public/screen_animator.h',
62 'screen/public/screen_manager.h', 63 'screen/public/screen_manager.h',
63 'screen/screen_accelerator_handler.cc', 64 'screen/screen_accelerator_handler.cc',
64 'screen/screen_accelerator_handler.h', 65 'screen/screen_accelerator_handler.h',
66 'screen/screen_animator_impl.cc',
67 'screen/screen_animator_impl.h',
65 'screen/screen_manager_impl.cc', 68 'screen/screen_manager_impl.cc',
66 'system/power_button_controller.cc', 69 'system/power_button_controller.cc',
67 'system/power_button_controller.h', 70 'system/power_button_controller.h',
68 'system/public/system_ui.h', 71 'system/public/system_ui.h',
69 'system/system_ui_impl.cc', 72 'system/system_ui_impl.cc',
70 'wm/public/window_manager.h', 73 'wm/public/window_manager.h',
71 'wm/public/window_manager_observer.h', 74 'wm/public/window_manager_observer.h',
72 'wm/bezel_controller.cc', 75 'wm/bezel_controller.cc',
73 'wm/bezel_controller.h', 76 'wm/bezel_controller.h',
74 'wm/split_view_controller.cc', 77 'wm/split_view_controller.cc',
75 'wm/split_view_controller.h', 78 'wm/split_view_controller.h',
76 'wm/window_manager_impl.cc', 79 'wm/window_manager_impl.cc',
77 'wm/window_overview_mode.cc', 80 'wm/window_overview_mode.cc',
78 'wm/window_overview_mode.h', 81 'wm/window_overview_mode.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'activity/activity_manager_unittest.cc', 162 'activity/activity_manager_unittest.cc',
160 'home/home_card_unittest.cc', 163 'home/home_card_unittest.cc',
161 'input/accelerator_manager_unittest.cc', 164 'input/accelerator_manager_unittest.cc',
162 'screen/screen_manager_unittest.cc', 165 'screen/screen_manager_unittest.cc',
163 'wm/window_manager_unittest.cc', 166 'wm/window_manager_unittest.cc',
164 ], 167 ],
165 } 168 }
166 ], 169 ],
167 } 170 }
168 171
OLDNEW
« no previous file with comments | « no previous file | athena/main/athena_launcher.cc » ('j') | athena/screen/public/screen_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698