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

Side by Side Diff: ash/ash.gyp

Issue 1898223002: Removes most aura dependencies from WindowResizer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_aura_from_window_state
Patch Set: comment 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 | « no previous file | ash/autoclick/autoclick_controller.cc » ('j') | ash/wm/common/wm_globals.h » ('J')
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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'wm/aura/aura_layout_manager_adapter.cc', 526 'wm/aura/aura_layout_manager_adapter.cc',
527 'wm/aura/aura_layout_manager_adapter.h', 527 'wm/aura/aura_layout_manager_adapter.h',
528 'wm/aura/wm_globals_aura.cc', 528 'wm/aura/wm_globals_aura.cc',
529 'wm/aura/wm_globals_aura.h', 529 'wm/aura/wm_globals_aura.h',
530 'wm/aura/wm_root_window_controller_aura.cc', 530 'wm/aura/wm_root_window_controller_aura.cc',
531 'wm/aura/wm_root_window_controller_aura.h', 531 'wm/aura/wm_root_window_controller_aura.h',
532 'wm/aura/wm_window_aura.cc', 532 'wm/aura/wm_window_aura.cc',
533 'wm/aura/wm_window_aura.h', 533 'wm/aura/wm_window_aura.h',
534 'wm/boot_splash_screen_chromeos.cc', 534 'wm/boot_splash_screen_chromeos.cc',
535 'wm/boot_splash_screen_chromeos.h', 535 'wm/boot_splash_screen_chromeos.h',
536 'wm/common/root_window_finder.cc',
537 'wm/common/root_window_finder.h',
536 'wm/common/window_animation_types.h', 538 'wm/common/window_animation_types.h',
537 'wm/common/window_parenting_utils.cc', 539 'wm/common/window_parenting_utils.cc',
538 'wm/common/window_parenting_utils.h', 540 'wm/common/window_parenting_utils.h',
539 'wm/common/window_positioning_utils.cc', 541 'wm/common/window_positioning_utils.cc',
540 'wm/common/window_positioning_utils.h', 542 'wm/common/window_positioning_utils.h',
541 'wm/common/window_state_util.cc', 543 'wm/common/window_state_util.cc',
542 'wm/common/window_state_util.h', 544 'wm/common/window_state_util.h',
543 'wm/common/wm_event.cc', 545 'wm/common/wm_event.cc',
544 'wm/common/wm_event.h', 546 'wm/common/wm_event.h',
545 'wm/common/wm_globals.h', 547 'wm/common/wm_globals.h',
546 'wm/common/wm_layout_manager.h', 548 'wm/common/wm_layout_manager.h',
547 'wm/common/wm_root_window_controller.h', 549 'wm/common/wm_root_window_controller.h',
548 'wm/common/wm_screen_util.cc', 550 'wm/common/wm_screen_util.cc',
549 'wm/common/wm_screen_util.h', 551 'wm/common/wm_screen_util.h',
550 'wm/common/wm_types.cc', 552 'wm/common/wm_types.cc',
551 'wm/common/wm_types.h', 553 'wm/common/wm_types.h',
552 'wm/common/wm_window.h', 554 'wm/common/wm_window.h',
553 'wm/common/wm_window_observer.h', 555 'wm/common/wm_window_observer.h',
554 'wm/common/wm_window_property.h', 556 'wm/common/wm_window_property.h',
555 'wm/common/workspace/workspace_layout_manager_delegate.h', 557 'wm/common/workspace/workspace_layout_manager_delegate.h',
556 'wm/common/workspace/workspace_types.h', 558 'wm/common/workspace/workspace_types.h',
557 'wm/coordinate_conversion.cc',
558 'wm/coordinate_conversion.h',
559 'wm/cursor_manager_chromeos.cc', 559 'wm/cursor_manager_chromeos.cc',
560 'wm/cursor_manager_chromeos.h', 560 'wm/cursor_manager_chromeos.h',
561 'wm/default_state.cc', 561 'wm/default_state.cc',
562 'wm/default_state.h', 562 'wm/default_state.h',
563 'wm/default_window_resizer.cc', 563 'wm/default_window_resizer.cc',
564 'wm/default_window_resizer.h', 564 'wm/default_window_resizer.h',
565 'wm/dim_window.cc', 565 'wm/dim_window.cc',
566 'wm/dim_window.h', 566 'wm/dim_window.h',
567 'wm/dock/docked_window_layout_manager.cc', 567 'wm/dock/docked_window_layout_manager.cc',
568 'wm/dock/docked_window_layout_manager.h', 568 'wm/dock/docked_window_layout_manager.h',
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1390 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1391 ], 1391 ],
1392 } 1392 }
1393 ], 1393 ],
1394 ], 1394 ],
1395 }, 1395 },
1396 ], 1396 ],
1397 }], 1397 }],
1398 ], 1398 ],
1399 } 1399 }
OLDNEW
« no previous file with comments | « no previous file | ash/autoclick/autoclick_controller.cc » ('j') | ash/wm/common/wm_globals.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698