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

Side by Side Diff: app/app_base.gypi

Issue 6250014: Move more dnd related files to ui/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « app/app.gyp ('k') | app/download_file_interface.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'app_base_target': 0, 8 'app_base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 '../ui/base/animation/tween.h', 105 '../ui/base/animation/tween.h',
106 '../ui/base/clipboard/clipboard.cc', 106 '../ui/base/clipboard/clipboard.cc',
107 '../ui/base/clipboard/clipboard.h', 107 '../ui/base/clipboard/clipboard.h',
108 '../ui/base/clipboard/clipboard_linux.cc', 108 '../ui/base/clipboard/clipboard_linux.cc',
109 '../ui/base/clipboard/clipboard_mac.mm', 109 '../ui/base/clipboard/clipboard_mac.mm',
110 '../ui/base/clipboard/clipboard_util_win.cc', 110 '../ui/base/clipboard/clipboard_util_win.cc',
111 '../ui/base/clipboard/clipboard_util_win.h', 111 '../ui/base/clipboard/clipboard_util_win.h',
112 '../ui/base/clipboard/clipboard_win.cc', 112 '../ui/base/clipboard/clipboard_win.cc',
113 '../ui/base/clipboard/scoped_clipboard_writer.cc', 113 '../ui/base/clipboard/scoped_clipboard_writer.cc',
114 '../ui/base/clipboard/scoped_clipboard_writer.h', 114 '../ui/base/clipboard/scoped_clipboard_writer.h',
115 '../ui/base/dragdrop/drag_drop_types_gtk.cc',
116 '../ui/base/dragdrop/drag_drop_types_win.cc',
117 '../ui/base/dragdrop/drag_drop_types.h',
118 '../ui/base/dragdrop/drag_source.cc',
119 '../ui/base/dragdrop/drag_source.h',
120 '../ui/base/dragdrop/drop_target.cc',
121 '../ui/base/dragdrop/drop_target.h',
122 '../ui/base/dragdrop/gtk_dnd_util.cc',
123 '../ui/base/dragdrop/gtk_dnd_util.h',
115 '../ui/base/dragdrop/os_exchange_data_provider_gtk.cc', 124 '../ui/base/dragdrop/os_exchange_data_provider_gtk.cc',
116 '../ui/base/dragdrop/os_exchange_data_provider_gtk.h', 125 '../ui/base/dragdrop/os_exchange_data_provider_gtk.h',
117 '../ui/base/dragdrop/os_exchange_data_provider_win.cc', 126 '../ui/base/dragdrop/os_exchange_data_provider_win.cc',
118 '../ui/base/dragdrop/os_exchange_data_provider_win.h', 127 '../ui/base/dragdrop/os_exchange_data_provider_win.h',
119 '../ui/base/dragdrop/os_exchange_data.cc', 128 '../ui/base/dragdrop/os_exchange_data.cc',
120 '../ui/base/dragdrop/os_exchange_data.h', 129 '../ui/base/dragdrop/os_exchange_data.h',
121 '../ui/base/keycodes/keyboard_code_conversion.cc', 130 '../ui/base/keycodes/keyboard_code_conversion.cc',
122 '../ui/base/keycodes/keyboard_code_conversion.h', 131 '../ui/base/keycodes/keyboard_code_conversion.h',
123 '../ui/base/keycodes/keyboard_code_conversion_gtk.cc', 132 '../ui/base/keycodes/keyboard_code_conversion_gtk.cc',
124 '../ui/base/keycodes/keyboard_code_conversion_gtk.h', 133 '../ui/base/keycodes/keyboard_code_conversion_gtk.h',
(...skipping 17 matching lines...) Expand all
142 '../ui/base/models/simple_menu_model.h', 151 '../ui/base/models/simple_menu_model.h',
143 '../ui/base/models/combobox_model.h', 152 '../ui/base/models/combobox_model.h',
144 '../ui/base/models/table_model.cc', 153 '../ui/base/models/table_model.cc',
145 '../ui/base/models/table_model.h', 154 '../ui/base/models/table_model.h',
146 '../ui/base/models/table_model_observer.h', 155 '../ui/base/models/table_model_observer.h',
147 'active_window_watcher_x.cc', 156 'active_window_watcher_x.cc',
148 'active_window_watcher_x.h', 157 'active_window_watcher_x.h',
149 'bidi_line_iterator.cc', 158 'bidi_line_iterator.cc',
150 'data_pack.cc', 159 'data_pack.cc',
151 'data_pack.h', 160 'data_pack.h',
152 'drag_drop_types_gtk.cc',
153 'drag_drop_types_win.cc',
154 'drag_drop_types.h',
155 'event_synthesis_gtk.cc', 161 'event_synthesis_gtk.cc',
156 'event_synthesis_gtk.h', 162 'event_synthesis_gtk.h',
157 'gfx/font_util.h', 163 'gfx/font_util.h',
158 'gfx/font_util.cc', 164 'gfx/font_util.cc',
159 'gfx/gl/gl_bindings.h', 165 'gfx/gl/gl_bindings.h',
160 'gfx/gl/gl_context.cc', 166 'gfx/gl/gl_context.cc',
161 'gfx/gl/gl_context.h', 167 'gfx/gl/gl_context.h',
162 'gfx/gl/gl_context_linux.cc', 168 'gfx/gl/gl_context_linux.cc',
163 'gfx/gl/gl_context_mac.cc', 169 'gfx/gl/gl_context_mac.cc',
164 'gfx/gl/gl_context_osmesa.cc', 170 'gfx/gl/gl_context_osmesa.cc',
165 'gfx/gl/gl_context_osmesa.h', 171 'gfx/gl/gl_context_osmesa.h',
166 'gfx/gl/gl_context_stub.cc', 172 'gfx/gl/gl_context_stub.cc',
167 'gfx/gl/gl_context_stub.h', 173 'gfx/gl/gl_context_stub.h',
168 'gfx/gl/gl_context_win.cc', 174 'gfx/gl/gl_context_win.cc',
169 'gfx/gl/gl_headers.h', 175 'gfx/gl/gl_headers.h',
170 'gfx/gl/gl_implementation.cc', 176 'gfx/gl/gl_implementation.cc',
171 'gfx/gl/gl_implementation.h', 177 'gfx/gl/gl_implementation.h',
172 'gfx/gl/gl_implementation_linux.cc', 178 'gfx/gl/gl_implementation_linux.cc',
173 'gfx/gl/gl_implementation_mac.cc', 179 'gfx/gl/gl_implementation_mac.cc',
174 'gfx/gl/gl_implementation_win.cc', 180 'gfx/gl/gl_implementation_win.cc',
175 'gfx/gl/gl_interface.h', 181 'gfx/gl/gl_interface.h',
176 'gfx/gl/gl_interface.cc', 182 'gfx/gl/gl_interface.cc',
177 'gtk_dnd_util.cc',
178 'gtk_dnd_util.h',
179 'gtk_signal.h', 183 'gtk_signal.h',
180 'gtk_signal_registrar.cc', 184 'gtk_signal_registrar.cc',
181 'gtk_signal_registrar.h', 185 'gtk_signal_registrar.h',
182 'l10n_util.cc', 186 'l10n_util.cc',
183 'l10n_util.h', 187 'l10n_util.h',
184 'l10n_util_collator.h', 188 'l10n_util_collator.h',
185 'l10n_util_mac.h', 189 'l10n_util_mac.h',
186 'l10n_util_mac.mm', 190 'l10n_util_mac.mm',
187 'l10n_util_posix.cc', 191 'l10n_util_posix.cc',
188 'l10n_util_win.cc', 192 'l10n_util_win.cc',
(...skipping 25 matching lines...) Expand all
214 'surface/transport_dib.h', 218 'surface/transport_dib.h',
215 'surface/transport_dib_linux.cc', 219 'surface/transport_dib_linux.cc',
216 'surface/transport_dib_mac.cc', 220 'surface/transport_dib_mac.cc',
217 'surface/transport_dib_win.cc', 221 'surface/transport_dib_win.cc',
218 'text_elider.cc', 222 'text_elider.cc',
219 'text_elider.h', 223 'text_elider.h',
220 'theme_provider.cc', 224 'theme_provider.cc',
221 'theme_provider.h', 225 'theme_provider.h',
222 'view_prop.cc', 226 'view_prop.cc',
223 'view_prop.h', 227 'view_prop.h',
224 'win/drag_source.cc',
225 'win/drag_source.h',
226 'win/drop_target.cc',
227 'win/drop_target.h',
228 'win/hwnd_util.cc', 228 'win/hwnd_util.cc',
229 'win/hwnd_util.h', 229 'win/hwnd_util.h',
230 'win/iat_patch_function.cc', 230 'win/iat_patch_function.cc',
231 'win/iat_patch_function.h', 231 'win/iat_patch_function.h',
232 'win/scoped_co_mem.h', 232 'win/scoped_co_mem.h',
233 'win/scoped_com_initializer.h', 233 'win/scoped_com_initializer.h',
234 'win/scoped_prop.cc', 234 'win/scoped_prop.cc',
235 'win/scoped_prop.h', 235 'win/scoped_prop.h',
236 'win/shell.cc', 236 'win/shell.cc',
237 'win/shell.h', 237 'win/shell.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'link_settings': { 292 'link_settings': {
293 'libraries': [ 293 'libraries': [
294 '-lXrender', # For XRender* function calls in x11_util.cc. 294 '-lXrender', # For XRender* function calls in x11_util.cc.
295 ], 295 ],
296 }, 296 },
297 'conditions': [ 297 'conditions': [
298 ['toolkit_views==0', { 298 ['toolkit_views==0', {
299 # Note: because of gyp predence rules this has to be defined as 299 # Note: because of gyp predence rules this has to be defined as
300 # 'sources/' rather than 'sources!'. 300 # 'sources/' rather than 'sources!'.
301 'sources/': [ 301 'sources/': [
302 ['exclude', '^../ui/base/dragdrop/drag_drop_types_gtk.cc'],
302 ['exclude', '^../ui/base/dragdrop/os_exchange_data.cc'], 303 ['exclude', '^../ui/base/dragdrop/os_exchange_data.cc'],
303 ['exclude', '^../ui/base/dragdrop/os_exchange_data.h'], 304 ['exclude', '^../ui/base/dragdrop/os_exchange_data.h'],
304 ['exclude', '^../ui/base/dragdrop/os_exchange_data_provider_gtk. cc'], 305 ['exclude', '^../ui/base/dragdrop/os_exchange_data_provider_gtk. cc'],
305 ['exclude', '^../ui/base/dragdrop/os_exchange_data_provider_gtk. h'], 306 ['exclude', '^../ui/base/dragdrop/os_exchange_data_provider_gtk. h'],
306 ['exclude', '^drag_drop_types_gtk.cc'],
307 ], 307 ],
308 }], 308 }],
309 ['toolkit_views==1', { 309 ['toolkit_views==1', {
310 # Note: because of gyp predence rules this has to be defined as 310 # Note: because of gyp predence rules this has to be defined as
311 # 'sources/' rather than 'sources!'. 311 # 'sources/' rather than 'sources!'.
312 'sources/': [ 312 'sources/': [
313 ['include', '^../ui/base/dragdrop/os_exchange_data.cc'], 313 ['include', '^../ui/base/dragdrop/os_exchange_data.cc'],
314 ], 314 ],
315 }], 315 }],
316 ], 316 ],
317 }], 317 }],
318 ['OS!="win"', { 318 ['OS!="win"', {
319 'sources!': [ 319 'sources!': [
320 '../ui/base/dragdrop/drag_drop_types.h',
320 '../ui/base/dragdrop/os_exchange_data.cc', 321 '../ui/base/dragdrop/os_exchange_data.cc',
321 'drag_drop_types.h',
322 'gfx/gdi_util.cc', 322 'gfx/gdi_util.cc',
323 'gfx/gdi_util.h', 323 'gfx/gdi_util.h',
324 'gfx/icon_util.cc', 324 'gfx/icon_util.cc',
325 'gfx/icon_util.h', 325 'gfx/icon_util.h',
326 'gfx/native_theme_win.cc', 326 'gfx/native_theme_win.cc',
327 'gfx/native_theme_win.h', 327 'gfx/native_theme_win.h',
328 'view_prop.cc', 328 'view_prop.cc',
329 'view_prop.h', 329 'view_prop.h',
330 'win/iat_patch_function.cc', 330 'win/iat_patch_function.cc',
331 'win/iat_patch_function.h', 331 'win/iat_patch_function.h',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'configurations': { 451 'configurations': {
452 'Common_Base': { 452 'Common_Base': {
453 'msvs_target_platform': 'x64', 453 'msvs_target_platform': 'x64',
454 }, 454 },
455 }, 455 },
456 }, 456 },
457 ], 457 ],
458 }], 458 }],
459 ], 459 ],
460 } 460 }
OLDNEW
« no previous file with comments | « app/app.gyp ('k') | app/download_file_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698