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

Side by Side Diff: ash/ash.gyp

Issue 2018753003: Moves ash/wm/common back into ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nuke export 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
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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 'wm/aura/wm_lookup_aura.cc', 537 'wm/aura/wm_lookup_aura.cc',
538 'wm/aura/wm_lookup_aura.h', 538 'wm/aura/wm_lookup_aura.h',
539 'wm/aura/wm_root_window_controller_aura.cc', 539 'wm/aura/wm_root_window_controller_aura.cc',
540 'wm/aura/wm_root_window_controller_aura.h', 540 'wm/aura/wm_root_window_controller_aura.h',
541 'wm/aura/wm_shelf_aura.cc', 541 'wm/aura/wm_shelf_aura.cc',
542 'wm/aura/wm_shelf_aura.h', 542 'wm/aura/wm_shelf_aura.h',
543 'wm/aura/wm_window_aura.cc', 543 'wm/aura/wm_window_aura.cc',
544 'wm/aura/wm_window_aura.h', 544 'wm/aura/wm_window_aura.h',
545 'wm/boot_splash_screen_chromeos.cc', 545 'wm/boot_splash_screen_chromeos.cc',
546 'wm/boot_splash_screen_chromeos.h', 546 'wm/boot_splash_screen_chromeos.h',
547 'wm/common/always_on_top_controller.cc',
548 'wm/common/always_on_top_controller.h',
549 'wm/common/background_animator.cc',
550 'wm/common/background_animator.h',
551 'wm/common/container_finder.cc',
552 'wm/common/container_finder.h',
553 'wm/common/default_state.cc',
554 'wm/common/default_state.h',
555 'wm/common/default_window_resizer.cc',
556 'wm/common/default_window_resizer.h',
557 'wm/common/dock/docked_window_layout_manager.cc',
558 'wm/common/dock/docked_window_layout_manager.h',
559 'wm/common/dock/docked_window_layout_manager_observer.h',
560 'wm/common/dock/docked_window_resizer.cc',
561 'wm/common/dock/docked_window_resizer.h',
562 'wm/common/drag_details.cc',
563 'wm/common/drag_details.h',
564 'wm/common/fullscreen_window_finder.cc',
565 'wm/common/fullscreen_window_finder.h',
566 'wm/common/panels/panel_layout_manager.cc',
567 'wm/common/panels/panel_layout_manager.h',
568 'wm/common/panels/panel_window_resizer.cc',
569 'wm/common/panels/panel_window_resizer.h',
570 'wm/common/root_window_finder.cc',
571 'wm/common/root_window_finder.h',
572 'wm/common/shelf/wm_shelf.h',
573 'wm/common/shelf/wm_shelf_constants.cc',
574 'wm/common/shelf/wm_shelf_constants.h',
575 'wm/common/shelf/wm_shelf_observer.h',
576 'wm/common/shelf/wm_shelf_types.h',
577 'wm/common/shelf/wm_shelf_util.cc',
578 'wm/common/shelf/wm_shelf_util.h',
579 'wm/common/switchable_windows.cc',
580 'wm/common/switchable_windows.h',
581 'wm/common/window_animation_types.h',
582 'wm/common/window_parenting_utils.cc',
583 'wm/common/window_parenting_utils.h',
584 'wm/common/window_positioner.cc',
585 'wm/common/window_positioner.h',
586 'wm/common/window_positioning_utils.cc',
587 'wm/common/window_positioning_utils.h',
588 'wm/common/window_resizer.cc',
589 'wm/common/window_resizer.h',
590 'wm/common/window_state.cc',
591 'wm/common/window_state.h',
592 'wm/common/window_state_delegate.cc',
593 'wm/common/window_state_delegate.h',
594 'wm/common/window_state_observer.h',
595 'wm/common/window_state_util.cc',
596 'wm/common/window_state_util.h',
597 'wm/common/wm_activation_observer.h',
598 'wm/common/wm_display_observer.h',
599 'wm/common/wm_event.cc',
600 'wm/common/wm_event.h',
601 'wm/common/wm_globals.cc',
602 'wm/common/wm_globals.h',
603 'wm/common/wm_layout_manager.h',
604 'wm/common/wm_lookup.cc',
605 'wm/common/wm_lookup.h',
606 'wm/common/wm_overview_mode_observer.h',
607 'wm/common/wm_root_window_controller.h',
608 'wm/common/wm_root_window_controller_observer.h',
609 'wm/common/wm_screen_util.cc',
610 'wm/common/wm_screen_util.h',
611 'wm/common/wm_snap_to_pixel_layout_manager.cc',
612 'wm/common/wm_snap_to_pixel_layout_manager.h',
613 'wm/common/wm_toplevel_window_event_handler.cc',
614 'wm/common/wm_toplevel_window_event_handler.h',
615 'wm/common/wm_types.cc',
616 'wm/common/wm_types.h',
617 'wm/common/wm_user_metrics_action.h',
618 'wm/common/wm_window.h',
619 'wm/common/wm_window_observer.h',
620 'wm/common/wm_window_property.h',
621 'wm/common/wm_window_tracker.h',
622 'wm/common/workspace/magnetism_matcher.cc',
623 'wm/common/workspace/magnetism_matcher.h',
624 'wm/common/workspace/multi_window_resize_controller.cc',
625 'wm/common/workspace/multi_window_resize_controller.h',
626 'wm/common/workspace/phantom_window_controller.cc',
627 'wm/common/workspace/phantom_window_controller.h',
628 'wm/common/workspace/two_step_edge_cycler.cc',
629 'wm/common/workspace/two_step_edge_cycler.h',
630 'wm/common/workspace/workspace_layout_manager.cc',
631 'wm/common/workspace/workspace_layout_manager.h',
632 'wm/common/workspace/workspace_layout_manager_backdrop_delegate.h',
633 'wm/common/workspace/workspace_layout_manager_delegate.h',
634 'wm/common/workspace/workspace_types.h',
635 'wm/common/workspace/workspace_window_resizer.cc',
636 'wm/common/workspace/workspace_window_resizer.h',
547 'wm/cursor_manager_chromeos.cc', 637 'wm/cursor_manager_chromeos.cc',
548 'wm/cursor_manager_chromeos.h', 638 'wm/cursor_manager_chromeos.h',
549 'wm/dim_window.cc', 639 'wm/dim_window.cc',
550 'wm/dim_window.h', 640 'wm/dim_window.h',
551 'wm/drag_window_controller.cc', 641 'wm/drag_window_controller.cc',
552 'wm/drag_window_controller.h', 642 'wm/drag_window_controller.h',
553 'wm/drag_window_resizer.cc', 643 'wm/drag_window_resizer.cc',
554 'wm/drag_window_resizer.h', 644 'wm/drag_window_resizer.h',
555 'wm/event_client_impl.cc', 645 'wm/event_client_impl.cc',
556 'wm/event_client_impl.h', 646 'wm/event_client_impl.h',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 '../ui/message_center/message_center.gyp:message_center', 1055 '../ui/message_center/message_center.gyp:message_center',
966 '../ui/native_theme/native_theme.gyp:native_theme', 1056 '../ui/native_theme/native_theme.gyp:native_theme',
967 '../ui/platform_window/stub/stub_window.gyp:stub_window', 1057 '../ui/platform_window/stub/stub_window.gyp:stub_window',
968 '../ui/resources/ui_resources.gyp:ui_resources', 1058 '../ui/resources/ui_resources.gyp:ui_resources',
969 '../ui/strings/ui_strings.gyp:ui_strings', 1059 '../ui/strings/ui_strings.gyp:ui_strings',
970 '../ui/views/views.gyp:views', 1060 '../ui/views/views.gyp:views',
971 '../ui/wm/wm.gyp:wm', 1061 '../ui/wm/wm.gyp:wm',
972 '../url/url.gyp:url_lib', 1062 '../url/url.gyp:url_lib',
973 'ash_resources.gyp:ash_resources', 1063 'ash_resources.gyp:ash_resources',
974 'ash_strings.gyp:ash_strings', 1064 'ash_strings.gyp:ash_strings',
975 'wm/common/ash_wm_common.gyp:ash_wm_common',
976 'wm/common/ash_wm_common_resources.gyp:ash_wm_common_resources', 1065 'wm/common/ash_wm_common_resources.gyp:ash_wm_common_resources',
977 ], 1066 ],
978 'defines': [ 1067 'defines': [
979 'ASH_IMPLEMENTATION', 1068 'ASH_IMPLEMENTATION',
980 ], 1069 ],
981 'sources': [ 1070 'sources': [
982 '<@(ash_sources)', 1071 '<@(ash_sources)',
983 ], 1072 ],
984 'conditions': [ 1073 'conditions': [
985 ['OS=="win"', { 1074 ['OS=="win"', {
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 '../ui/keyboard/keyboard.gyp:keyboard_with_content', 1151 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1063 '../ui/resources/ui_resources.gyp:ui_resources', 1152 '../ui/resources/ui_resources.gyp:ui_resources',
1064 '../ui/strings/ui_strings.gyp:ui_strings', 1153 '../ui/strings/ui_strings.gyp:ui_strings',
1065 '../ui/views/controls/webview/webview.gyp:webview', 1154 '../ui/views/controls/webview/webview.gyp:webview',
1066 '../ui/views/views.gyp:views', 1155 '../ui/views/views.gyp:views',
1067 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 1156 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
1068 '../url/url.gyp:url_lib', 1157 '../url/url.gyp:url_lib',
1069 'ash', 1158 'ash',
1070 'ash_resources.gyp:ash_resources', 1159 'ash_resources.gyp:ash_resources',
1071 'ash_strings.gyp:ash_strings', 1160 'ash_strings.gyp:ash_strings',
1072 'wm/common/ash_wm_common.gyp:ash_wm_common',
1073 ], 1161 ],
1074 'defines': [ 1162 'defines': [
1075 'ASH_WITH_CONTENT_IMPLEMENTATION', 1163 'ASH_WITH_CONTENT_IMPLEMENTATION',
1076 ], 1164 ],
1077 'sources': [ 1165 'sources': [
1078 '<@(ash_with_content_sources)', 1166 '<@(ash_with_content_sources)',
1079 ], 1167 ],
1080 }, 1168 },
1081 { 1169 {
1082 # GN version: //ash:test_support 1170 # GN version: //ash:test_support
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 '../ui/wm/wm.gyp:wm', 1265 '../ui/wm/wm.gyp:wm',
1178 '../url/url.gyp:url_lib', 1266 '../url/url.gyp:url_lib',
1179 'ash', 1267 'ash',
1180 'ash_resources.gyp:ash_resources', 1268 'ash_resources.gyp:ash_resources',
1181 'ash_resources.gyp:ash_test_resources_100_percent', 1269 'ash_resources.gyp:ash_test_resources_100_percent',
1182 'ash_resources.gyp:ash_test_resources_200_percent', 1270 'ash_resources.gyp:ash_test_resources_200_percent',
1183 'ash_strings.gyp:ash_strings', 1271 'ash_strings.gyp:ash_strings',
1184 'ash_strings.gyp:ash_test_strings', 1272 'ash_strings.gyp:ash_test_strings',
1185 'ash_test_support', 1273 'ash_test_support',
1186 'ash_with_content', 1274 'ash_with_content',
1187 'wm/common/ash_wm_common.gyp:ash_wm_common',
1188 ], 1275 ],
1189 'sources': [ 1276 'sources': [
1190 '<@(ash_unittests_sources)', 1277 '<@(ash_unittests_sources)',
1191 ], 1278 ],
1192 'conditions': [ 1279 'conditions': [
1193 ['chromeos==0', { 1280 ['chromeos==0', {
1194 'sources!': [ 1281 'sources!': [
1195 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906 1282 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906
1196 'focus_cycler_unittest.cc', 1283 'focus_cycler_unittest.cc',
1197 1284
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 }, 1366 },
1280 { 1367 {
1281 # GN version: //ash:ash_shell_lib_with_content 1368 # GN version: //ash:ash_shell_lib_with_content
1282 'target_name': 'ash_shell_lib_with_content', 1369 'target_name': 'ash_shell_lib_with_content',
1283 'type': 'static_library', 1370 'type': 'static_library',
1284 'dependencies': [ 1371 'dependencies': [
1285 'ash_shell_lib', 1372 'ash_shell_lib',
1286 '../content/content_shell_and_tests.gyp:content_shell_lib', 1373 '../content/content_shell_and_tests.gyp:content_shell_lib',
1287 '../content/content.gyp:content', 1374 '../content/content.gyp:content',
1288 '../skia/skia.gyp:skia', 1375 '../skia/skia.gyp:skia',
1289 'wm/common/ash_wm_common.gyp:ash_wm_common',
1290 ], 1376 ],
1291 'sources': [ 1377 'sources': [
1292 '<@(ash_shell_with_content_lib_sources)', 1378 '<@(ash_shell_with_content_lib_sources)',
1293 ], 1379 ],
1294 'conditions': [ 1380 'conditions': [
1295 ['OS=="win"', { 1381 ['OS=="win"', {
1296 'dependencies': [ 1382 'dependencies': [
1297 '../content/content.gyp:sandbox_helper_win', 1383 '../content/content.gyp:sandbox_helper_win',
1298 ], 1384 ],
1299 }], 1385 }],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1351 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1437 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1352 ], 1438 ],
1353 } 1439 }
1354 ], 1440 ],
1355 ], 1441 ],
1356 }, 1442 },
1357 ], 1443 ],
1358 }], 1444 }],
1359 ], 1445 ],
1360 } 1446 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/wm/common/BUILD.gn » ('j') | mash/wm/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698