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

Side by Side Diff: ash/ash.gyp

Issue 11316245: Move VisibilityController 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/root_window_controller.cc » ('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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'wm/system_modal_container_event_filter_delegate.h', 358 'wm/system_modal_container_event_filter_delegate.h',
359 'wm/system_modal_container_layout_manager.cc', 359 'wm/system_modal_container_layout_manager.cc',
360 'wm/system_modal_container_layout_manager.h', 360 'wm/system_modal_container_layout_manager.h',
361 'wm/toplevel_window_event_handler.cc', 361 'wm/toplevel_window_event_handler.cc',
362 'wm/toplevel_window_event_handler.h', 362 'wm/toplevel_window_event_handler.h',
363 'wm/user_activity_detector.cc', 363 'wm/user_activity_detector.cc',
364 'wm/user_activity_detector.h', 364 'wm/user_activity_detector.h',
365 'wm/user_activity_observer.h', 365 'wm/user_activity_observer.h',
366 'wm/video_detector.cc', 366 'wm/video_detector.cc',
367 'wm/video_detector.h', 367 'wm/video_detector.h',
368 'wm/visibility_controller.cc',
369 'wm/visibility_controller.h',
370 'wm/window_animations.cc', 368 'wm/window_animations.cc',
371 'wm/window_animations.h', 369 'wm/window_animations.h',
372 'wm/window_cycle_controller.cc', 370 'wm/window_cycle_controller.cc',
373 'wm/window_cycle_controller.h', 371 'wm/window_cycle_controller.h',
374 'wm/window_cycle_list.cc', 372 'wm/window_cycle_list.cc',
375 'wm/window_cycle_list.h', 373 'wm/window_cycle_list.h',
376 'wm/window_modality_controller.cc', 374 'wm/window_modality_controller.cc',
377 'wm/window_modality_controller.h', 375 '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',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 'wm/panel_layout_manager_unittest.cc', 562 'wm/panel_layout_manager_unittest.cc',
565 'wm/power_button_controller_unittest.cc', 563 'wm/power_button_controller_unittest.cc',
566 'wm/screen_dimmer_unittest.cc', 564 'wm/screen_dimmer_unittest.cc',
567 'wm/session_state_controller_impl2_unittest.cc', 565 'wm/session_state_controller_impl2_unittest.cc',
568 'wm/shelf_layout_manager_unittest.cc', 566 'wm/shelf_layout_manager_unittest.cc',
569 'wm/system_gesture_event_filter_unittest.cc', 567 'wm/system_gesture_event_filter_unittest.cc',
570 'wm/system_modal_container_layout_manager_unittest.cc', 568 'wm/system_modal_container_layout_manager_unittest.cc',
571 'wm/toplevel_window_event_handler_unittest.cc', 569 'wm/toplevel_window_event_handler_unittest.cc',
572 'wm/user_activity_detector_unittest.cc', 570 'wm/user_activity_detector_unittest.cc',
573 'wm/video_detector_unittest.cc', 571 'wm/video_detector_unittest.cc',
574 'wm/visibility_controller_unittest.cc',
575 'wm/window_animations_unittest.cc', 572 'wm/window_animations_unittest.cc',
576 'wm/window_cycle_controller_unittest.cc', 573 'wm/window_cycle_controller_unittest.cc',
577 'wm/window_manager_unittest.cc', 574 'wm/window_manager_unittest.cc',
578 'wm/window_modality_controller_unittest.cc', 575 'wm/window_modality_controller_unittest.cc',
579 'wm/workspace_controller_test_helper.cc', 576 'wm/workspace_controller_test_helper.cc',
580 'wm/workspace_controller_test_helper.h', 577 'wm/workspace_controller_test_helper.h',
581 'wm/workspace/magnetism_matcher_unittest.cc', 578 'wm/workspace/magnetism_matcher_unittest.cc',
582 'wm/workspace/multi_window_resize_controller_unittest.cc', 579 'wm/workspace/multi_window_resize_controller_unittest.cc',
583 'wm/workspace/workspace_event_handler_test_helper.cc', 580 'wm/workspace/workspace_event_handler_test_helper.cc',
584 'wm/workspace/workspace_event_handler_test_helper.h', 581 'wm/workspace/workspace_event_handler_test_helper.h',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 'shell/cocoa/app-Info.plist', 705 'shell/cocoa/app-Info.plist',
709 ], 706 ],
710 'xcode_settings': { 707 'xcode_settings': {
711 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 708 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
712 }, 709 },
713 }], 710 }],
714 ], 711 ],
715 }, 712 },
716 ], 713 ],
717 } 714 }
OLDNEW
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698