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

Side by Side Diff: ui/ui.gyp

Issue 10003005: Zero-sized windows are bad. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: formatting Created 8 years, 8 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 | « ui/base/cocoa/window_size_constants.mm ('k') | no next file » | 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 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'base/cocoa/find_pasteboard.h', 94 'base/cocoa/find_pasteboard.h',
95 'base/cocoa/find_pasteboard.mm', 95 'base/cocoa/find_pasteboard.mm',
96 'base/cocoa/focus_tracker.h', 96 'base/cocoa/focus_tracker.h',
97 'base/cocoa/focus_tracker.mm', 97 'base/cocoa/focus_tracker.mm',
98 'base/cocoa/fullscreen_window_manager.h', 98 'base/cocoa/fullscreen_window_manager.h',
99 'base/cocoa/fullscreen_window_manager.mm', 99 'base/cocoa/fullscreen_window_manager.mm',
100 'base/cocoa/nib_loading.h', 100 'base/cocoa/nib_loading.h',
101 'base/cocoa/nib_loading.mm', 101 'base/cocoa/nib_loading.mm',
102 'base/cocoa/underlay_opengl_hosting_window.h', 102 'base/cocoa/underlay_opengl_hosting_window.h',
103 'base/cocoa/underlay_opengl_hosting_window.mm', 103 'base/cocoa/underlay_opengl_hosting_window.mm',
104 'base/cocoa/window_size_constants.h',
105 'base/cocoa/window_size_constants.mm',
104 'base/cursor/cursor.cc', 106 'base/cursor/cursor.cc',
105 'base/cursor/cursor.h', 107 'base/cursor/cursor.h',
106 'base/cursor/cursor_win.cc', 108 'base/cursor/cursor_win.cc',
107 'base/cursor/cursor_x11.cc', 109 'base/cursor/cursor_x11.cc',
108 'base/dragdrop/cocoa_dnd_util.h', 110 'base/dragdrop/cocoa_dnd_util.h',
109 'base/dragdrop/cocoa_dnd_util.mm', 111 'base/dragdrop/cocoa_dnd_util.mm',
110 'base/dragdrop/drag_drop_types_gtk.cc', 112 'base/dragdrop/drag_drop_types_gtk.cc',
111 'base/dragdrop/drag_drop_types.h', 113 'base/dragdrop/drag_drop_types.h',
112 'base/dragdrop/drag_drop_types_win.cc', 114 'base/dragdrop/drag_drop_types_win.cc',
113 'base/dragdrop/drag_source.cc', 115 'base/dragdrop/drag_source.cc',
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 732 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
731 'os.chmod(\'<(ui_copy_dest)\', 0700)' 733 'os.chmod(\'<(ui_copy_dest)\', 0700)'
732 ] 734 ]
733 } 735 }
734 ], 736 ],
735 }, 737 },
736 ], 738 ],
737 }], 739 }],
738 ], 740 ],
739 } 741 }
OLDNEW
« no previous file with comments | « ui/base/cocoa/window_size_constants.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698