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

Side by Side Diff: ash/ash.gyp

Issue 1943603002: Makes ash/wm/common a library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge again Created 4 years, 7 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/wm/aura/wm_globals_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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'virtual_keyboard_controller.h', 524 'virtual_keyboard_controller.h',
525 'volume_control_delegate.h', 525 'volume_control_delegate.h',
526 'wm/ash_focus_rules.cc', 526 'wm/ash_focus_rules.cc',
527 'wm/ash_focus_rules.h', 527 'wm/ash_focus_rules.h',
528 'wm/ash_native_cursor_manager.cc', 528 'wm/ash_native_cursor_manager.cc',
529 'wm/ash_native_cursor_manager.h', 529 'wm/ash_native_cursor_manager.h',
530 'wm/aura/aura_layout_manager_adapter.cc', 530 'wm/aura/aura_layout_manager_adapter.cc',
531 'wm/aura/aura_layout_manager_adapter.h', 531 'wm/aura/aura_layout_manager_adapter.h',
532 'wm/aura/wm_globals_aura.cc', 532 'wm/aura/wm_globals_aura.cc',
533 'wm/aura/wm_globals_aura.h', 533 'wm/aura/wm_globals_aura.h',
534 'wm/aura/wm_lookup_aura.cc',
535 'wm/aura/wm_lookup_aura.h',
534 'wm/aura/wm_root_window_controller_aura.cc', 536 'wm/aura/wm_root_window_controller_aura.cc',
535 'wm/aura/wm_root_window_controller_aura.h', 537 'wm/aura/wm_root_window_controller_aura.h',
536 'wm/aura/wm_shelf_aura.cc', 538 'wm/aura/wm_shelf_aura.cc',
537 'wm/aura/wm_shelf_aura.h', 539 'wm/aura/wm_shelf_aura.h',
538 'wm/aura/wm_window_aura.cc', 540 'wm/aura/wm_window_aura.cc',
539 'wm/aura/wm_window_aura.h', 541 'wm/aura/wm_window_aura.h',
540 'wm/boot_splash_screen_chromeos.cc', 542 'wm/boot_splash_screen_chromeos.cc',
541 'wm/boot_splash_screen_chromeos.h', 543 'wm/boot_splash_screen_chromeos.h',
542 'wm/common/always_on_top_controller.cc',
543 'wm/common/always_on_top_controller.h',
544 'wm/common/background_animator.cc',
545 'wm/common/background_animator.h',
546 'wm/common/default_state.cc',
547 'wm/common/default_state.h',
548 'wm/common/default_window_resizer.cc',
549 'wm/common/default_window_resizer.h',
550 'wm/common/dock/docked_window_layout_manager.cc',
551 'wm/common/dock/docked_window_layout_manager.h',
552 'wm/common/dock/docked_window_layout_manager_observer.h',
553 'wm/common/dock/docked_window_resizer.cc',
554 'wm/common/dock/docked_window_resizer.h',
555 'wm/common/drag_details.cc',
556 'wm/common/drag_details.h',
557 'wm/common/fullscreen_window_finder.cc',
558 'wm/common/fullscreen_window_finder.h',
559 'wm/common/panels/panel_layout_manager.cc',
560 'wm/common/panels/panel_layout_manager.h',
561 'wm/common/panels/panel_window_resizer.cc',
562 'wm/common/panels/panel_window_resizer.h',
563 'wm/common/root_window_finder.cc',
564 'wm/common/root_window_finder.h',
565 'wm/common/shelf/wm_shelf.h',
566 'wm/common/shelf/wm_shelf_constants.cc',
567 'wm/common/shelf/wm_shelf_constants.h',
568 'wm/common/shelf/wm_shelf_observer.h',
569 'wm/common/shelf/wm_shelf_types.h',
570 'wm/common/shelf/wm_shelf_util.cc',
571 'wm/common/shelf/wm_shelf_util.h',
572 'wm/common/switchable_windows.cc',
573 'wm/common/switchable_windows.h',
574 'wm/common/window_animation_types.h',
575 'wm/common/window_parenting_utils.cc',
576 'wm/common/window_parenting_utils.h',
577 'wm/common/window_positioner.cc',
578 'wm/common/window_positioner.h',
579 'wm/common/window_positioning_utils.cc',
580 'wm/common/window_positioning_utils.h',
581 'wm/common/window_resizer.cc',
582 'wm/common/window_resizer.h',
583 'wm/common/window_state.cc',
584 'wm/common/window_state.h',
585 'wm/common/window_state_delegate.cc',
586 'wm/common/window_state_delegate.h',
587 'wm/common/window_state_observer.h',
588 'wm/common/window_state_util.cc',
589 'wm/common/window_state_util.h',
590 'wm/common/wm_activation_observer.h',
591 'wm/common/wm_display_observer.h',
592 'wm/common/wm_event.cc',
593 'wm/common/wm_event.h',
594 'wm/common/wm_globals.h',
595 'wm/common/wm_layout_manager.h',
596 'wm/common/wm_overview_mode_observer.h',
597 'wm/common/wm_root_window_controller.h',
598 'wm/common/wm_root_window_controller_observer.h',
599 'wm/common/wm_screen_util.cc',
600 'wm/common/wm_screen_util.h',
601 'wm/common/wm_snap_to_pixel_layout_manager.cc',
602 'wm/common/wm_snap_to_pixel_layout_manager.h',
603 'wm/common/wm_types.cc',
604 'wm/common/wm_types.h',
605 'wm/common/wm_user_metrics_action.h',
606 'wm/common/wm_window.h',
607 'wm/common/wm_window_observer.h',
608 'wm/common/wm_window_property.h',
609 'wm/common/wm_window_tracker.h',
610 'wm/common/workspace/magnetism_matcher.cc',
611 'wm/common/workspace/magnetism_matcher.h',
612 'wm/common/workspace/multi_window_resize_controller.cc',
613 'wm/common/workspace/multi_window_resize_controller.h',
614 'wm/common/workspace/phantom_window_controller.cc',
615 'wm/common/workspace/phantom_window_controller.h',
616 'wm/common/workspace/two_step_edge_cycler.cc',
617 'wm/common/workspace/two_step_edge_cycler.h',
618 'wm/common/workspace/workspace_layout_manager.cc',
619 'wm/common/workspace/workspace_layout_manager.h',
620 'wm/common/workspace/workspace_layout_manager_backdrop_delegate.h',
621 'wm/common/workspace/workspace_layout_manager_delegate.h',
622 'wm/common/workspace/workspace_types.h',
623 'wm/common/workspace/workspace_window_resizer.cc',
624 'wm/common/workspace/workspace_window_resizer.h',
625 'wm/cursor_manager_chromeos.cc', 544 'wm/cursor_manager_chromeos.cc',
626 'wm/cursor_manager_chromeos.h', 545 'wm/cursor_manager_chromeos.h',
627 'wm/dim_window.cc', 546 'wm/dim_window.cc',
628 'wm/dim_window.h', 547 'wm/dim_window.h',
629 'wm/drag_window_controller.cc', 548 'wm/drag_window_controller.cc',
630 'wm/drag_window_controller.h', 549 'wm/drag_window_controller.h',
631 'wm/drag_window_resizer.cc', 550 'wm/drag_window_resizer.cc',
632 'wm/drag_window_resizer.h', 551 'wm/drag_window_resizer.h',
633 'wm/event_client_impl.cc', 552 'wm/event_client_impl.cc',
634 'wm/event_client_impl.h', 553 'wm/event_client_impl.h',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 '../ui/message_center/message_center.gyp:message_center', 962 '../ui/message_center/message_center.gyp:message_center',
1044 '../ui/native_theme/native_theme.gyp:native_theme', 963 '../ui/native_theme/native_theme.gyp:native_theme',
1045 '../ui/platform_window/stub/stub_window.gyp:stub_window', 964 '../ui/platform_window/stub/stub_window.gyp:stub_window',
1046 '../ui/resources/ui_resources.gyp:ui_resources', 965 '../ui/resources/ui_resources.gyp:ui_resources',
1047 '../ui/strings/ui_strings.gyp:ui_strings', 966 '../ui/strings/ui_strings.gyp:ui_strings',
1048 '../ui/views/views.gyp:views', 967 '../ui/views/views.gyp:views',
1049 '../ui/wm/wm.gyp:wm', 968 '../ui/wm/wm.gyp:wm',
1050 '../url/url.gyp:url_lib', 969 '../url/url.gyp:url_lib',
1051 'ash_resources.gyp:ash_resources', 970 'ash_resources.gyp:ash_resources',
1052 'ash_strings.gyp:ash_strings', 971 'ash_strings.gyp:ash_strings',
972 'wm/common/ash_wm_common.gyp:ash_wm_common',
1053 ], 973 ],
1054 'defines': [ 974 'defines': [
1055 'ASH_IMPLEMENTATION', 975 'ASH_IMPLEMENTATION',
1056 ], 976 ],
1057 'sources': [ 977 'sources': [
1058 '<@(ash_sources)', 978 '<@(ash_sources)',
1059 ], 979 ],
1060 'conditions': [ 980 'conditions': [
1061 ['OS=="win"', { 981 ['OS=="win"', {
1062 'sources!': [ 982 'sources!': [
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 '../ui/keyboard/keyboard.gyp:keyboard_with_content', 1057 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1138 '../ui/resources/ui_resources.gyp:ui_resources', 1058 '../ui/resources/ui_resources.gyp:ui_resources',
1139 '../ui/strings/ui_strings.gyp:ui_strings', 1059 '../ui/strings/ui_strings.gyp:ui_strings',
1140 '../ui/views/controls/webview/webview.gyp:webview', 1060 '../ui/views/controls/webview/webview.gyp:webview',
1141 '../ui/views/views.gyp:views', 1061 '../ui/views/views.gyp:views',
1142 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 1062 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
1143 '../url/url.gyp:url_lib', 1063 '../url/url.gyp:url_lib',
1144 'ash', 1064 'ash',
1145 'ash_resources.gyp:ash_resources', 1065 'ash_resources.gyp:ash_resources',
1146 'ash_strings.gyp:ash_strings', 1066 'ash_strings.gyp:ash_strings',
1067 'wm/common/ash_wm_common.gyp:ash_wm_common',
1147 ], 1068 ],
1148 'defines': [ 1069 'defines': [
1149 'ASH_WITH_CONTENT_IMPLEMENTATION', 1070 'ASH_WITH_CONTENT_IMPLEMENTATION',
1150 ], 1071 ],
1151 'sources': [ 1072 'sources': [
1152 '<@(ash_with_content_sources)', 1073 '<@(ash_with_content_sources)',
1153 ], 1074 ],
1154 }, 1075 },
1155 { 1076 {
1156 # GN version: //ash:test_support 1077 # GN version: //ash:test_support
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 '../ui/wm/wm.gyp:wm', 1172 '../ui/wm/wm.gyp:wm',
1252 '../url/url.gyp:url_lib', 1173 '../url/url.gyp:url_lib',
1253 'ash', 1174 'ash',
1254 'ash_resources.gyp:ash_resources', 1175 'ash_resources.gyp:ash_resources',
1255 'ash_resources.gyp:ash_test_resources_100_percent', 1176 'ash_resources.gyp:ash_test_resources_100_percent',
1256 'ash_resources.gyp:ash_test_resources_200_percent', 1177 'ash_resources.gyp:ash_test_resources_200_percent',
1257 'ash_strings.gyp:ash_strings', 1178 'ash_strings.gyp:ash_strings',
1258 'ash_strings.gyp:ash_test_strings', 1179 'ash_strings.gyp:ash_test_strings',
1259 'ash_test_support', 1180 'ash_test_support',
1260 'ash_with_content', 1181 'ash_with_content',
1182 'wm/common/ash_wm_common.gyp:ash_wm_common',
1261 ], 1183 ],
1262 'sources': [ 1184 'sources': [
1263 '<@(ash_unittests_sources)', 1185 '<@(ash_unittests_sources)',
1264 ], 1186 ],
1265 'conditions': [ 1187 'conditions': [
1266 ['chromeos==0', { 1188 ['chromeos==0', {
1267 'sources!': [ 1189 'sources!': [
1268 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906 1190 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906
1269 'focus_cycler_unittest.cc', 1191 'focus_cycler_unittest.cc',
1270 1192
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1352 }, 1274 },
1353 { 1275 {
1354 # GN version: //ash:ash_shell_lib_with_content 1276 # GN version: //ash:ash_shell_lib_with_content
1355 'target_name': 'ash_shell_lib_with_content', 1277 'target_name': 'ash_shell_lib_with_content',
1356 'type': 'static_library', 1278 'type': 'static_library',
1357 'dependencies': [ 1279 'dependencies': [
1358 'ash_shell_lib', 1280 'ash_shell_lib',
1359 '../content/content_shell_and_tests.gyp:content_shell_lib', 1281 '../content/content_shell_and_tests.gyp:content_shell_lib',
1360 '../content/content.gyp:content', 1282 '../content/content.gyp:content',
1361 '../skia/skia.gyp:skia', 1283 '../skia/skia.gyp:skia',
1284 'wm/common/ash_wm_common.gyp:ash_wm_common',
1362 ], 1285 ],
1363 'sources': [ 1286 'sources': [
1364 '<@(ash_shell_with_content_lib_sources)', 1287 '<@(ash_shell_with_content_lib_sources)',
1365 ], 1288 ],
1366 'conditions': [ 1289 'conditions': [
1367 ['OS=="win"', { 1290 ['OS=="win"', {
1368 'dependencies': [ 1291 'dependencies': [
1369 '../content/content.gyp:sandbox_helper_win', 1292 '../content/content.gyp:sandbox_helper_win',
1370 ], 1293 ],
1371 }], 1294 }],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1423 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1346 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1424 ], 1347 ],
1425 } 1348 }
1426 ], 1349 ],
1427 ], 1350 ],
1428 }, 1351 },
1429 ], 1352 ],
1430 }], 1353 }],
1431 ], 1354 ],
1432 } 1355 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/wm/aura/wm_globals_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698