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

Side by Side Diff: ui/views/views.gyp

Issue 11369220: Move the desktop aura classes into a desktop subdir to make the gyp simpler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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
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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'view_text_utils.cc', 313 'view_text_utils.cc',
314 'view_text_utils.h', 314 'view_text_utils.h',
315 'view_win.cc', 315 'view_win.cc',
316 'views_delegate.h', 316 'views_delegate.h',
317 'widget/aero_tooltip_manager.cc', 317 'widget/aero_tooltip_manager.cc',
318 'widget/aero_tooltip_manager.h', 318 'widget/aero_tooltip_manager.h',
319 'widget/child_window_message_processor.cc', 319 'widget/child_window_message_processor.cc',
320 'widget/child_window_message_processor.h', 320 'widget/child_window_message_processor.h',
321 'widget/default_theme_provider.cc', 321 'widget/default_theme_provider.cc',
322 'widget/default_theme_provider.h', 322 'widget/default_theme_provider.h',
323 # TODO(beng): rename to 'widget/desktop_aura/' hence this sort order:
324 'widget/desktop_aura/desktop_activation_client.cc', 323 'widget/desktop_aura/desktop_activation_client.cc',
325 'widget/desktop_aura/desktop_activation_client.h', 324 'widget/desktop_aura/desktop_activation_client.h',
326 'widget/desktop_aura/desktop_cursor_client.cc', 325 'widget/desktop_aura/desktop_cursor_client.cc',
327 'widget/desktop_aura/desktop_cursor_client.h', 326 'widget/desktop_aura/desktop_cursor_client.h',
328 'widget/desktop_aura/desktop_dispatcher_client.cc', 327 'widget/desktop_aura/desktop_dispatcher_client.cc',
329 'widget/desktop_aura/desktop_dispatcher_client.h', 328 'widget/desktop_aura/desktop_dispatcher_client.h',
329 'widget/desktop_aura/desktop_layout_manager.cc',
330 'widget/desktop_aura/desktop_layout_manager.h',
331 'widget/desktop_aura/desktop_native_widget_aura.cc',
332 'widget/desktop_aura/desktop_native_widget_aura.h',
333 'widget/desktop_aura/desktop_root_window_host.h',
334 'widget/desktop_aura/desktop_root_window_host_linux.cc',
335 'widget/desktop_aura/desktop_root_window_host_linux.h',
336 'widget/desktop_aura/desktop_root_window_host_win.cc',
337 'widget/desktop_aura/desktop_root_window_host_win.h',
330 'widget/desktop_aura/desktop_screen.h', 338 'widget/desktop_aura/desktop_screen.h',
339 'widget/desktop_aura/desktop_screen_position_client.cc',
340 'widget/desktop_aura/desktop_screen_position_client.h',
331 'widget/desktop_aura/desktop_screen_win.cc', 341 'widget/desktop_aura/desktop_screen_win.cc',
332 'widget/desktop_aura/desktop_screen_win.h', 342 'widget/desktop_aura/desktop_screen_win.h',
333 'widget/desktop_aura/desktop_screen_x11.cc', 343 'widget/desktop_aura/desktop_screen_x11.cc',
334 'widget/desktop_aura/desktop_stacking_client.cc', 344 'widget/desktop_aura/desktop_stacking_client.cc',
335 'widget/desktop_aura/desktop_stacking_client.h', 345 'widget/desktop_aura/desktop_stacking_client.h',
336 'widget/desktop_layout_manager.cc', 346 'widget/desktop_aura/x11_desktop_handler.cc',
337 'widget/desktop_layout_manager.h', 347 'widget/desktop_aura/x11_desktop_handler.h',
338 'widget/desktop_native_widget_aura.cc', 348 'widget/desktop_aura/x11_desktop_window_move_client.cc',
339 'widget/desktop_native_widget_aura.h', 349 'widget/desktop_aura/x11_desktop_window_move_client.h',
340 'widget/desktop_root_window_host.h', 350 'widget/desktop_aura/x11_window_event_filter.cc',
341 'widget/desktop_root_window_host_linux.cc', 351 'widget/desktop_aura/x11_window_event_filter.h',
342 'widget/desktop_root_window_host_linux.h',
343 'widget/desktop_root_window_host_win.cc',
344 'widget/desktop_root_window_host_win.h',
345 'widget/desktop_screen_position_client.cc',
346 'widget/desktop_screen_position_client.h',
347 'widget/drop_helper.cc', 352 'widget/drop_helper.cc',
348 'widget/drop_helper.h', 353 'widget/drop_helper.h',
349 'widget/drop_target_win.cc', 354 'widget/drop_target_win.cc',
350 'widget/drop_target_win.h', 355 'widget/drop_target_win.h',
351 'widget/root_view.cc', 356 'widget/root_view.cc',
352 'widget/root_view.h', 357 'widget/root_view.h',
353 'widget/tooltip_manager_aura.cc', 358 'widget/tooltip_manager_aura.cc',
354 'widget/tooltip_manager_aura.h', 359 'widget/tooltip_manager_aura.h',
355 'widget/tooltip_manager_win.cc', 360 'widget/tooltip_manager_win.cc',
356 'widget/tooltip_manager_win.h', 361 'widget/tooltip_manager_win.h',
(...skipping 14 matching lines...) Expand all
371 'widget/widget.h', 376 'widget/widget.h',
372 'widget/widget_aura_utils.cc', 377 'widget/widget_aura_utils.cc',
373 'widget/widget_aura_utils.h', 378 'widget/widget_aura_utils.h',
374 'widget/widget_delegate.cc', 379 'widget/widget_delegate.cc',
375 'widget/widget_delegate.h', 380 'widget/widget_delegate.h',
376 'widget/widget_hwnd_utils.cc', 381 'widget/widget_hwnd_utils.cc',
377 'widget/widget_hwnd_utils.h', 382 'widget/widget_hwnd_utils.h',
378 'widget/widget_message_filter.cc', 383 'widget/widget_message_filter.cc',
379 'widget/widget_message_filter.h', 384 'widget/widget_message_filter.h',
380 'widget/widget_observer.h', 385 'widget/widget_observer.h',
381 'widget/x11_desktop_handler.cc',
382 'widget/x11_desktop_handler.h',
383 'widget/x11_desktop_window_move_client.cc',
384 'widget/x11_desktop_window_move_client.h',
385 'widget/x11_window_event_filter.cc',
386 'widget/x11_window_event_filter.h',
387 'win/fullscreen_handler.cc', 386 'win/fullscreen_handler.cc',
388 'win/fullscreen_handler.h', 387 'win/fullscreen_handler.h',
389 'win/hwnd_message_handler.cc', 388 'win/hwnd_message_handler.cc',
390 'win/hwnd_message_handler.h', 389 'win/hwnd_message_handler.h',
391 'win/hwnd_message_handler_delegate.h', 390 'win/hwnd_message_handler_delegate.h',
392 'win/scoped_fullscreen_visibility.cc', 391 'win/scoped_fullscreen_visibility.cc',
393 'win/scoped_fullscreen_visibility.h', 392 'win/scoped_fullscreen_visibility.h',
394 'window/client_view.cc', 393 'window/client_view.cc',
395 'window/client_view.h', 394 'window/client_view.h',
396 'window/custom_frame_view.cc', 395 'window/custom_frame_view.cc',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 ['exclude', 'controls/scrollbar/'], 438 ['exclude', 'controls/scrollbar/'],
440 ['exclude', 'focus/accelerator_handler_aura.cc'], 439 ['exclude', 'focus/accelerator_handler_aura.cc'],
441 ], 440 ],
442 }], 441 }],
443 ['OS=="win"', { 442 ['OS=="win"', {
444 'sources/': [ 443 'sources/': [
445 ['include', 'ime/input_method_win.cc'], 444 ['include', 'ime/input_method_win.cc'],
446 ['include', 'ime/input_method_win.h'], 445 ['include', 'ime/input_method_win.h'],
447 ['include', 'widget/desktop_aura/desktop_screen_win.cc'], 446 ['include', 'widget/desktop_aura/desktop_screen_win.cc'],
448 ['include', 'widget/desktop_aura/desktop_screen_win.h'], 447 ['include', 'widget/desktop_aura/desktop_screen_win.h'],
449 ['include', 'widget/desktop_root_window_host_win.cc'], 448 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc '],
450 ['include', 'widget/desktop_root_window_host_win.h'], 449 ['include', 'widget/desktop_aura/desktop_root_window_host_win.h' ],
451 ], 450 ],
452 }], 451 }],
453 ], 452 ],
454 }], 453 }],
455 ['use_aura==0', { 454 ['use_aura==0', {
456 'sources/': [ 455 'sources/': [
457 ['exclude', 'corewm'], 456 ['exclude', 'corewm'],
458 ['exclude', '/desktop_[^/]*\\.cc$'], 457 ['exclude', 'widget/desktop_aura'],
459 ['exclude', '/x11_[^/]*\\.cc$'],
460 ['exclude', 'widget/desktop_aura/'],
461 ['exclude', 'widget/native_widget_aura_window_observer.cc'], 458 ['exclude', 'widget/native_widget_aura_window_observer.cc'],
462 ['exclude', 'widget/native_widget_aura_window_observer.h'], 459 ['exclude', 'widget/native_widget_aura_window_observer.h'],
463 ['exclude', 'widget/widget_aura_utils.cc'], 460 ['exclude', 'widget/widget_aura_utils.cc'],
464 ['exclude', 'widget/widget_aura_utils.h'], 461 ['exclude', 'widget/widget_aura_utils.h'],
465 ], 462 ],
466 }], 463 }],
467 ['chromeos==1', { 464 ['chromeos==1', {
468 'sources/': [ 465 'sources/': [
469 ['exclude', '/desktop_[^/]*\\.cc$'],
470 ['exclude', 'widget/x11_*'],
471 ['exclude', 'widget/desktop_aura'], 466 ['exclude', 'widget/desktop_aura'],
472 ], 467 ],
473 }], 468 }],
474 ['use_aura==0 and OS=="win"', { 469 ['use_aura==0 and OS=="win"', {
475 'sources!': [ 470 'sources!': [
476 'controls/menu/menu_config_views.cc', 471 'controls/menu/menu_config_views.cc',
477 'controls/menu/menu_item_view_views.cc', 472 'controls/menu/menu_item_view_views.cc',
478 'controls/menu/menu_separator_views.cc', 473 'controls/menu/menu_separator_views.cc',
479 'controls/table/group_table_view_views.cc', 474 'controls/table/group_table_view_views.cc',
480 'controls/table/group_table_view_views.h', 475 'controls/table/group_table_view_views.h',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'sources/': [ 910 'sources/': [
916 # This is needed because the aura rule strips it from the default 911 # This is needed because the aura rule strips it from the default
917 # sources list. 912 # sources list.
918 ['include', '^../../content/app/startup_helper_win.cc'], 913 ['include', '^../../content/app/startup_helper_win.cc'],
919 ], 914 ],
920 }], 915 }],
921 ], 916 ],
922 }, # target_name: views_examples_with_content_exe 917 }, # target_name: views_examples_with_content_exe
923 ], 918 ],
924 } 919 }
OLDNEW
« no previous file with comments | « ui/views/test/test_views_delegate.cc ('k') | ui/views/widget/desktop_aura/desktop_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698