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

Side by Side Diff: ash/ash.gyp

Issue 10692170: Aura desktop: Show resize cursors again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 8 years, 5 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 | ash/display/mouse_cursor_event_filter.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 10
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'wm/app_list_controller.cc', 220 'wm/app_list_controller.cc',
221 'wm/app_list_controller.h', 221 'wm/app_list_controller.h',
222 'wm/activation_controller.cc', 222 'wm/activation_controller.cc',
223 'wm/activation_controller.h', 223 'wm/activation_controller.h',
224 'wm/always_on_top_controller.cc', 224 'wm/always_on_top_controller.cc',
225 'wm/always_on_top_controller.h', 225 'wm/always_on_top_controller.h',
226 'wm/base_layout_manager.cc', 226 'wm/base_layout_manager.cc',
227 'wm/base_layout_manager.h', 227 'wm/base_layout_manager.h',
228 'wm/capture_controller.cc', 228 'wm/capture_controller.cc',
229 'wm/capture_controller.h', 229 'wm/capture_controller.h',
230 'wm/cursor_manager.cc',
231 'wm/cursor_manager.h',
230 'wm/custom_frame_view_ash.cc', 232 'wm/custom_frame_view_ash.cc',
231 'wm/custom_frame_view_ash.h', 233 'wm/custom_frame_view_ash.h',
232 'wm/default_window_resizer.cc', 234 'wm/default_window_resizer.cc',
233 'wm/default_window_resizer.h', 235 'wm/default_window_resizer.h',
234 'wm/dialog_frame_view.cc', 236 'wm/dialog_frame_view.cc',
235 'wm/dialog_frame_view.h', 237 'wm/dialog_frame_view.h',
236 'wm/event_client_impl.cc', 238 'wm/event_client_impl.cc',
237 'wm/event_client_impl.h', 239 'wm/event_client_impl.h',
238 'wm/event_rewriter_event_filter.cc', 240 'wm/event_rewriter_event_filter.cc',
239 'wm/event_rewriter_event_filter.h', 241 'wm/event_rewriter_event_filter.h',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'shell/cocoa/app-Info.plist', 600 'shell/cocoa/app-Info.plist',
599 ], 601 ],
600 'xcode_settings': { 602 'xcode_settings': {
601 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 603 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
602 }, 604 },
603 }], 605 }],
604 ], 606 ],
605 }, 607 },
606 ], 608 ],
607 } 609 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/mouse_cursor_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698