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

Side by Side Diff: ash/ash.gyp

Issue 10835047: Allow the cursor to warp even when a window is dragged (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style fix Created 8 years, 4 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/display_controller.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 10
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'wm/app_list_controller.cc', 229 'wm/app_list_controller.cc',
230 'wm/app_list_controller.h', 230 'wm/app_list_controller.h',
231 'wm/activation_controller.cc', 231 'wm/activation_controller.cc',
232 'wm/activation_controller.h', 232 'wm/activation_controller.h',
233 'wm/always_on_top_controller.cc', 233 'wm/always_on_top_controller.cc',
234 'wm/always_on_top_controller.h', 234 'wm/always_on_top_controller.h',
235 'wm/base_layout_manager.cc', 235 'wm/base_layout_manager.cc',
236 'wm/base_layout_manager.h', 236 'wm/base_layout_manager.h',
237 'wm/capture_controller.cc', 237 'wm/capture_controller.cc',
238 'wm/capture_controller.h', 238 'wm/capture_controller.h',
239 'wm/coordinate_conversion.cc',
240 'wm/coordinate_conversion.h',
239 'wm/cursor_manager.cc', 241 'wm/cursor_manager.cc',
240 'wm/cursor_manager.h', 242 'wm/cursor_manager.h',
241 'wm/custom_frame_view_ash.cc', 243 'wm/custom_frame_view_ash.cc',
242 'wm/custom_frame_view_ash.h', 244 'wm/custom_frame_view_ash.h',
243 'wm/default_window_resizer.cc', 245 'wm/default_window_resizer.cc',
244 'wm/default_window_resizer.h', 246 'wm/default_window_resizer.h',
245 'wm/dialog_frame_view.cc', 247 'wm/dialog_frame_view.cc',
246 'wm/dialog_frame_view.h', 248 'wm/dialog_frame_view.h',
247 'wm/event_client_impl.cc', 249 'wm/event_client_impl.cc',
248 'wm/event_client_impl.h', 250 'wm/event_client_impl.h',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'shell/cocoa/app-Info.plist', 617 'shell/cocoa/app-Info.plist',
616 ], 618 ],
617 'xcode_settings': { 619 'xcode_settings': {
618 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 620 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
619 }, 621 },
620 }], 622 }],
621 ], 623 ],
622 }, 624 },
623 ], 625 ],
624 } 626 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698