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

Side by Side Diff: app/app_base.gypi

Issue 6200005: Move OSExchangeData from src/app to src/ui/base/dragdrop... (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/os_exchange_data.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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 # the 64-bit target, but it doesn't work due to a bug in gyp 82 # the 64-bit target, but it doesn't work due to a bug in gyp
83 'direct_dependent_settings': { 83 'direct_dependent_settings': {
84 'include_dirs': [ 84 'include_dirs': [
85 '..', 85 '..',
86 '../third_party/mesa/MesaLib/include', 86 '../third_party/mesa/MesaLib/include',
87 '<(gl_binding_output_dir)', 87 '<(gl_binding_output_dir)',
88 ], 88 ],
89 }, 89 },
90 'sources': [ 90 'sources': [
91 # Files that are not required for Win64 Native Client loader 91 # Files that are not required for Win64 Native Client loader
92 '../ui/base/animation/animation.cc',
93 '../ui/base/animation/animation.h',
94 '../ui/base/animation/animation_container.cc',
95 '../ui/base/animation/animation_container.h',
96 '../ui/base/animation/animation_container_element.h',
97 '../ui/base/animation/animation_container_observer.h',
98 '../ui/base/animation/animation_delegate.h',
99 '../ui/base/animation/linear_animation.cc',
100 '../ui/base/animation/linear_animation.h',
101 '../ui/base/animation/multi_animation.cc',
102 '../ui/base/animation/multi_animation.h',
103 '../ui/base/animation/slide_animation.cc',
104 '../ui/base/animation/slide_animation.h',
105 '../ui/base/animation/throb_animation.cc',
106 '../ui/base/animation/throb_animation.h',
107 '../ui/base/animation/tween.cc',
108 '../ui/base/animation/tween.h',
109 '../ui/base/clipboard/clipboard.cc',
110 '../ui/base/clipboard/clipboard.h',
111 '../ui/base/clipboard/clipboard_linux.cc',
112 '../ui/base/clipboard/clipboard_mac.mm',
113 '../ui/base/clipboard/clipboard_util_win.cc',
114 '../ui/base/clipboard/clipboard_util_win.h',
115 '../ui/base/clipboard/clipboard_win.cc',
116 '../ui/base/clipboard/scoped_clipboard_writer.cc',
117 '../ui/base/clipboard/scoped_clipboard_writer.h',
118 '../ui/base/dragdrop/os_exchange_data_provider_gtk.cc',
119 '../ui/base/dragdrop/os_exchange_data_provider_gtk.h',
120 '../ui/base/dragdrop/os_exchange_data_provider_win.cc',
121 '../ui/base/dragdrop/os_exchange_data_provider_win.h',
122 '../ui/base/dragdrop/os_exchange_data.cc',
123 '../ui/base/dragdrop/os_exchange_data.h',
92 'active_window_watcher_x.cc', 124 'active_window_watcher_x.cc',
93 'active_window_watcher_x.h', 125 'active_window_watcher_x.h',
94 'bidi_line_iterator.cc', 126 'bidi_line_iterator.cc',
95 'combobox_model.h', 127 'combobox_model.h',
96 'data_pack.cc', 128 'data_pack.cc',
97 'data_pack.h', 129 'data_pack.h',
98 'drag_drop_types_gtk.cc', 130 'drag_drop_types_gtk.cc',
99 'drag_drop_types_win.cc', 131 'drag_drop_types_win.cc',
100 'drag_drop_types.h', 132 'drag_drop_types.h',
101 'event_synthesis_gtk.cc', 133 'event_synthesis_gtk.cc',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'menus/accelerator.h', 184 'menus/accelerator.h',
153 'menus/accelerator_gtk.h', 185 'menus/accelerator_gtk.h',
154 'menus/accelerator_cocoa.h', 186 'menus/accelerator_cocoa.h',
155 'menus/button_menu_item_model.cc', 187 'menus/button_menu_item_model.cc',
156 'menus/button_menu_item_model.h', 188 'menus/button_menu_item_model.h',
157 'menus/menu_model.cc', 189 'menus/menu_model.cc',
158 'menus/menu_model.h', 190 'menus/menu_model.h',
159 'menus/simple_menu_model.cc', 191 'menus/simple_menu_model.cc',
160 'menus/simple_menu_model.h', 192 'menus/simple_menu_model.h',
161 'message_box_flags.h', 193 'message_box_flags.h',
162 'os_exchange_data_provider_gtk.cc',
163 'os_exchange_data_provider_gtk.h',
164 'os_exchange_data_provider_win.cc',
165 'os_exchange_data_provider_win.h',
166 'os_exchange_data.cc',
167 'os_exchange_data.h',
168 'resource_bundle.cc', 194 'resource_bundle.cc',
169 'resource_bundle.h', 195 'resource_bundle.h',
170 'resource_bundle_linux.cc', 196 'resource_bundle_linux.cc',
171 'resource_bundle_mac.mm', 197 'resource_bundle_mac.mm',
172 'resource_bundle_posix.cc', 198 'resource_bundle_posix.cc',
173 'resource_bundle_win.cc', 199 'resource_bundle_win.cc',
174 'sql/connection.cc', 200 'sql/connection.cc',
175 'sql/connection.h', 201 'sql/connection.h',
176 'sql/diagnostic_error_delegate.h', 202 'sql/diagnostic_error_delegate.h',
177 'sql/init_status.h', 203 'sql/init_status.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'link_settings': { 295 'link_settings': {
270 'libraries': [ 296 'libraries': [
271 '-lXrender', # For XRender* function calls in x11_util.cc. 297 '-lXrender', # For XRender* function calls in x11_util.cc.
272 ], 298 ],
273 }, 299 },
274 'conditions': [ 300 'conditions': [
275 ['toolkit_views==0', { 301 ['toolkit_views==0', {
276 # Note: because of gyp predence rules this has to be defined as 302 # Note: because of gyp predence rules this has to be defined as
277 # 'sources/' rather than 'sources!'. 303 # 'sources/' rather than 'sources!'.
278 'sources/': [ 304 'sources/': [
279 ['exclude', '^os_exchange_data.cc'], 305 ['exclude', '^../ui/base/dragdrop/os_exchange_data.cc'],
280 ['exclude', '^os_exchange_data.h'], 306 ['exclude', '^../ui/base/dragdrop/os_exchange_data.h'],
281 ['exclude', '^os_exchange_data_provider_gtk.cc'], 307 ['exclude', '^../ui/base/dragdrop/os_exchange_data_provider_gtk. cc'],
282 ['exclude', '^os_exchange_data_provider_gtk.h'], 308 ['exclude', '^../ui/base/dragdrop/os_exchange_data_provider_gtk. h'],
283 ['exclude', '^drag_drop_types_gtk.cc'], 309 ['exclude', '^drag_drop_types_gtk.cc'],
284 ], 310 ],
285 }], 311 }],
286 ['toolkit_views==1', { 312 ['toolkit_views==1', {
287 # Note: because of gyp predence rules this has to be defined as 313 # Note: because of gyp predence rules this has to be defined as
288 # 'sources/' rather than 'sources!'. 314 # 'sources/' rather than 'sources!'.
289 'sources/': [ 315 'sources/': [
290 ['include', '^os_exchange_data.cc'], 316 ['include', '^ui/base/dragdrop/os_exchange_data.cc'],
291 ], 317 ],
292 }], 318 }],
293 ], 319 ],
294 }], 320 }],
295 ['OS!="win"', { 321 ['OS!="win"', {
296 'sources!': [ 322 'sources!': [
323 '../ui/base/dragdrop/os_exchange_data.cc',
297 'drag_drop_types.h', 324 'drag_drop_types.h',
298 'gfx/gdi_util.cc', 325 'gfx/gdi_util.cc',
299 'gfx/gdi_util.h', 326 'gfx/gdi_util.h',
300 'gfx/icon_util.cc', 327 'gfx/icon_util.cc',
301 'gfx/icon_util.h', 328 'gfx/icon_util.h',
302 'gfx/native_theme_win.cc', 329 'gfx/native_theme_win.cc',
303 'gfx/native_theme_win.h', 330 'gfx/native_theme_win.h',
304 'os_exchange_data.cc',
305 'view_prop.cc', 331 'view_prop.cc',
306 'view_prop.h', 332 'view_prop.h',
307 'win/iat_patch_function.cc', 333 'win/iat_patch_function.cc',
308 'win/iat_patch_function.h', 334 'win/iat_patch_function.h',
309 ], 335 ],
310 'sources/': [ 336 'sources/': [
311 ['exclude', '^win/*'], 337 ['exclude', '^win/*'],
312 ], 338 ],
313 }], 339 }],
314 ['OS=="linux"', { 340 ['OS=="linux"', {
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'configurations': { 455 'configurations': {
430 'Common_Base': { 456 'Common_Base': {
431 'msvs_target_platform': 'x64', 457 'msvs_target_platform': 'x64',
432 }, 458 },
433 }, 459 },
434 }, 460 },
435 ], 461 ],
436 }], 462 }],
437 ], 463 ],
438 } 464 }
OLDNEW
« no previous file with comments | « app/app.gyp ('k') | app/os_exchange_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698