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

Side by Side Diff: ash/ash.gyp

Issue 11316287: Move WindowModalityController to CoreWm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/shell.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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'wm/user_activity_detector.h', 366 'wm/user_activity_detector.h',
367 'wm/user_activity_observer.h', 367 'wm/user_activity_observer.h',
368 'wm/video_detector.cc', 368 'wm/video_detector.cc',
369 'wm/video_detector.h', 369 'wm/video_detector.h',
370 'wm/window_animations.cc', 370 'wm/window_animations.cc',
371 'wm/window_animations.h', 371 'wm/window_animations.h',
372 'wm/window_cycle_controller.cc', 372 'wm/window_cycle_controller.cc',
373 'wm/window_cycle_controller.h', 373 'wm/window_cycle_controller.h',
374 'wm/window_cycle_list.cc', 374 'wm/window_cycle_list.cc',
375 'wm/window_cycle_list.h', 375 'wm/window_cycle_list.h',
376 'wm/window_modality_controller.cc',
377 'wm/window_modality_controller.h',
378 'wm/window_properties.cc', 376 'wm/window_properties.cc',
379 'wm/window_properties.h', 377 'wm/window_properties.h',
380 'wm/window_resizer.cc', 378 'wm/window_resizer.cc',
381 'wm/window_resizer.h', 379 'wm/window_resizer.h',
382 'wm/window_util.cc', 380 'wm/window_util.cc',
383 'wm/window_util.h', 381 'wm/window_util.h',
384 'wm/workspace_controller.cc', 382 'wm/workspace_controller.cc',
385 'wm/workspace_controller.h', 383 'wm/workspace_controller.h',
386 'wm/workspace/auto_window_management.cc', 384 'wm/workspace/auto_window_management.cc',
387 'wm/workspace/auto_window_management.h', 385 'wm/workspace/auto_window_management.h',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'type': 'static_library', 450 'type': 'static_library',
453 'dependencies': [ 451 'dependencies': [
454 '../skia/skia.gyp:skia', 452 '../skia/skia.gyp:skia',
455 '../testing/gtest.gyp:gtest', 453 '../testing/gtest.gyp:gtest',
456 'ash', 454 'ash',
457 'ash_resources', 455 'ash_resources',
458 ], 456 ],
459 'sources': [ 457 'sources': [
460 'test/ash_test_base.cc', 458 'test/ash_test_base.cc',
461 'test/ash_test_base.h', 459 'test/ash_test_base.h',
462 'test/capture_tracking_view.cc',
463 'test/capture_tracking_view.h',
464 'test/child_modal_window.cc',
465 'test/child_modal_window.h',
466 'test/cursor_manager_test_api.cc', 460 'test/cursor_manager_test_api.cc',
467 'test/cursor_manager_test_api.h', 461 'test/cursor_manager_test_api.h',
468 'test/launcher_view_test_api.cc', 462 'test/launcher_view_test_api.cc',
469 'test/launcher_view_test_api.h', 463 'test/launcher_view_test_api.h',
470 'test/display_manager_test_api.cc', 464 'test/display_manager_test_api.cc',
471 'test/display_manager_test_api.h', 465 'test/display_manager_test_api.h',
472 'test/test_activation_delegate.cc', 466 'test/test_activation_delegate.cc',
473 'test/test_activation_delegate.h', 467 'test/test_activation_delegate.h',
474 'test/test_launcher_delegate.cc', 468 'test/test_launcher_delegate.cc',
475 'test/test_launcher_delegate.h', 469 'test/test_launcher_delegate.h',
(...skipping 23 matching lines...) Expand all
499 '../ui/aura/aura.gyp:aura', 493 '../ui/aura/aura.gyp:aura',
500 '../ui/aura/aura.gyp:test_support_aura', 494 '../ui/aura/aura.gyp:test_support_aura',
501 '../ui/app_list/app_list.gyp:app_list', 495 '../ui/app_list/app_list.gyp:app_list',
502 '../ui/compositor/compositor.gyp:compositor', 496 '../ui/compositor/compositor.gyp:compositor',
503 '../ui/compositor/compositor.gyp:compositor_test_support', 497 '../ui/compositor/compositor.gyp:compositor_test_support',
504 '../ui/message_center/message_center.gyp:message_center', 498 '../ui/message_center/message_center.gyp:message_center',
505 '../ui/ui.gyp:ui', 499 '../ui/ui.gyp:ui',
506 '../ui/ui.gyp:ui_resources', 500 '../ui/ui.gyp:ui_resources',
507 '../ui/ui.gyp:ui_test_support', 501 '../ui/ui.gyp:ui_test_support',
508 '../ui/views/views.gyp:views', 502 '../ui/views/views.gyp:views',
503 '../ui/views/views.gyp:views_test_support',
509 '../ui/views/views.gyp:views_examples_with_content_lib', 504 '../ui/views/views.gyp:views_examples_with_content_lib',
510 '../ui/views/views.gyp:views_with_content_test_support', 505 '../ui/views/views.gyp:views_with_content_test_support',
511 'ash', 506 'ash',
512 'ash_resources', 507 'ash_resources',
513 'test_support_ash', 508 'test_support_ash',
514 ], 509 ],
515 'sources': [ 510 'sources': [
516 '../ui/views/test/test_views_delegate.cc', 511 '../ui/views/test/test_views_delegate.cc',
517 '../ui/views/test/test_views_delegate.h', 512 '../ui/views/test/test_views_delegate.h',
518 'accelerators/accelerator_controller_unittest.cc', 513 'accelerators/accelerator_controller_unittest.cc',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 '../ui/compositor/compositor.gyp:compositor', 630 '../ui/compositor/compositor.gyp:compositor',
636 '../ui/compositor/compositor.gyp:compositor_test_support', 631 '../ui/compositor/compositor.gyp:compositor_test_support',
637 '../ui/message_center/message_center.gyp:message_center', 632 '../ui/message_center/message_center.gyp:message_center',
638 '../ui/ui.gyp:ui', 633 '../ui/ui.gyp:ui',
639 '../ui/ui.gyp:ui_resources', 634 '../ui/ui.gyp:ui_resources',
640 '../ui/views/views.gyp:views', 635 '../ui/views/views.gyp:views',
641 '../ui/views/views.gyp:views_examples_with_content_lib', 636 '../ui/views/views.gyp:views_examples_with_content_lib',
642 '../ui/views/views.gyp:views_test_support', 637 '../ui/views/views.gyp:views_test_support',
643 'ash', 638 'ash',
644 'ash_resources', 639 'ash_resources',
645 'test_support_ash',
646 ], 640 ],
647 'sources': [ 641 'sources': [
648 'shell/app_list.cc', 642 'shell/app_list.cc',
649 'shell/bubble.cc', 643 'shell/bubble.cc',
650 'shell/content_client/shell_browser_main_parts.cc', 644 'shell/content_client/shell_browser_main_parts.cc',
651 'shell/content_client/shell_browser_main_parts.h', 645 'shell/content_client/shell_browser_main_parts.h',
652 'shell/content_client/shell_content_browser_client.cc', 646 'shell/content_client/shell_content_browser_client.cc',
653 'shell/content_client/shell_content_browser_client.h', 647 'shell/content_client/shell_content_browser_client.h',
654 'shell/content_client/shell_main_delegate.cc', 648 'shell/content_client/shell_main_delegate.cc',
655 'shell/content_client/shell_main_delegate.h', 649 'shell/content_client/shell_main_delegate.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 'shell/cocoa/app-Info.plist', 701 'shell/cocoa/app-Info.plist',
708 ], 702 ],
709 'xcode_settings': { 703 'xcode_settings': {
710 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 704 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
711 }, 705 },
712 }], 706 }],
713 ], 707 ],
714 }, 708 },
715 ], 709 ],
716 } 710 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698