OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |