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

Side by Side Diff: ash/ash.gyp

Issue 975943002: Implemented screen rotation animation experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added ash-screen-rotation-animation entry to histograms.xml. Created 5 years, 9 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 | « ash/accelerators/accelerator_controller.cc ('k') | ash/ash_switches.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'multi_profile_uma.cc', 160 'multi_profile_uma.cc',
161 'multi_profile_uma.h', 161 'multi_profile_uma.h',
162 'networking_config_delegate.cc', 162 'networking_config_delegate.cc',
163 'networking_config_delegate.h', 163 'networking_config_delegate.h',
164 'popup_message.cc', 164 'popup_message.cc',
165 'popup_message.h', 165 'popup_message.h',
166 'root_window_controller.cc', 166 'root_window_controller.cc',
167 'root_window_controller.h', 167 'root_window_controller.h',
168 'root_window_settings.cc', 168 'root_window_settings.cc',
169 'root_window_settings.h', 169 'root_window_settings.h',
170 'rotator/screen_rotation.cc', 170 'rotator/screen_rotation_animation.cc',
171 'rotator/screen_rotation.h', 171 'rotator/screen_rotation_animation.h',
172 'rotator/screen_rotation_animator.cc',
173 'rotator/screen_rotation_animator.h',
174 'rotator/window_rotation.cc',
175 'rotator/window_rotation.h',
172 'scoped_target_root_window.cc', 176 'scoped_target_root_window.cc',
173 'scoped_target_root_window.h', 177 'scoped_target_root_window.h',
174 'screen_util.cc', 178 'screen_util.cc',
175 'screen_util.h', 179 'screen_util.h',
176 'screenshot_delegate.h', 180 'screenshot_delegate.h',
177 'session/session_state_delegate.cc', 181 'session/session_state_delegate.cc',
178 'session/session_state_delegate.h', 182 'session/session_state_delegate.h',
179 'session/session_state_observer.cc', 183 'session/session_state_observer.cc',
180 'session/session_state_observer.h', 184 'session/session_state_observer.h',
181 'shelf/app_list_button.cc', 185 'shelf/app_list_button.cc',
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 '../build/isolate.gypi', 1293 '../build/isolate.gypi',
1290 ], 1294 ],
1291 'sources': [ 1295 'sources': [
1292 'ash_unittests.isolate', 1296 'ash_unittests.isolate',
1293 ], 1297 ],
1294 }, 1298 },
1295 ], 1299 ],
1296 }], 1300 }],
1297 ], 1301 ],
1298 } 1302 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698