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

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: Addressed outstanding comments from Patch set 1 & 2. 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
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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'metrics/user_metrics_recorder.cc', 159 'metrics/user_metrics_recorder.cc',
160 'metrics/user_metrics_recorder.h', 160 'metrics/user_metrics_recorder.h',
161 'multi_profile_uma.cc', 161 'multi_profile_uma.cc',
162 'multi_profile_uma.h', 162 'multi_profile_uma.h',
163 'popup_message.cc', 163 'popup_message.cc',
164 'popup_message.h', 164 'popup_message.h',
165 'root_window_controller.cc', 165 'root_window_controller.cc',
166 'root_window_controller.h', 166 'root_window_controller.h',
167 'root_window_settings.cc', 167 'root_window_settings.cc',
168 'root_window_settings.h', 168 'root_window_settings.h',
169 'rotator/screen_rotation.cc', 169 'rotator/screen_rotation_animation.cc',
170 'rotator/screen_rotation.h', 170 'rotator/screen_rotation_animation.h',
171 'rotator/screen_rotation_animator.cc',
172 'rotator/screen_rotation_animator.h',
173 'rotator/window_rotation.cc',
174 'rotator/window_rotation.h',
171 'scoped_target_root_window.cc', 175 'scoped_target_root_window.cc',
172 'scoped_target_root_window.h', 176 'scoped_target_root_window.h',
173 'screen_util.cc', 177 'screen_util.cc',
174 'screen_util.h', 178 'screen_util.h',
175 'screenshot_delegate.h', 179 'screenshot_delegate.h',
176 'session/session_state_delegate.cc', 180 'session/session_state_delegate.cc',
177 'session/session_state_delegate.h', 181 'session/session_state_delegate.h',
178 'session/session_state_observer.cc', 182 'session/session_state_observer.cc',
179 'session/session_state_observer.h', 183 'session/session_state_observer.h',
180 'shelf/app_list_button.cc', 184 'shelf/app_list_button.cc',
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 '../build/isolate.gypi', 1290 '../build/isolate.gypi',
1287 ], 1291 ],
1288 'sources': [ 1292 'sources': [
1289 'ash_unittests.isolate', 1293 'ash_unittests.isolate',
1290 ], 1294 ],
1291 }, 1295 },
1292 ], 1296 ],
1293 }], 1297 }],
1294 ], 1298 ],
1295 } 1299 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698