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

Side by Side Diff: ash/ash.gyp

Issue 1392713002: Extract content dependency from keyboard code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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/BUILD.gn ('k') | ash/content/shell_content_state.cc » ('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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 'test/shelf_view_test_api.cc', 717 'test/shelf_view_test_api.cc',
718 'test/shelf_view_test_api.h', 718 'test/shelf_view_test_api.h',
719 'test/shell_test_api.cc', 719 'test/shell_test_api.cc',
720 'test/shell_test_api.h', 720 'test/shell_test_api.h',
721 'test/status_area_widget_test_helper.cc', 721 'test/status_area_widget_test_helper.cc',
722 'test/status_area_widget_test_helper.h', 722 'test/status_area_widget_test_helper.h',
723 'test/task_switch_time_tracker_test_api.cc', 723 'test/task_switch_time_tracker_test_api.cc',
724 'test/task_switch_time_tracker_test_api.h', 724 'test/task_switch_time_tracker_test_api.h',
725 'test/test_activation_delegate.cc', 725 'test/test_activation_delegate.cc',
726 'test/test_activation_delegate.h', 726 'test/test_activation_delegate.h',
727 'test/test_keyboard_ui.cc',
728 'test/test_keyboard_ui.h',
727 'test/test_lock_state_controller_delegate.cc', 729 'test/test_lock_state_controller_delegate.cc',
728 'test/test_lock_state_controller_delegate.h', 730 'test/test_lock_state_controller_delegate.h',
729 'test/test_overlay_delegate.cc', 731 'test/test_overlay_delegate.cc',
730 'test/test_overlay_delegate.h', 732 'test/test_overlay_delegate.h',
731 'test/test_screenshot_delegate.cc', 733 'test/test_screenshot_delegate.cc',
732 'test/test_screenshot_delegate.h', 734 'test/test_screenshot_delegate.h',
733 'test/test_session_state_animator.cc', 735 'test/test_session_state_animator.cc',
734 'test/test_session_state_animator.h', 736 'test/test_session_state_animator.h',
735 'test/test_session_state_delegate.cc', 737 'test/test_session_state_delegate.cc',
736 'test/test_session_state_delegate.h', 738 'test/test_session_state_delegate.h',
(...skipping 16 matching lines...) Expand all
753 'test/tray_cast_test_api.cc', 755 'test/tray_cast_test_api.cc',
754 'test/tray_cast_test_api.h', 756 'test/tray_cast_test_api.h',
755 'test/ui_controls_factory_ash.cc', 757 'test/ui_controls_factory_ash.cc',
756 'test/ui_controls_factory_ash.h', 758 'test/ui_controls_factory_ash.h',
757 'test/user_metrics_recorder_test_api.cc', 759 'test/user_metrics_recorder_test_api.cc',
758 'test/user_metrics_recorder_test_api.h', 760 'test/user_metrics_recorder_test_api.h',
759 'test/virtual_keyboard_test_helper.cc', 761 'test/virtual_keyboard_test_helper.cc',
760 'test/virtual_keyboard_test_helper.h', 762 'test/virtual_keyboard_test_helper.h',
761 ], 763 ],
762 'ash_test_support_with_content_sources': [ 764 'ash_test_support_with_content_sources': [
763 'test/content/keyboard_controller_proxy_stub.cc',
764 'test/content/keyboard_controller_proxy_stub.h',
765 'test/content/test_shell_content_state.cc', 765 'test/content/test_shell_content_state.cc',
766 'test/content/test_shell_content_state.h', 766 'test/content/test_shell_content_state.h',
767 ], 767 ],
768 'ash_shell_lib_sources': [ 768 'ash_shell_lib_sources': [
769 '../ui/views/test/test_views_delegate_aura.cc', 769 '../ui/views/test/test_views_delegate_aura.cc',
770 'shell/app_list.cc', 770 'shell/app_list.cc',
771 'shell/bubble.cc', 771 'shell/bubble.cc',
772 'shell/context_menu.cc', 772 'shell/context_menu.cc',
773 'shell/context_menu.h', 773 'shell/context_menu.h',
774 'shell/example_factory.h', 774 'shell/example_factory.h',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 '../ui/base/ui_base.gyp:ui_base', 962 '../ui/base/ui_base.gyp:ui_base',
963 '../ui/compositor/compositor.gyp:compositor', 963 '../ui/compositor/compositor.gyp:compositor',
964 '../ui/events/devices/events_devices.gyp:events_devices', 964 '../ui/events/devices/events_devices.gyp:events_devices',
965 '../ui/events/events.gyp:events', 965 '../ui/events/events.gyp:events',
966 '../ui/events/events.gyp:events_base', 966 '../ui/events/events.gyp:events_base',
967 '../ui/events/events.gyp:gesture_detection', 967 '../ui/events/events.gyp:gesture_detection',
968 '../ui/events/platform/events_platform.gyp:events_platform', 968 '../ui/events/platform/events_platform.gyp:events_platform',
969 '../ui/gfx/gfx.gyp:gfx', 969 '../ui/gfx/gfx.gyp:gfx',
970 '../ui/gfx/gfx.gyp:gfx_geometry', 970 '../ui/gfx/gfx.gyp:gfx_geometry',
971 '../ui/keyboard/keyboard.gyp:keyboard', 971 '../ui/keyboard/keyboard.gyp:keyboard',
972 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
972 '../ui/message_center/message_center.gyp:message_center', 973 '../ui/message_center/message_center.gyp:message_center',
973 '../ui/resources/ui_resources.gyp:ui_resources', 974 '../ui/resources/ui_resources.gyp:ui_resources',
974 '../ui/strings/ui_strings.gyp:ui_strings', 975 '../ui/strings/ui_strings.gyp:ui_strings',
975 '../ui/views/controls/webview/webview.gyp:webview', 976 '../ui/views/controls/webview/webview.gyp:webview',
976 '../ui/views/views.gyp:views', 977 '../ui/views/views.gyp:views',
977 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 978 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
978 '../ui/wm/wm.gyp:wm', 979 '../ui/wm/wm.gyp:wm',
979 '../url/url.gyp:url_lib', 980 '../url/url.gyp:url_lib',
980 'ash_resources.gyp:ash_resources', 981 'ash_resources.gyp:ash_resources',
981 'ash_strings.gyp:ash_strings', 982 'ash_strings.gyp:ash_strings',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1057 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1057 '../content/content.gyp:content_browser', 1058 '../content/content.gyp:content_browser',
1058 '../ipc/ipc.gyp:ipc', 1059 '../ipc/ipc.gyp:ipc',
1059 '../skia/skia.gyp:skia', 1060 '../skia/skia.gyp:skia',
1060 '../ui/aura/aura.gyp:aura', 1061 '../ui/aura/aura.gyp:aura',
1061 '../ui/base/ui_base.gyp:ui_base', 1062 '../ui/base/ui_base.gyp:ui_base',
1062 '../ui/compositor/compositor.gyp:compositor', 1063 '../ui/compositor/compositor.gyp:compositor',
1063 '../ui/events/events.gyp:events', 1064 '../ui/events/events.gyp:events',
1064 '../ui/gfx/gfx.gyp:gfx', 1065 '../ui/gfx/gfx.gyp:gfx',
1065 '../ui/gfx/gfx.gyp:gfx_geometry', 1066 '../ui/gfx/gfx.gyp:gfx_geometry',
1067 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1066 '../ui/resources/ui_resources.gyp:ui_resources', 1068 '../ui/resources/ui_resources.gyp:ui_resources',
1067 '../ui/strings/ui_strings.gyp:ui_strings', 1069 '../ui/strings/ui_strings.gyp:ui_strings',
1068 '../ui/views/controls/webview/webview.gyp:webview', 1070 '../ui/views/controls/webview/webview.gyp:webview',
1069 '../ui/views/views.gyp:views', 1071 '../ui/views/views.gyp:views',
1070 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 1072 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
1071 '../url/url.gyp:url_lib', 1073 '../url/url.gyp:url_lib',
1072 'ash', 1074 'ash',
1073 'ash_resources.gyp:ash_resources', 1075 'ash_resources.gyp:ash_resources',
1074 'ash_strings.gyp:ash_strings', 1076 'ash_strings.gyp:ash_strings',
1075 ], 1077 ],
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1157 '../ui/base/ui_base.gyp:ui_base_test_support', 1159 '../ui/base/ui_base.gyp:ui_base_test_support',
1158 '../ui/compositor/compositor.gyp:compositor', 1160 '../ui/compositor/compositor.gyp:compositor',
1159 '../ui/compositor/compositor.gyp:compositor_test_support', 1161 '../ui/compositor/compositor.gyp:compositor_test_support',
1160 '../ui/events/devices/events_devices.gyp:events_devices', 1162 '../ui/events/devices/events_devices.gyp:events_devices',
1161 '../ui/events/events.gyp:events', 1163 '../ui/events/events.gyp:events',
1162 '../ui/events/events.gyp:events_test_support', 1164 '../ui/events/events.gyp:events_test_support',
1163 '../ui/events/events.gyp:gesture_detection', 1165 '../ui/events/events.gyp:gesture_detection',
1164 '../ui/gfx/gfx.gyp:gfx', 1166 '../ui/gfx/gfx.gyp:gfx',
1165 '../ui/gfx/gfx.gyp:gfx_geometry', 1167 '../ui/gfx/gfx.gyp:gfx_geometry',
1166 '../ui/keyboard/keyboard.gyp:keyboard', 1168 '../ui/keyboard/keyboard.gyp:keyboard',
1169 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1167 '../ui/message_center/message_center.gyp:message_center', 1170 '../ui/message_center/message_center.gyp:message_center',
1168 '../ui/message_center/message_center.gyp:message_center_test_support', 1171 '../ui/message_center/message_center.gyp:message_center_test_support',
1169 '../ui/resources/ui_resources.gyp:ui_resources', 1172 '../ui/resources/ui_resources.gyp:ui_resources',
1170 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', 1173 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support',
1171 '../ui/views/views.gyp:views', 1174 '../ui/views/views.gyp:views',
1172 '../ui/views/views.gyp:views_test_support', 1175 '../ui/views/views.gyp:views_test_support',
1173 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 1176 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
1174 '../ui/wm/wm.gyp:wm', 1177 '../ui/wm/wm.gyp:wm',
1175 '../url/url.gyp:url_lib', 1178 '../url/url.gyp:url_lib',
1176 'ash', 1179 'ash',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
1257 '../third_party/icu/icu.gyp:icuuc', 1260 '../third_party/icu/icu.gyp:icuuc',
1258 '../ui/app_list/app_list.gyp:app_list', 1261 '../ui/app_list/app_list.gyp:app_list',
1259 '../ui/aura/aura.gyp:aura', 1262 '../ui/aura/aura.gyp:aura',
1260 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1263 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1261 '../ui/base/ui_base.gyp:ui_base', 1264 '../ui/base/ui_base.gyp:ui_base',
1262 '../ui/compositor/compositor.gyp:compositor', 1265 '../ui/compositor/compositor.gyp:compositor',
1263 '../ui/events/events.gyp:events', 1266 '../ui/events/events.gyp:events',
1264 '../ui/gfx/gfx.gyp:gfx', 1267 '../ui/gfx/gfx.gyp:gfx',
1265 '../ui/gfx/gfx.gyp:gfx_geometry', 1268 '../ui/gfx/gfx.gyp:gfx_geometry',
1266 '../ui/keyboard/keyboard.gyp:keyboard', 1269 '../ui/keyboard/keyboard.gyp:keyboard',
1270 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1267 '../ui/message_center/message_center.gyp:message_center', 1271 '../ui/message_center/message_center.gyp:message_center',
1268 '../ui/resources/ui_resources.gyp:ui_resources', 1272 '../ui/resources/ui_resources.gyp:ui_resources',
1269 '../ui/views/examples/examples.gyp:views_examples_lib', 1273 '../ui/views/examples/examples.gyp:views_examples_lib',
1270 '../ui/views/examples/examples.gyp:views_examples_with_content_lib', 1274 '../ui/views/examples/examples.gyp:views_examples_with_content_lib',
1271 '../ui/views/views.gyp:views', 1275 '../ui/views/views.gyp:views',
1272 '../ui/views/views.gyp:views_test_support', 1276 '../ui/views/views.gyp:views_test_support',
1273 'ash', 1277 'ash',
1274 'ash_resources.gyp:ash_resources', 1278 'ash_resources.gyp:ash_resources',
1275 'ash_strings.gyp:ash_strings', 1279 'ash_strings.gyp:ash_strings',
1276 'ash_test_support', 1280 'ash_test_support',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1362 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1359 ], 1363 ],
1360 } 1364 }
1361 ], 1365 ],
1362 ], 1366 ],
1363 }, 1367 },
1364 ], 1368 ],
1365 }], 1369 }],
1366 ], 1370 ],
1367 } 1371 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/content/shell_content_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698