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

Side by Side Diff: ash/ash.gyp

Issue 1890583002: Renaming App List Shower to App List Presenter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. 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
« no previous file with comments | « ash/app_list/app_list_view_delegate_factory.h ('k') | ash/mus/BUILD.gn » ('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 10 matching lines...) Expand all
21 'accelerators/exit_warning_handler.h', 21 'accelerators/exit_warning_handler.h',
22 'accelerators/focus_manager_factory.cc', 22 'accelerators/focus_manager_factory.cc',
23 'accelerators/focus_manager_factory.h', 23 'accelerators/focus_manager_factory.h',
24 'accelerators/key_hold_detector.cc', 24 'accelerators/key_hold_detector.cc',
25 'accelerators/key_hold_detector.h', 25 'accelerators/key_hold_detector.h',
26 'accelerators/magnifier_key_scroller.cc', 26 'accelerators/magnifier_key_scroller.cc',
27 'accelerators/magnifier_key_scroller.h', 27 'accelerators/magnifier_key_scroller.h',
28 'accelerators/spoken_feedback_toggler.cc', 28 'accelerators/spoken_feedback_toggler.cc',
29 'accelerators/spoken_feedback_toggler.h', 29 'accelerators/spoken_feedback_toggler.h',
30 'accessibility_delegate.h', 30 'accessibility_delegate.h',
31 'app_list/app_list_shower_delegate.cc', 31 'app_list/app_list_presenter_delegate.cc',
32 'app_list/app_list_shower_delegate.h', 32 'app_list/app_list_presenter_delegate.h',
33 'app_list/app_list_shower_delegate_factory.cc', 33 'app_list/app_list_presenter_delegate_factory.cc',
34 'app_list/app_list_shower_delegate_factory.h', 34 'app_list/app_list_presenter_delegate_factory.h',
35 'app_list/app_list_view_delegate_factory.h', 35 'app_list/app_list_view_delegate_factory.h',
36 'ash_constants.cc', 36 'ash_constants.cc',
37 'ash_constants.h', 37 'ash_constants.h',
38 'ash_export.h', 38 'ash_export.h',
39 'ash_layout_constants.cc', 39 'ash_layout_constants.cc',
40 'ash_layout_constants.h', 40 'ash_layout_constants.h',
41 'ash_switches.cc', 41 'ash_switches.cc',
42 'ash_switches.h', 42 'ash_switches.h',
43 'ash_touch_exploration_manager_chromeos.cc', 43 'ash_touch_exploration_manager_chromeos.cc',
44 'ash_touch_exploration_manager_chromeos.h', 44 'ash_touch_exploration_manager_chromeos.h',
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 'shell/content/shell_content_state_impl.cc', 807 'shell/content/shell_content_state_impl.cc',
808 'shell/content/shell_content_state_impl.h', 808 'shell/content/shell_content_state_impl.h',
809 ], 809 ],
810 'ash_unittests_sources': [ 810 'ash_unittests_sources': [
811 'accelerators/accelerator_commands_unittest.cc', 811 'accelerators/accelerator_commands_unittest.cc',
812 'accelerators/accelerator_controller_unittest.cc', 812 'accelerators/accelerator_controller_unittest.cc',
813 'accelerators/accelerator_filter_unittest.cc', 813 'accelerators/accelerator_filter_unittest.cc',
814 'accelerators/accelerator_table_unittest.cc', 814 'accelerators/accelerator_table_unittest.cc',
815 'accelerators/magnifier_key_scroller_unittest.cc', 815 'accelerators/magnifier_key_scroller_unittest.cc',
816 'accelerators/spoken_feedback_toggler_unittest.cc', 816 'accelerators/spoken_feedback_toggler_unittest.cc',
817 'app_list/app_list_shower_delegate_unittest.cc', 817 'app_list/app_list_presenter_delegate_unittest.cc',
818 'ash_touch_exploration_manager_chromeos_unittest.cc', 818 'ash_touch_exploration_manager_chromeos_unittest.cc',
819 'autoclick/autoclick_unittest.cc', 819 'autoclick/autoclick_unittest.cc',
820 'content/display/screen_orientation_controller_chromeos_unittest.cc', 820 'content/display/screen_orientation_controller_chromeos_unittest.cc',
821 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 821 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
822 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc', 822 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc',
823 'desktop_background/desktop_background_controller_unittest.cc', 823 'desktop_background/desktop_background_controller_unittest.cc',
824 'dip_unittest.cc', 824 'dip_unittest.cc',
825 'display/cursor_window_controller_unittest.cc', 825 'display/cursor_window_controller_unittest.cc',
826 'display/display_change_observer_chromeos_unittest.cc', 826 'display/display_change_observer_chromeos_unittest.cc',
827 'display/display_color_manager_chromeos_unittest.cc', 827 'display/display_color_manager_chromeos_unittest.cc',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 '../components/components.gyp:signin_core_account_id', 962 '../components/components.gyp:signin_core_account_id',
963 '../components/components.gyp:user_manager', 963 '../components/components.gyp:user_manager',
964 '../components/components.gyp:wallpaper', 964 '../components/components.gyp:wallpaper',
965 '../media/media.gyp:media', 965 '../media/media.gyp:media',
966 '../net/net.gyp:net', 966 '../net/net.gyp:net',
967 '../skia/skia.gyp:skia', 967 '../skia/skia.gyp:skia',
968 '../third_party/icu/icu.gyp:icui18n', 968 '../third_party/icu/icu.gyp:icui18n',
969 '../third_party/icu/icu.gyp:icuuc', 969 '../third_party/icu/icu.gyp:icuuc',
970 '../ui/accessibility/accessibility.gyp:accessibility', 970 '../ui/accessibility/accessibility.gyp:accessibility',
971 '../ui/app_list/app_list.gyp:app_list', 971 '../ui/app_list/app_list.gyp:app_list',
972 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower', 972 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
973 '../ui/aura/aura.gyp:aura', 973 '../ui/aura/aura.gyp:aura',
974 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 974 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
975 '../ui/base/ui_base.gyp:ui_base', 975 '../ui/base/ui_base.gyp:ui_base',
976 '../ui/base/ui_base.gyp:ui_data_pack', 976 '../ui/base/ui_base.gyp:ui_data_pack',
977 '../ui/compositor/compositor.gyp:compositor', 977 '../ui/compositor/compositor.gyp:compositor',
978 '../ui/display/display.gyp:display', 978 '../ui/display/display.gyp:display',
979 '../ui/events/devices/events_devices.gyp:events_devices', 979 '../ui/events/devices/events_devices.gyp:events_devices',
980 '../ui/events/events.gyp:events', 980 '../ui/events/events.gyp:events',
981 '../ui/events/events.gyp:events_base', 981 '../ui/events/events.gyp:events_base',
982 '../ui/events/events.gyp:gesture_detection', 982 '../ui/events/events.gyp:gesture_detection',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 }, 1097 },
1098 { 1098 {
1099 # GN version: //ash:test_support 1099 # GN version: //ash:test_support
1100 'target_name': 'ash_test_support', 1100 'target_name': 'ash_test_support',
1101 'type': 'static_library', 1101 'type': 'static_library',
1102 'dependencies': [ 1102 'dependencies': [
1103 '../skia/skia.gyp:skia', 1103 '../skia/skia.gyp:skia',
1104 '../testing/gtest.gyp:gtest', 1104 '../testing/gtest.gyp:gtest',
1105 '../ui/accessibility/accessibility.gyp:ax_gen', 1105 '../ui/accessibility/accessibility.gyp:ax_gen',
1106 '../ui/app_list/app_list.gyp:app_list_test_support', 1106 '../ui/app_list/app_list.gyp:app_list_test_support',
1107 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower', 1107 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
1108 '../ui/events/devices/events_devices.gyp:events_devices', 1108 '../ui/events/devices/events_devices.gyp:events_devices',
1109 '../ui/views/views.gyp:views_test_support', 1109 '../ui/views/views.gyp:views_test_support',
1110 'ash', 1110 'ash',
1111 'ash_resources.gyp:ash_resources', 1111 'ash_resources.gyp:ash_resources',
1112 'ash_test_support_with_content', 1112 'ash_test_support_with_content',
1113 ], 1113 ],
1114 'sources': [ 1114 'sources': [
1115 '<@(ash_test_support_sources)', 1115 '<@(ash_test_support_sources)',
1116 ], 1116 ],
1117 'conditions': [ 1117 'conditions': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 '../components/components.gyp:signin_core_account_id', 1160 '../components/components.gyp:signin_core_account_id',
1161 '../components/components.gyp:user_manager', 1161 '../components/components.gyp:user_manager',
1162 '../content/content.gyp:content_browser', 1162 '../content/content.gyp:content_browser',
1163 '../content/content_shell_and_tests.gyp:test_support_content', 1163 '../content/content_shell_and_tests.gyp:test_support_content',
1164 '../skia/skia.gyp:skia', 1164 '../skia/skia.gyp:skia',
1165 '../testing/gtest.gyp:gtest', 1165 '../testing/gtest.gyp:gtest',
1166 '../third_party/icu/icu.gyp:icui18n', 1166 '../third_party/icu/icu.gyp:icui18n',
1167 '../third_party/icu/icu.gyp:icuuc', 1167 '../third_party/icu/icu.gyp:icuuc',
1168 '../ui/accessibility/accessibility.gyp:accessibility', 1168 '../ui/accessibility/accessibility.gyp:accessibility',
1169 '../ui/app_list/app_list.gyp:app_list', 1169 '../ui/app_list/app_list.gyp:app_list',
1170 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower', 1170 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
1171 '../ui/aura/aura.gyp:aura', 1171 '../ui/aura/aura.gyp:aura',
1172 '../ui/aura/aura.gyp:aura_test_support', 1172 '../ui/aura/aura.gyp:aura_test_support',
1173 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1173 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1174 '../ui/base/ui_base.gyp:ui_base', 1174 '../ui/base/ui_base.gyp:ui_base',
1175 '../ui/base/ui_base.gyp:ui_base_test_support', 1175 '../ui/base/ui_base.gyp:ui_base_test_support',
1176 '../ui/compositor/compositor.gyp:compositor', 1176 '../ui/compositor/compositor.gyp:compositor',
1177 '../ui/compositor/compositor.gyp:compositor_test_support', 1177 '../ui/compositor/compositor.gyp:compositor_test_support',
1178 '../ui/display/display.gyp:display', 1178 '../ui/display/display.gyp:display',
1179 '../ui/events/devices/events_devices.gyp:events_devices', 1179 '../ui/events/devices/events_devices.gyp:events_devices',
1180 '../ui/events/events.gyp:events', 1180 '../ui/events/events.gyp:events',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1260 'target_name': 'ash_shell_lib', 1260 'target_name': 'ash_shell_lib',
1261 'type': 'static_library', 1261 'type': 'static_library',
1262 'dependencies': [ 1262 'dependencies': [
1263 '../base/base.gyp:base', 1263 '../base/base.gyp:base',
1264 '../base/base.gyp:base_i18n', 1264 '../base/base.gyp:base_i18n',
1265 '../chrome/chrome_resources.gyp:packed_resources', 1265 '../chrome/chrome_resources.gyp:packed_resources',
1266 '../skia/skia.gyp:skia', 1266 '../skia/skia.gyp:skia',
1267 '../third_party/icu/icu.gyp:icui18n', 1267 '../third_party/icu/icu.gyp:icui18n',
1268 '../third_party/icu/icu.gyp:icuuc', 1268 '../third_party/icu/icu.gyp:icuuc',
1269 '../ui/app_list/app_list.gyp:app_list', 1269 '../ui/app_list/app_list.gyp:app_list',
1270 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower', 1270 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
1271 '../ui/aura/aura.gyp:aura', 1271 '../ui/aura/aura.gyp:aura',
1272 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1272 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1273 '../ui/base/ui_base.gyp:ui_base', 1273 '../ui/base/ui_base.gyp:ui_base',
1274 '../ui/compositor/compositor.gyp:compositor', 1274 '../ui/compositor/compositor.gyp:compositor',
1275 '../ui/events/events.gyp:events', 1275 '../ui/events/events.gyp:events',
1276 '../ui/gfx/gfx.gyp:gfx', 1276 '../ui/gfx/gfx.gyp:gfx',
1277 '../ui/gfx/gfx.gyp:gfx_geometry', 1277 '../ui/gfx/gfx.gyp:gfx_geometry',
1278 '../ui/keyboard/keyboard.gyp:keyboard', 1278 '../ui/keyboard/keyboard.gyp:keyboard',
1279 '../ui/keyboard/keyboard.gyp:keyboard_with_content', 1279 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1280 '../ui/message_center/message_center.gyp:message_center', 1280 '../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', 1366 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1367 ], 1367 ],
1368 } 1368 }
1369 ], 1369 ],
1370 ], 1370 ],
1371 }, 1371 },
1372 ], 1372 ],
1373 }], 1373 }],
1374 ], 1374 ],
1375 } 1375 }
OLDNEW
« no previous file with comments | « ash/app_list/app_list_view_delegate_factory.h ('k') | ash/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698