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

Side by Side Diff: ash/ash.gyp

Issue 1856943003: AppListController refactoring part 2: Ash's AppListShowerDelegate imlementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus_chrome_delegates_app_list_2
Patch Set: Rebase. Created 4 years, 8 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 # 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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 'touch/touchscreen_util.h', 513 'touch/touchscreen_util.h',
514 'utility/partial_screenshot_controller.cc', 514 'utility/partial_screenshot_controller.cc',
515 'utility/partial_screenshot_controller.h', 515 'utility/partial_screenshot_controller.h',
516 'virtual_keyboard_controller.cc', 516 'virtual_keyboard_controller.cc',
517 'virtual_keyboard_controller.h', 517 'virtual_keyboard_controller.h',
518 'volume_control_delegate.h', 518 'volume_control_delegate.h',
519 'wm/always_on_top_controller.cc', 519 'wm/always_on_top_controller.cc',
520 'wm/always_on_top_controller.h', 520 'wm/always_on_top_controller.h',
521 'wm/app_list_controller.cc', 521 'wm/app_list_controller.cc',
522 'wm/app_list_controller.h', 522 'wm/app_list_controller.h',
523 'wm/app_list_shower_delegate.cc',
524 'wm/app_list_shower_delegate.h',
525 'wm/app_list_shower_delegate_factory.cc',
526 'wm/app_list_shower_delegate_factory.h',
527 'wm/app_list_view_delegate_factory.h',
523 'wm/ash_focus_rules.cc', 528 'wm/ash_focus_rules.cc',
524 'wm/ash_focus_rules.h', 529 'wm/ash_focus_rules.h',
525 'wm/ash_native_cursor_manager.cc', 530 'wm/ash_native_cursor_manager.cc',
526 'wm/ash_native_cursor_manager.h', 531 'wm/ash_native_cursor_manager.h',
527 'wm/boot_splash_screen_chromeos.cc', 532 'wm/boot_splash_screen_chromeos.cc',
528 'wm/boot_splash_screen_chromeos.h', 533 'wm/boot_splash_screen_chromeos.h',
529 'wm/coordinate_conversion.cc', 534 'wm/coordinate_conversion.cc',
530 'wm/coordinate_conversion.h', 535 'wm/coordinate_conversion.h',
531 'wm/cursor_manager_chromeos.cc', 536 'wm/cursor_manager_chromeos.cc',
532 'wm/cursor_manager_chromeos.h', 537 'wm/cursor_manager_chromeos.h',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 'test/ash_test_helper_unittest.cc', 904 'test/ash_test_helper_unittest.cc',
900 'test/ash_unittests.cc', 905 'test/ash_unittests.cc',
901 'tooltips/tooltip_controller_unittest.cc', 906 'tooltips/tooltip_controller_unittest.cc',
902 'touch/touch_observer_hud_unittest.cc', 907 'touch/touch_observer_hud_unittest.cc',
903 'touch/touch_transformer_controller_unittest.cc', 908 'touch/touch_transformer_controller_unittest.cc',
904 'touch/touchscreen_util_unittest.cc', 909 'touch/touchscreen_util_unittest.cc',
905 'utility/partial_screenshot_controller_unittest.cc', 910 'utility/partial_screenshot_controller_unittest.cc',
906 'virtual_keyboard_controller_unittest.cc', 911 'virtual_keyboard_controller_unittest.cc',
907 'wm/always_on_top_controller_unittest.cc', 912 'wm/always_on_top_controller_unittest.cc',
908 'wm/app_list_controller_unittest.cc', 913 'wm/app_list_controller_unittest.cc',
914 # TODO(mfomitchev): uncomment when ash::Shell is switched to using
915 # app_list::AppListShower instead of ash::AppListController.
916 # 'wm/app_list_shower_delegate_unittest.cc',
909 'wm/ash_native_cursor_manager_unittest.cc', 917 'wm/ash_native_cursor_manager_unittest.cc',
910 'wm/ash_focus_rules_unittest.cc', 918 'wm/ash_focus_rules_unittest.cc',
911 'wm/dock/docked_window_layout_manager_unittest.cc', 919 'wm/dock/docked_window_layout_manager_unittest.cc',
912 'wm/dock/docked_window_resizer_unittest.cc', 920 'wm/dock/docked_window_resizer_unittest.cc',
913 'wm/drag_window_resizer_unittest.cc', 921 'wm/drag_window_resizer_unittest.cc',
914 'wm/gestures/overview_gesture_handler_unittest.cc', 922 'wm/gestures/overview_gesture_handler_unittest.cc',
915 'wm/immersive_fullscreen_controller_unittest.cc', 923 'wm/immersive_fullscreen_controller_unittest.cc',
916 'wm/lock_layout_manager_unittest.cc', 924 'wm/lock_layout_manager_unittest.cc',
917 'wm/lock_state_controller_unittest.cc', 925 'wm/lock_state_controller_unittest.cc',
918 'wm/maximize_mode/accelerometer_test_data_literals.cc', 926 'wm/maximize_mode/accelerometer_test_data_literals.cc',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 '../components/components.gyp:signin_core_account_id', 974 '../components/components.gyp:signin_core_account_id',
967 '../components/components.gyp:user_manager', 975 '../components/components.gyp:user_manager',
968 '../components/components.gyp:wallpaper', 976 '../components/components.gyp:wallpaper',
969 '../media/media.gyp:media', 977 '../media/media.gyp:media',
970 '../net/net.gyp:net', 978 '../net/net.gyp:net',
971 '../skia/skia.gyp:skia', 979 '../skia/skia.gyp:skia',
972 '../third_party/icu/icu.gyp:icui18n', 980 '../third_party/icu/icu.gyp:icui18n',
973 '../third_party/icu/icu.gyp:icuuc', 981 '../third_party/icu/icu.gyp:icuuc',
974 '../ui/accessibility/accessibility.gyp:accessibility', 982 '../ui/accessibility/accessibility.gyp:accessibility',
975 '../ui/app_list/app_list.gyp:app_list', 983 '../ui/app_list/app_list.gyp:app_list',
984 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower',
976 '../ui/aura/aura.gyp:aura', 985 '../ui/aura/aura.gyp:aura',
977 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 986 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
978 '../ui/base/ui_base.gyp:ui_base', 987 '../ui/base/ui_base.gyp:ui_base',
979 '../ui/base/ui_base.gyp:ui_data_pack', 988 '../ui/base/ui_base.gyp:ui_data_pack',
980 '../ui/compositor/compositor.gyp:compositor', 989 '../ui/compositor/compositor.gyp:compositor',
981 '../ui/events/devices/events_devices.gyp:events_devices', 990 '../ui/events/devices/events_devices.gyp:events_devices',
982 '../ui/events/events.gyp:events', 991 '../ui/events/events.gyp:events',
983 '../ui/events/events.gyp:events_base', 992 '../ui/events/events.gyp:events_base',
984 '../ui/events/events.gyp:gesture_detection', 993 '../ui/events/events.gyp:gesture_detection',
985 '../ui/events/platform/events_platform.gyp:events_platform', 994 '../ui/events/platform/events_platform.gyp:events_platform',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 }, 1109 },
1101 { 1110 {
1102 # GN version: //ash:test_support 1111 # GN version: //ash:test_support
1103 'target_name': 'ash_test_support', 1112 'target_name': 'ash_test_support',
1104 'type': 'static_library', 1113 'type': 'static_library',
1105 'dependencies': [ 1114 'dependencies': [
1106 '../skia/skia.gyp:skia', 1115 '../skia/skia.gyp:skia',
1107 '../testing/gtest.gyp:gtest', 1116 '../testing/gtest.gyp:gtest',
1108 '../ui/accessibility/accessibility.gyp:ax_gen', 1117 '../ui/accessibility/accessibility.gyp:ax_gen',
1109 '../ui/app_list/app_list.gyp:app_list_test_support', 1118 '../ui/app_list/app_list.gyp:app_list_test_support',
1119 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower',
1110 '../ui/events/devices/events_devices.gyp:events_devices', 1120 '../ui/events/devices/events_devices.gyp:events_devices',
1111 '../ui/views/views.gyp:views_test_support', 1121 '../ui/views/views.gyp:views_test_support',
1112 'ash', 1122 'ash',
1113 'ash_resources.gyp:ash_resources', 1123 'ash_resources.gyp:ash_resources',
1114 'ash_test_support_with_content', 1124 'ash_test_support_with_content',
1115 ], 1125 ],
1116 'sources': [ 1126 'sources': [
1117 '<@(ash_test_support_sources)', 1127 '<@(ash_test_support_sources)',
1118 ], 1128 ],
1119 'conditions': [ 1129 'conditions': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 '../components/components.gyp:signin_core_account_id', 1172 '../components/components.gyp:signin_core_account_id',
1163 '../components/components.gyp:user_manager', 1173 '../components/components.gyp:user_manager',
1164 '../content/content.gyp:content_browser', 1174 '../content/content.gyp:content_browser',
1165 '../content/content_shell_and_tests.gyp:test_support_content', 1175 '../content/content_shell_and_tests.gyp:test_support_content',
1166 '../skia/skia.gyp:skia', 1176 '../skia/skia.gyp:skia',
1167 '../testing/gtest.gyp:gtest', 1177 '../testing/gtest.gyp:gtest',
1168 '../third_party/icu/icu.gyp:icui18n', 1178 '../third_party/icu/icu.gyp:icui18n',
1169 '../third_party/icu/icu.gyp:icuuc', 1179 '../third_party/icu/icu.gyp:icuuc',
1170 '../ui/accessibility/accessibility.gyp:accessibility', 1180 '../ui/accessibility/accessibility.gyp:accessibility',
1171 '../ui/app_list/app_list.gyp:app_list', 1181 '../ui/app_list/app_list.gyp:app_list',
1182 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower',
1172 '../ui/aura/aura.gyp:aura', 1183 '../ui/aura/aura.gyp:aura',
1173 '../ui/aura/aura.gyp:aura_test_support', 1184 '../ui/aura/aura.gyp:aura_test_support',
1174 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1185 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1175 '../ui/base/ui_base.gyp:ui_base', 1186 '../ui/base/ui_base.gyp:ui_base',
1176 '../ui/base/ui_base.gyp:ui_base_test_support', 1187 '../ui/base/ui_base.gyp:ui_base_test_support',
1177 '../ui/compositor/compositor.gyp:compositor', 1188 '../ui/compositor/compositor.gyp:compositor',
1178 '../ui/compositor/compositor.gyp:compositor_test_support', 1189 '../ui/compositor/compositor.gyp:compositor_test_support',
1179 '../ui/events/devices/events_devices.gyp:events_devices', 1190 '../ui/events/devices/events_devices.gyp:events_devices',
1180 '../ui/events/events.gyp:events', 1191 '../ui/events/events.gyp:events',
1181 '../ui/events/events.gyp:events_test_support', 1192 '../ui/events/events.gyp:events_test_support',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 'target_name': 'ash_shell_lib', 1272 'target_name': 'ash_shell_lib',
1262 'type': 'static_library', 1273 'type': 'static_library',
1263 'dependencies': [ 1274 'dependencies': [
1264 '../base/base.gyp:base', 1275 '../base/base.gyp:base',
1265 '../base/base.gyp:base_i18n', 1276 '../base/base.gyp:base_i18n',
1266 '../chrome/chrome_resources.gyp:packed_resources', 1277 '../chrome/chrome_resources.gyp:packed_resources',
1267 '../skia/skia.gyp:skia', 1278 '../skia/skia.gyp:skia',
1268 '../third_party/icu/icu.gyp:icui18n', 1279 '../third_party/icu/icu.gyp:icui18n',
1269 '../third_party/icu/icu.gyp:icuuc', 1280 '../third_party/icu/icu.gyp:icuuc',
1270 '../ui/app_list/app_list.gyp:app_list', 1281 '../ui/app_list/app_list.gyp:app_list',
1282 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower',
1271 '../ui/aura/aura.gyp:aura', 1283 '../ui/aura/aura.gyp:aura',
1272 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1284 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1273 '../ui/base/ui_base.gyp:ui_base', 1285 '../ui/base/ui_base.gyp:ui_base',
1274 '../ui/compositor/compositor.gyp:compositor', 1286 '../ui/compositor/compositor.gyp:compositor',
1275 '../ui/events/events.gyp:events', 1287 '../ui/events/events.gyp:events',
1276 '../ui/gfx/gfx.gyp:gfx', 1288 '../ui/gfx/gfx.gyp:gfx',
1277 '../ui/gfx/gfx.gyp:gfx_geometry', 1289 '../ui/gfx/gfx.gyp:gfx_geometry',
1278 '../ui/keyboard/keyboard.gyp:keyboard', 1290 '../ui/keyboard/keyboard.gyp:keyboard',
1279 '../ui/keyboard/keyboard.gyp:keyboard_with_content', 1291 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1280 '../ui/message_center/message_center.gyp:message_center', 1292 '../ui/message_center/message_center.gyp:message_center',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1378 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1367 ], 1379 ],
1368 } 1380 }
1369 ], 1381 ],
1370 ], 1382 ],
1371 }, 1383 },
1372 ], 1384 ],
1373 }], 1385 }],
1374 ], 1386 ],
1375 } 1387 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698