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

Side by Side Diff: ash/ash.gyp

Issue 11280283: Extract the code of showing a dragging window on another display from PhantomWindowController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: assign NULL after deleting Layer 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/shell_window_ids.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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'wm/coordinate_conversion.cc', 291 'wm/coordinate_conversion.cc',
292 'wm/coordinate_conversion.h', 292 'wm/coordinate_conversion.h',
293 'wm/cursor_manager.cc', 293 'wm/cursor_manager.cc',
294 'wm/cursor_manager.h', 294 'wm/cursor_manager.h',
295 'wm/custom_frame_view_ash.cc', 295 'wm/custom_frame_view_ash.cc',
296 'wm/custom_frame_view_ash.h', 296 'wm/custom_frame_view_ash.h',
297 'wm/default_window_resizer.cc', 297 'wm/default_window_resizer.cc',
298 'wm/default_window_resizer.h', 298 'wm/default_window_resizer.h',
299 'wm/dialog_frame_view.cc', 299 'wm/dialog_frame_view.cc',
300 'wm/dialog_frame_view.h', 300 'wm/dialog_frame_view.h',
301 'wm/drag_window_controller.cc',
302 'wm/drag_window_controller.h',
301 'wm/event_client_impl.cc', 303 'wm/event_client_impl.cc',
302 'wm/event_client_impl.h', 304 'wm/event_client_impl.h',
303 'wm/event_rewriter_event_filter.cc', 305 'wm/event_rewriter_event_filter.cc',
304 'wm/event_rewriter_event_filter.h', 306 'wm/event_rewriter_event_filter.h',
305 'wm/frame_painter.cc', 307 'wm/frame_painter.cc',
306 'wm/frame_painter.h', 308 'wm/frame_painter.h',
307 'wm/gestures/bezel_gesture_handler.cc', 309 'wm/gestures/bezel_gesture_handler.cc',
308 'wm/gestures/bezel_gesture_handler.h', 310 'wm/gestures/bezel_gesture_handler.h',
309 'wm/gestures/long_press_affordance_handler.cc', 311 'wm/gestures/long_press_affordance_handler.cc',
310 'wm/gestures/long_press_affordance_handler.h', 312 'wm/gestures/long_press_affordance_handler.h',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 'shell/cocoa/app-Info.plist', 712 'shell/cocoa/app-Info.plist',
711 ], 713 ],
712 'xcode_settings': { 714 'xcode_settings': {
713 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 715 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
714 }, 716 },
715 }], 717 }],
716 ], 718 ],
717 }, 719 },
718 ], 720 ],
719 } 721 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell_window_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698