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

Side by Side Diff: ui/ui.gyp

Issue 16266010: Add -[NSView(CrDebugging) cr_recursiveDescription]. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/view_description.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 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'base/cocoa/hover_button.h', 111 'base/cocoa/hover_button.h',
112 'base/cocoa/hover_button.mm', 112 'base/cocoa/hover_button.mm',
113 'base/cocoa/hover_image_button.h', 113 'base/cocoa/hover_image_button.h',
114 'base/cocoa/hover_image_button.mm', 114 'base/cocoa/hover_image_button.mm',
115 'base/cocoa/nib_loading.h', 115 'base/cocoa/nib_loading.h',
116 'base/cocoa/nib_loading.mm', 116 'base/cocoa/nib_loading.mm',
117 'base/cocoa/tracking_area.h', 117 'base/cocoa/tracking_area.h',
118 'base/cocoa/tracking_area.mm', 118 'base/cocoa/tracking_area.mm',
119 'base/cocoa/underlay_opengl_hosting_window.h', 119 'base/cocoa/underlay_opengl_hosting_window.h',
120 'base/cocoa/underlay_opengl_hosting_window.mm', 120 'base/cocoa/underlay_opengl_hosting_window.mm',
121 'base/cocoa/view_description.h',
122 'base/cocoa/view_description.mm',
121 'base/cocoa/window_size_constants.h', 123 'base/cocoa/window_size_constants.h',
122 'base/cocoa/window_size_constants.mm', 124 'base/cocoa/window_size_constants.mm',
123 'base/cursor/cursor.cc', 125 'base/cursor/cursor.cc',
124 'base/cursor/cursor.h', 126 'base/cursor/cursor.h',
125 'base/cursor/cursor_loader.h', 127 'base/cursor/cursor_loader.h',
126 'base/cursor/cursor_loader_null.cc', 128 'base/cursor/cursor_loader_null.cc',
127 'base/cursor/cursor_loader_null.h', 129 'base/cursor/cursor_loader_null.h',
128 'base/cursor/cursor_loader_win.cc', 130 'base/cursor/cursor_loader_win.cc',
129 'base/cursor/cursor_null.cc', 131 'base/cursor/cursor_null.cc',
130 'base/cursor/cursor_loader_win.h', 132 'base/cursor/cursor_loader_win.h',
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 'xcode_settings': { 1004 'xcode_settings': {
1003 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1005 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1004 }, 1006 },
1005 }], 1007 }],
1006 ], 1008 ],
1007 }, 1009 },
1008 ], 1010 ],
1009 }], 1011 }],
1010 ], 1012 ],
1011 } 1013 }
OLDNEW
« no previous file with comments | « ui/base/cocoa/view_description.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698