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

Side by Side Diff: trunk/src/ash/ash.gyp

Issue 132183006: Revert 244050 "This is part 1 of implemeting phantom windows for..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | trunk/src/ash/wm/gestures/system_pinch_handler.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 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 'wm/user_activity_detector_unittest.cc', 867 'wm/user_activity_detector_unittest.cc',
868 'wm/video_detector_unittest.cc', 868 'wm/video_detector_unittest.cc',
869 'wm/window_animations_unittest.cc', 869 'wm/window_animations_unittest.cc',
870 'wm/window_cycle_controller_unittest.cc', 870 'wm/window_cycle_controller_unittest.cc',
871 'wm/window_manager_unittest.cc', 871 'wm/window_manager_unittest.cc',
872 'wm/window_modality_controller_unittest.cc', 872 'wm/window_modality_controller_unittest.cc',
873 'wm/window_positioner_unittest.cc', 873 'wm/window_positioner_unittest.cc',
874 'wm/window_util_unittest.cc', 874 'wm/window_util_unittest.cc',
875 'wm/workspace/magnetism_matcher_unittest.cc', 875 'wm/workspace/magnetism_matcher_unittest.cc',
876 'wm/workspace/multi_window_resize_controller_unittest.cc', 876 'wm/workspace/multi_window_resize_controller_unittest.cc',
877 'wm/workspace/phantom_window_controller_unittest.cc',
878 'wm/workspace/snap_sizer_unittest.cc', 877 'wm/workspace/snap_sizer_unittest.cc',
879 'wm/workspace/workspace_event_handler_test_helper.cc', 878 'wm/workspace/workspace_event_handler_test_helper.cc',
880 'wm/workspace/workspace_event_handler_test_helper.h', 879 'wm/workspace/workspace_event_handler_test_helper.h',
881 'wm/workspace/workspace_event_handler_unittest.cc', 880 'wm/workspace/workspace_event_handler_unittest.cc',
882 'wm/workspace/workspace_layout_manager_unittest.cc', 881 'wm/workspace/workspace_layout_manager_unittest.cc',
883 'wm/workspace/workspace_window_resizer_unittest.cc', 882 'wm/workspace/workspace_window_resizer_unittest.cc',
884 'wm/workspace_controller_test_helper.cc', 883 'wm/workspace_controller_test_helper.cc',
885 'wm/workspace_controller_test_helper.h', 884 'wm/workspace_controller_test_helper.h',
886 'wm/workspace_controller_unittest.cc', 885 'wm/workspace_controller_unittest.cc',
887 ], 886 ],
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 }, 1010 },
1012 }, 1011 },
1013 'dependencies': [ 1012 'dependencies': [
1014 '../sandbox/sandbox.gyp:sandbox', 1013 '../sandbox/sandbox.gyp:sandbox',
1015 ], 1014 ],
1016 }], 1015 }],
1017 ], 1016 ],
1018 }, 1017 },
1019 ], 1018 ],
1020 } 1019 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/ash/wm/gestures/system_pinch_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698