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

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: remove BUILD.gn again Created 4 years, 6 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/common/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 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 '../ui/message_center/message_center.gyp:message_center', 1060 '../ui/message_center/message_center.gyp:message_center',
971 '../ui/native_theme/native_theme.gyp:native_theme', 1061 '../ui/native_theme/native_theme.gyp:native_theme',
972 '../ui/platform_window/stub/stub_window.gyp:stub_window', 1062 '../ui/platform_window/stub/stub_window.gyp:stub_window',
973 '../ui/resources/ui_resources.gyp:ui_resources', 1063 '../ui/resources/ui_resources.gyp:ui_resources',
974 '../ui/strings/ui_strings.gyp:ui_strings', 1064 '../ui/strings/ui_strings.gyp:ui_strings',
975 '../ui/views/views.gyp:views', 1065 '../ui/views/views.gyp:views',
976 '../ui/wm/wm.gyp:wm', 1066 '../ui/wm/wm.gyp:wm',
977 '../url/url.gyp:url_lib', 1067 '../url/url.gyp:url_lib',
978 'ash_resources.gyp:ash_resources', 1068 'ash_resources.gyp:ash_resources',
979 'ash_strings.gyp:ash_strings', 1069 'ash_strings.gyp:ash_strings',
980 'wm/common/ash_wm_common.gyp:ash_wm_common',
981 'wm/common/ash_wm_common_resources.gyp:ash_wm_common_resources', 1070 'wm/common/ash_wm_common_resources.gyp:ash_wm_common_resources',
982 ], 1071 ],
983 'defines': [ 1072 'defines': [
984 'ASH_IMPLEMENTATION', 1073 'ASH_IMPLEMENTATION',
985 ], 1074 ],
986 'sources': [ 1075 'sources': [
987 '<@(ash_sources)', 1076 '<@(ash_sources)',
988 ], 1077 ],
989 'conditions': [ 1078 'conditions': [
990 ['OS=="win"', { 1079 ['OS=="win"', {
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 '../ui/keyboard/keyboard.gyp:keyboard_with_content', 1156 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1068 '../ui/resources/ui_resources.gyp:ui_resources', 1157 '../ui/resources/ui_resources.gyp:ui_resources',
1069 '../ui/strings/ui_strings.gyp:ui_strings', 1158 '../ui/strings/ui_strings.gyp:ui_strings',
1070 '../ui/views/controls/webview/webview.gyp:webview', 1159 '../ui/views/controls/webview/webview.gyp:webview',
1071 '../ui/views/views.gyp:views', 1160 '../ui/views/views.gyp:views',
1072 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 1161 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
1073 '../url/url.gyp:url_lib', 1162 '../url/url.gyp:url_lib',
1074 'ash', 1163 'ash',
1075 'ash_resources.gyp:ash_resources', 1164 'ash_resources.gyp:ash_resources',
1076 'ash_strings.gyp:ash_strings', 1165 'ash_strings.gyp:ash_strings',
1077 'wm/common/ash_wm_common.gyp:ash_wm_common',
1078 ], 1166 ],
1079 'defines': [ 1167 'defines': [
1080 'ASH_WITH_CONTENT_IMPLEMENTATION', 1168 'ASH_WITH_CONTENT_IMPLEMENTATION',
1081 ], 1169 ],
1082 'sources': [ 1170 'sources': [
1083 '<@(ash_with_content_sources)', 1171 '<@(ash_with_content_sources)',
1084 ], 1172 ],
1085 }, 1173 },
1086 { 1174 {
1087 # GN version: //ash:test_support 1175 # GN version: //ash:test_support
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 '../ui/wm/wm.gyp:wm', 1270 '../ui/wm/wm.gyp:wm',
1183 '../url/url.gyp:url_lib', 1271 '../url/url.gyp:url_lib',
1184 'ash', 1272 'ash',
1185 'ash_resources.gyp:ash_resources', 1273 'ash_resources.gyp:ash_resources',
1186 'ash_resources.gyp:ash_test_resources_100_percent', 1274 'ash_resources.gyp:ash_test_resources_100_percent',
1187 'ash_resources.gyp:ash_test_resources_200_percent', 1275 'ash_resources.gyp:ash_test_resources_200_percent',
1188 'ash_strings.gyp:ash_strings', 1276 'ash_strings.gyp:ash_strings',
1189 'ash_strings.gyp:ash_test_strings', 1277 'ash_strings.gyp:ash_test_strings',
1190 'ash_test_support', 1278 'ash_test_support',
1191 'ash_with_content', 1279 'ash_with_content',
1192 'wm/common/ash_wm_common.gyp:ash_wm_common',
1193 ], 1280 ],
1194 'sources': [ 1281 'sources': [
1195 '<@(ash_unittests_sources)', 1282 '<@(ash_unittests_sources)',
1196 ], 1283 ],
1197 'conditions': [ 1284 'conditions': [
1198 ['chromeos==0', { 1285 ['chromeos==0', {
1199 'sources!': [ 1286 'sources!': [
1200 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906 1287 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906
1201 'focus_cycler_unittest.cc', 1288 'focus_cycler_unittest.cc',
1202 1289
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1284 }, 1371 },
1285 { 1372 {
1286 # GN version: //ash:ash_shell_lib_with_content 1373 # GN version: //ash:ash_shell_lib_with_content
1287 'target_name': 'ash_shell_lib_with_content', 1374 'target_name': 'ash_shell_lib_with_content',
1288 'type': 'static_library', 1375 'type': 'static_library',
1289 'dependencies': [ 1376 'dependencies': [
1290 'ash_shell_lib', 1377 'ash_shell_lib',
1291 '../content/content_shell_and_tests.gyp:content_shell_lib', 1378 '../content/content_shell_and_tests.gyp:content_shell_lib',
1292 '../content/content.gyp:content', 1379 '../content/content.gyp:content',
1293 '../skia/skia.gyp:skia', 1380 '../skia/skia.gyp:skia',
1294 'wm/common/ash_wm_common.gyp:ash_wm_common',
1295 ], 1381 ],
1296 'sources': [ 1382 'sources': [
1297 '<@(ash_shell_with_content_lib_sources)', 1383 '<@(ash_shell_with_content_lib_sources)',
1298 ], 1384 ],
1299 'conditions': [ 1385 'conditions': [
1300 ['OS=="win"', { 1386 ['OS=="win"', {
1301 'dependencies': [ 1387 'dependencies': [
1302 '../content/content.gyp:sandbox_helper_win', 1388 '../content/content.gyp:sandbox_helper_win',
1303 ], 1389 ],
1304 }], 1390 }],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1442 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1357 ], 1443 ],
1358 } 1444 }
1359 ], 1445 ],
1360 ], 1446 ],
1361 }, 1447 },
1362 ], 1448 ],
1363 }], 1449 }],
1364 ], 1450 ],
1365 } 1451 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/wm/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698