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 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 'base/cocoa/fullscreen_window_manager.h', | 130 'base/cocoa/fullscreen_window_manager.h', |
131 'base/cocoa/fullscreen_window_manager.mm', | 131 'base/cocoa/fullscreen_window_manager.mm', |
132 'base/cocoa/nib_loading.h', | 132 'base/cocoa/nib_loading.h', |
133 'base/cocoa/nib_loading.mm', | 133 'base/cocoa/nib_loading.mm', |
134 'base/cocoa/underlay_opengl_hosting_window.h', | 134 'base/cocoa/underlay_opengl_hosting_window.h', |
135 'base/cocoa/underlay_opengl_hosting_window.mm', | 135 'base/cocoa/underlay_opengl_hosting_window.mm', |
136 'base/cocoa/window_size_constants.h', | 136 'base/cocoa/window_size_constants.h', |
137 'base/cocoa/window_size_constants.mm', | 137 'base/cocoa/window_size_constants.mm', |
138 'base/cursor/cursor.cc', | 138 'base/cursor/cursor.cc', |
139 'base/cursor/cursor.h', | 139 'base/cursor/cursor.h', |
| 140 'base/cursor/cursor_loader.h', |
| 141 'base/cursor/cursor_loader_win.cc', |
| 142 'base/cursor/cursor_loader_win.h', |
| 143 'base/cursor/cursor_loader_x11.cc', |
| 144 'base/cursor/cursor_loader_x11.h', |
140 'base/cursor/cursor_win.cc', | 145 'base/cursor/cursor_win.cc', |
141 'base/cursor/cursor_x11.cc', | 146 'base/cursor/cursor_x11.cc', |
142 'base/dialogs/base_shell_dialog.cc', | 147 'base/dialogs/base_shell_dialog.cc', |
143 'base/dialogs/base_shell_dialog.h', | 148 'base/dialogs/base_shell_dialog.h', |
144 'base/dialogs/base_shell_dialog_win.cc', | 149 'base/dialogs/base_shell_dialog_win.cc', |
145 'base/dialogs/base_shell_dialog_win.h', | 150 'base/dialogs/base_shell_dialog_win.h', |
146 'base/dialogs/gtk/select_file_dialog_impl.cc', | 151 'base/dialogs/gtk/select_file_dialog_impl.cc', |
147 'base/dialogs/gtk/select_file_dialog_impl.h', | 152 'base/dialogs/gtk/select_file_dialog_impl.h', |
148 'base/dialogs/gtk/select_file_dialog_impl_gtk.cc', | 153 'base/dialogs/gtk/select_file_dialog_impl_gtk.cc', |
149 'base/dialogs/gtk/select_file_dialog_impl_kde.cc', | 154 'base/dialogs/gtk/select_file_dialog_impl_kde.cc', |
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
780 }, | 785 }, |
781 ], | 786 ], |
782 'conditions': [ | 787 'conditions': [ |
783 ['inside_chromium_build == 1', { | 788 ['inside_chromium_build == 1', { |
784 'includes': [ | 789 'includes': [ |
785 'ui_unittests.gypi', | 790 'ui_unittests.gypi', |
786 ]}, | 791 ]}, |
787 ], | 792 ], |
788 ], | 793 ], |
789 } | 794 } |
OLD | NEW |