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

Side by Side Diff: ash/ash.gyp

Issue 1770993002: wip: Refactoring Ash's AppListController, moving the bulk of the logic to chrome/browser/ui/ash/app… Base URL: https://chromium.googlesource.com/chromium/src.git@small_5_apps
Patch Set: Added a comment for PostTask in AppListServiceAsh. Created 4 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 | « no previous file | ash/shell.h » ('j') | ash/wm/app_list_layout_delegate.h » ('J')
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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 'touch/touch_uma.h', 504 'touch/touch_uma.h',
505 'touch/touchscreen_util.cc', 505 'touch/touchscreen_util.cc',
506 'touch/touchscreen_util.h', 506 'touch/touchscreen_util.h',
507 'utility/partial_screenshot_controller.cc', 507 'utility/partial_screenshot_controller.cc',
508 'utility/partial_screenshot_controller.h', 508 'utility/partial_screenshot_controller.h',
509 'virtual_keyboard_controller.cc', 509 'virtual_keyboard_controller.cc',
510 'virtual_keyboard_controller.h', 510 'virtual_keyboard_controller.h',
511 'volume_control_delegate.h', 511 'volume_control_delegate.h',
512 'wm/always_on_top_controller.cc', 512 'wm/always_on_top_controller.cc',
513 'wm/always_on_top_controller.h', 513 'wm/always_on_top_controller.h',
514 'wm/app_list_controller.cc', 514 'wm/app_list_layout_delegate.cc',
515 'wm/app_list_controller.h', 515 'wm/app_list_layout_delegate.h',
516 'wm/ash_focus_rules.cc', 516 'wm/ash_focus_rules.cc',
517 'wm/ash_focus_rules.h', 517 'wm/ash_focus_rules.h',
518 'wm/ash_native_cursor_manager.cc', 518 'wm/ash_native_cursor_manager.cc',
519 'wm/ash_native_cursor_manager.h', 519 'wm/ash_native_cursor_manager.h',
520 'wm/boot_splash_screen_chromeos.cc', 520 'wm/boot_splash_screen_chromeos.cc',
521 'wm/boot_splash_screen_chromeos.h', 521 'wm/boot_splash_screen_chromeos.h',
522 'wm/coordinate_conversion.cc', 522 'wm/coordinate_conversion.cc',
523 'wm/coordinate_conversion.h', 523 'wm/coordinate_conversion.h',
524 'wm/cursor_manager_chromeos.cc', 524 'wm/cursor_manager_chromeos.cc',
525 'wm/cursor_manager_chromeos.h', 525 'wm/cursor_manager_chromeos.h',
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1355 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1356 ], 1356 ],
1357 } 1357 }
1358 ], 1358 ],
1359 ], 1359 ],
1360 }, 1360 },
1361 ], 1361 ],
1362 }], 1362 }],
1363 ], 1363 ],
1364 } 1364 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ash/wm/app_list_layout_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698