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

Side by Side Diff: ash/ash.gyp

Issue 2041233004: mash: Move //ash/session to //ash/common/session (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/aura/wm_shell_aura.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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'autoclick/autoclick_controller.h', 58 'autoclick/autoclick_controller.h',
59 'cancel_mode.cc', 59 'cancel_mode.cc',
60 'cancel_mode.h', 60 'cancel_mode.h',
61 'cast_config_delegate.cc', 61 'cast_config_delegate.cc',
62 'cast_config_delegate.h', 62 'cast_config_delegate.h',
63 'common/accessibility_delegate.h', 63 'common/accessibility_delegate.h',
64 'common/default_accessibility_delegate.cc', 64 'common/default_accessibility_delegate.cc',
65 'common/default_accessibility_delegate.h', 65 'common/default_accessibility_delegate.h',
66 'common/root_window_controller_common.cc', 66 'common/root_window_controller_common.cc',
67 'common/root_window_controller_common.h', 67 'common/root_window_controller_common.h',
68 'common/session/session_state_delegate.cc',
69 'common/session/session_state_delegate.h',
70 'common/session/session_state_observer.cc',
71 'common/session/session_state_observer.h',
72 'common/session/session_types.h',
68 'common/shelf/shelf_constants.cc', 73 'common/shelf/shelf_constants.cc',
69 'common/shelf/shelf_constants.h', 74 'common/shelf/shelf_constants.h',
70 'common/shelf/shelf_item_delegate.h', 75 'common/shelf/shelf_item_delegate.h',
71 'common/shelf/shelf_item_delegate_manager.cc', 76 'common/shelf/shelf_item_delegate_manager.cc',
72 'common/shelf/shelf_item_delegate_manager.h', 77 'common/shelf/shelf_item_delegate_manager.h',
73 'common/shelf/shelf_item_types.cc', 78 'common/shelf/shelf_item_types.cc',
74 'common/shelf/shelf_item_types.h', 79 'common/shelf/shelf_item_types.h',
75 'common/shelf/shelf_model.cc', 80 'common/shelf/shelf_model.cc',
76 'common/shelf/shelf_model.h', 81 'common/shelf/shelf_model.h',
77 'common/shelf/shelf_model_observer.h', 82 'common/shelf/shelf_model_observer.h',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'rotator/screen_rotation_animation.h', 337 'rotator/screen_rotation_animation.h',
333 'rotator/screen_rotation_animator.cc', 338 'rotator/screen_rotation_animator.cc',
334 'rotator/screen_rotation_animator.h', 339 'rotator/screen_rotation_animator.h',
335 'rotator/window_rotation.cc', 340 'rotator/window_rotation.cc',
336 'rotator/window_rotation.h', 341 'rotator/window_rotation.h',
337 'scoped_target_root_window.cc', 342 'scoped_target_root_window.cc',
338 'scoped_target_root_window.h', 343 'scoped_target_root_window.h',
339 'screen_util.cc', 344 'screen_util.cc',
340 'screen_util.h', 345 'screen_util.h',
341 'screenshot_delegate.h', 346 'screenshot_delegate.h',
342 'session/session_state_delegate.cc',
343 'session/session_state_delegate.h',
344 'session/session_state_observer.cc',
345 'session/session_state_observer.h',
346 'shelf/app_list_button.cc', 347 'shelf/app_list_button.cc',
347 'shelf/app_list_button.h', 348 'shelf/app_list_button.h',
348 'shelf/app_list_shelf_item_delegate.cc', 349 'shelf/app_list_shelf_item_delegate.cc',
349 'shelf/app_list_shelf_item_delegate.h', 350 'shelf/app_list_shelf_item_delegate.h',
350 'shelf/overflow_bubble.cc', 351 'shelf/overflow_bubble.cc',
351 'shelf/overflow_bubble.h', 352 'shelf/overflow_bubble.h',
352 'shelf/overflow_bubble_view.cc', 353 'shelf/overflow_bubble_view.cc',
353 'shelf/overflow_bubble_view.h', 354 'shelf/overflow_bubble_view.h',
354 'shelf/overflow_button.cc', 355 'shelf/overflow_button.cc',
355 'shelf/overflow_button.h', 356 'shelf/overflow_button.h',
(...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1444 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1444 ], 1445 ],
1445 } 1446 }
1446 ], 1447 ],
1447 ], 1448 ],
1448 }, 1449 },
1449 ], 1450 ],
1450 }], 1451 }],
1451 ], 1452 ],
1452 } 1453 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698