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

Side by Side Diff: ash/ash.gyp

Issue 101773004: Refactor PhantomWindowController so that the PhantomWindowController owns the phantom window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 'wm/user_activity_detector_unittest.cc', 861 'wm/user_activity_detector_unittest.cc',
862 'wm/video_detector_unittest.cc', 862 'wm/video_detector_unittest.cc',
863 'wm/window_animations_unittest.cc', 863 'wm/window_animations_unittest.cc',
864 'wm/window_cycle_controller_unittest.cc', 864 'wm/window_cycle_controller_unittest.cc',
865 'wm/window_manager_unittest.cc', 865 'wm/window_manager_unittest.cc',
866 'wm/window_modality_controller_unittest.cc', 866 'wm/window_modality_controller_unittest.cc',
867 'wm/window_positioner_unittest.cc', 867 'wm/window_positioner_unittest.cc',
868 'wm/window_util_unittest.cc', 868 'wm/window_util_unittest.cc',
869 'wm/workspace/magnetism_matcher_unittest.cc', 869 'wm/workspace/magnetism_matcher_unittest.cc',
870 'wm/workspace/multi_window_resize_controller_unittest.cc', 870 'wm/workspace/multi_window_resize_controller_unittest.cc',
871 'wm/workspace/phantom_window_controller_unittest.cc',
871 'wm/workspace/snap_sizer_unittest.cc', 872 'wm/workspace/snap_sizer_unittest.cc',
872 'wm/workspace/workspace_event_handler_test_helper.cc', 873 'wm/workspace/workspace_event_handler_test_helper.cc',
873 'wm/workspace/workspace_event_handler_test_helper.h', 874 'wm/workspace/workspace_event_handler_test_helper.h',
874 'wm/workspace/workspace_event_handler_unittest.cc', 875 'wm/workspace/workspace_event_handler_unittest.cc',
875 'wm/workspace/workspace_layout_manager_unittest.cc', 876 'wm/workspace/workspace_layout_manager_unittest.cc',
876 'wm/workspace/workspace_window_resizer_unittest.cc', 877 'wm/workspace/workspace_window_resizer_unittest.cc',
877 'wm/workspace_controller_test_helper.cc', 878 'wm/workspace_controller_test_helper.cc',
878 'wm/workspace_controller_test_helper.h', 879 'wm/workspace_controller_test_helper.h',
879 'wm/workspace_controller_unittest.cc', 880 'wm/workspace_controller_unittest.cc',
880 ], 881 ],
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 }, 1004 },
1004 }, 1005 },
1005 'dependencies': [ 1006 'dependencies': [
1006 '../sandbox/sandbox.gyp:sandbox', 1007 '../sandbox/sandbox.gyp:sandbox',
1007 ], 1008 ],
1008 }], 1009 }],
1009 ], 1010 ],
1010 }, 1011 },
1011 ], 1012 ],
1012 } 1013 }
OLDNEW
« no previous file with comments | « no previous file | ash/resources/ash_resources.grd » ('j') | ash/wm/workspace/phantom_window_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698