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

Side by Side Diff: ash/ash.gyp

Issue 11571023: Move ash/wm's DialogFrameView to ui/views/window; etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reorder DialogDelegate functions; inline Get*Params into WidgetExample::ButtonPressed; etc. 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/display/display_error_dialog.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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'wm/capture_controller.cc', 298 'wm/capture_controller.cc',
299 'wm/capture_controller.h', 299 'wm/capture_controller.h',
300 'wm/coordinate_conversion.cc', 300 'wm/coordinate_conversion.cc',
301 'wm/coordinate_conversion.h', 301 'wm/coordinate_conversion.h',
302 'wm/cursor_manager.cc', 302 'wm/cursor_manager.cc',
303 'wm/cursor_manager.h', 303 'wm/cursor_manager.h',
304 'wm/custom_frame_view_ash.cc', 304 'wm/custom_frame_view_ash.cc',
305 'wm/custom_frame_view_ash.h', 305 'wm/custom_frame_view_ash.h',
306 'wm/default_window_resizer.cc', 306 'wm/default_window_resizer.cc',
307 'wm/default_window_resizer.h', 307 'wm/default_window_resizer.h',
308 'wm/dialog_frame_view.cc',
309 'wm/dialog_frame_view.h',
310 'wm/drag_window_controller.cc', 308 'wm/drag_window_controller.cc',
311 'wm/drag_window_controller.h', 309 'wm/drag_window_controller.h',
312 'wm/drag_window_resizer.cc', 310 'wm/drag_window_resizer.cc',
313 'wm/drag_window_resizer.h', 311 'wm/drag_window_resizer.h',
314 'wm/event_client_impl.cc', 312 'wm/event_client_impl.cc',
315 'wm/event_client_impl.h', 313 'wm/event_client_impl.h',
316 'wm/event_rewriter_event_filter.cc', 314 'wm/event_rewriter_event_filter.cc',
317 'wm/event_rewriter_event_filter.h', 315 'wm/event_rewriter_event_filter.h',
318 'wm/frame_painter.cc', 316 'wm/frame_painter.cc',
319 'wm/frame_painter.h', 317 'wm/frame_painter.h',
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'shell/cocoa/app-Info.plist', 734 'shell/cocoa/app-Info.plist',
737 ], 735 ],
738 'xcode_settings': { 736 'xcode_settings': {
739 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 737 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
740 }, 738 },
741 }], 739 }],
742 ], 740 ],
743 }, 741 },
744 ], 742 ],
745 } 743 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_error_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698