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

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

Issue 11368010: Move aura shared and desktop classes to the views target. Note that the files don't actually move, … (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
« no previous file with comments | « ui/views/corewm/README.chromium ('k') | ui/views/widget/desktop_aura/README.chromium » ('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) 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 'controls/textfield/textfield_views_model.h', 231 'controls/textfield/textfield_views_model.h',
232 'controls/throbber.cc', 232 'controls/throbber.cc',
233 'controls/throbber.h', 233 'controls/throbber.h',
234 'controls/tree/tree_view.h', 234 'controls/tree/tree_view.h',
235 'controls/tree/tree_view_controller.cc', 235 'controls/tree/tree_view_controller.cc',
236 'controls/tree/tree_view_controller.h', 236 'controls/tree/tree_view_controller.h',
237 'controls/tree/tree_view_views.cc', 237 'controls/tree/tree_view_views.cc',
238 'controls/tree/tree_view_views.h', 238 'controls/tree/tree_view_views.h',
239 'controls/tree/tree_view_win.cc', 239 'controls/tree/tree_view_win.cc',
240 'controls/tree/tree_view_win.h', 240 'controls/tree/tree_view_win.h',
241 # TODO(beng): rename to 'corewm/' hence this sort order:
242 '../aura/shared/compound_event_filter.cc',
243 '../aura/shared/compound_event_filter.h',
244 '../aura/shared/input_method_event_filter.cc',
245 '../aura/shared/input_method_event_filter.h',
241 'debug_utils.cc', 246 'debug_utils.cc',
242 'debug_utils.h', 247 'debug_utils.h',
243 'drag_controller.h', 248 'drag_controller.h',
244 'drag_utils.cc', 249 'drag_utils.cc',
245 'drag_utils.h', 250 'drag_utils.h',
246 'focus/accelerator_handler.h', 251 'focus/accelerator_handler.h',
247 'focus/accelerator_handler_aura.cc', 252 'focus/accelerator_handler_aura.cc',
248 'focus/accelerator_handler_win.cc', 253 'focus/accelerator_handler_win.cc',
249 'focus/external_focus_tracker.cc', 254 'focus/external_focus_tracker.cc',
250 'focus/external_focus_tracker.h', 255 'focus/external_focus_tracker.h',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'view_text_utils.cc', 314 'view_text_utils.cc',
310 'view_text_utils.h', 315 'view_text_utils.h',
311 'view_win.cc', 316 'view_win.cc',
312 'views_delegate.h', 317 'views_delegate.h',
313 'widget/aero_tooltip_manager.cc', 318 'widget/aero_tooltip_manager.cc',
314 'widget/aero_tooltip_manager.h', 319 'widget/aero_tooltip_manager.h',
315 'widget/child_window_message_processor.cc', 320 'widget/child_window_message_processor.cc',
316 'widget/child_window_message_processor.h', 321 'widget/child_window_message_processor.h',
317 'widget/default_theme_provider.cc', 322 'widget/default_theme_provider.cc',
318 'widget/default_theme_provider.h', 323 'widget/default_theme_provider.h',
319 'widget/desktop_capture_client.cc', 324 # TODO(beng): rename to 'widget/desktop_aura/' hence this sort order:
320 'widget/desktop_capture_client.h', 325 '../aura/desktop/desktop_activation_client.cc',
326 '../aura/desktop/desktop_activation_client.h',
327 '../aura/desktop/desktop_cursor_client.cc',
328 '../aura/desktop/desktop_cursor_client.h',
329 '../aura/desktop/desktop_dispatcher_client.cc',
330 '../aura/desktop/desktop_dispatcher_client.h',
331 '../aura/desktop/desktop_screen.h',
332 '../aura/desktop/desktop_screen_win.cc',
333 '../aura/desktop/desktop_screen_win.h',
334 '../aura/desktop/desktop_screen_x11.cc',
335 '../aura/desktop/desktop_stacking_client.cc',
336 '../aura/desktop/desktop_stacking_client.h',
321 'widget/desktop_layout_manager.cc', 337 'widget/desktop_layout_manager.cc',
322 'widget/desktop_layout_manager.h', 338 'widget/desktop_layout_manager.h',
323 'widget/desktop_native_widget_aura.cc', 339 'widget/desktop_native_widget_aura.cc',
324 'widget/desktop_native_widget_aura.h', 340 'widget/desktop_native_widget_aura.h',
325 'widget/desktop_root_window_host.h', 341 'widget/desktop_root_window_host.h',
326 'widget/desktop_root_window_host_linux.cc', 342 'widget/desktop_root_window_host_linux.cc',
327 'widget/desktop_root_window_host_linux.h', 343 'widget/desktop_root_window_host_linux.h',
328 'widget/desktop_root_window_host_win.cc', 344 'widget/desktop_root_window_host_win.cc',
329 'widget/desktop_root_window_host_win.h', 345 'widget/desktop_root_window_host_win.h',
330 'widget/desktop_screen_position_client.cc', 346 'widget/desktop_screen_position_client.cc',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'controls/table/table_view_observer.h', 429 'controls/table/table_view_observer.h',
414 'widget/aero_tooltip_manager.cc', 430 'widget/aero_tooltip_manager.cc',
415 'widget/aero_tooltip_manager.h', 431 'widget/aero_tooltip_manager.h',
416 'widget/child_window_message_processor.cc', 432 'widget/child_window_message_processor.cc',
417 'widget/child_window_message_processor.h', 433 'widget/child_window_message_processor.h',
418 ], 434 ],
419 'conditions': [ 435 'conditions': [
420 ['OS=="mac"', { 436 ['OS=="mac"', {
421 'sources/': [ 437 'sources/': [
422 ['exclude', 'mouse_watcher.cc'], 438 ['exclude', 'mouse_watcher.cc'],
423 ['exclude', 'controls/menu/*'], 439 ['exclude', 'controls/menu/'],
424 ['exclude', 'controls/scrollbar/*'], 440 ['exclude', 'controls/scrollbar/'],
425 ['exclude', 'focus/accelerator_handler_aura.cc'], 441 ['exclude', 'focus/accelerator_handler_aura.cc'],
426 ], 442 ],
427 }], 443 }],
428 ['OS=="win"', { 444 ['OS=="win"', {
429 'sources/': [ 445 'sources/': [
446 ['include', '../aura/desktop/desktop_screen_win.cc'],
447 ['include', '../aura/desktop/desktop_screen_win.h'],
430 ['include', 'ime/input_method_win.cc'], 448 ['include', 'ime/input_method_win.cc'],
431 ['include', 'ime/input_method_win.h'], 449 ['include', 'ime/input_method_win.h'],
432 ['include', 'widget/desktop_root_window_host_win.cc'], 450 ['include', 'widget/desktop_root_window_host_win.cc'],
433 ['include', 'widget/desktop_root_window_host_win.h'], 451 ['include', 'widget/desktop_root_window_host_win.h'],
434 ], 452 ],
435 }], 453 }],
436 ], 454 ],
437 }], 455 }],
438 ['use_aura==0', { 456 ['use_aura==0', {
439 'sources/': [ 457 'sources/': [
458 ['exclude', '../aura/shared/'],
459 ['exclude', '../aura/desktop/'],
440 ['exclude', '/desktop_[^/]*\\.cc$'], 460 ['exclude', '/desktop_[^/]*\\.cc$'],
441 ['exclude', '/x11_[^/]*\\.cc$'], 461 ['exclude', '/x11_[^/]*\\.cc$'],
442 ['exclude', 'widget/native_widget_aura_window_observer.cc'], 462 ['exclude', 'widget/native_widget_aura_window_observer.cc'],
443 ['exclude', 'widget/native_widget_aura_window_observer.h'], 463 ['exclude', 'widget/native_widget_aura_window_observer.h'],
444 ['exclude', 'widget/widget_aura_utils.cc'], 464 ['exclude', 'widget/widget_aura_utils.cc'],
445 ['exclude', 'widget/widget_aura_utils.h'], 465 ['exclude', 'widget/widget_aura_utils.h'],
446 ], 466 ],
447 }], 467 }],
448 ['chromeos==1', { 468 ['chromeos==1', {
449 'sources/': [ 469 'sources/': [
450 ['exclude', '/desktop_[^/]*\\.cc$'], 470 ['exclude', '/desktop_[^/]*\\.cc$'],
471 ['exclude', 'widget/x11_*'],
472 ['exclude', '../aura/desktop/'],
451 ], 473 ],
452 }], 474 }],
453 ['use_aura==0 and OS=="win"', { 475 ['use_aura==0 and OS=="win"', {
454 'sources!': [ 476 'sources!': [
455 'controls/menu/menu_config_views.cc', 477 'controls/menu/menu_config_views.cc',
456 'controls/menu/menu_item_view_views.cc', 478 'controls/menu/menu_item_view_views.cc',
457 'controls/menu/menu_separator_views.cc', 479 'controls/menu/menu_separator_views.cc',
458 'controls/table/group_table_view_views.cc', 480 'controls/table/group_table_view_views.cc',
459 'controls/table/group_table_view_views.h', 481 'controls/table/group_table_view_views.h',
460 'controls/table/table_view_views.cc', 482 'controls/table/table_view_views.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 'controls/native/native_view_host_unittest.cc', 612 'controls/native/native_view_host_unittest.cc',
591 'controls/progress_bar_unittest.cc', 613 'controls/progress_bar_unittest.cc',
592 'controls/scrollbar/scrollbar_unittest.cc', 614 'controls/scrollbar/scrollbar_unittest.cc',
593 'controls/single_split_view_unittest.cc', 615 'controls/single_split_view_unittest.cc',
594 'controls/slider_unittest.cc', 616 'controls/slider_unittest.cc',
595 'controls/tabbed_pane/tabbed_pane_unittest.cc', 617 'controls/tabbed_pane/tabbed_pane_unittest.cc',
596 'controls/table/table_view_unittest.cc', 618 'controls/table/table_view_unittest.cc',
597 'controls/textfield/native_textfield_views_unittest.cc', 619 'controls/textfield/native_textfield_views_unittest.cc',
598 'controls/textfield/textfield_views_model_unittest.cc', 620 'controls/textfield/textfield_views_model_unittest.cc',
599 'controls/tree/tree_view_views_unittest.cc', 621 'controls/tree/tree_view_views_unittest.cc',
622 # TODO(beng): rename 'corewm/' hence this sort order
623 '../aura/shared/compound_event_filter_unittest.cc',
624 '../aura/shared/input_method_event_filter_unittest.cc',
600 'focus/focus_manager_test.h', 625 'focus/focus_manager_test.h',
601 'focus/focus_manager_test.cc', 626 'focus/focus_manager_test.cc',
602 'focus/focus_manager_unittest.cc', 627 'focus/focus_manager_unittest.cc',
603 'focus/focus_manager_unittest_win.cc', 628 'focus/focus_manager_unittest_win.cc',
604 'focus/focus_traversal_unittest.cc', 629 'focus/focus_traversal_unittest.cc',
605 'layout/box_layout_unittest.cc', 630 'layout/box_layout_unittest.cc',
606 'layout/grid_layout_unittest.cc', 631 'layout/grid_layout_unittest.cc',
607 'view_model_unittest.cc', 632 'view_model_unittest.cc',
608 'view_model_utils_unittest.cc', 633 'view_model_utils_unittest.cc',
609 'view_unittest.cc', 634 'view_unittest.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 [ 'use_aura==1', { 667 [ 'use_aura==1', {
643 'dependencies': [ 668 'dependencies': [
644 '../aura/aura.gyp:test_support_aura', 669 '../aura/aura.gyp:test_support_aura',
645 ], 670 ],
646 'sources/': [ 671 'sources/': [
647 ['exclude', 'controls/table/table_view_unittest.cc'], 672 ['exclude', 'controls/table/table_view_unittest.cc'],
648 ['exclude', 'widget/native_widget_win_unittest.cc'], 673 ['exclude', 'widget/native_widget_win_unittest.cc'],
649 ], 674 ],
650 }, { 675 }, {
651 'sources/': [ 676 'sources/': [
677 ['exclude', '../aura/shared/'],
652 ['exclude', '../aura/test/test_desktop_delegate.cc'], 678 ['exclude', '../aura/test/test_desktop_delegate.cc'],
653 ['exclude', '../aura/test/test_desktop_delegate.h'], 679 ['exclude', '../aura/test/test_desktop_delegate.h'],
654 ['exclude', 'widget/native_widget_aura_unittest.cc'], 680 ['exclude', 'widget/native_widget_aura_unittest.cc'],
655 ], 681 ],
656 }], 682 }],
657 ], 683 ],
658 }, # target_name: views_unittests 684 }, # target_name: views_unittests
659 { 685 {
660 'target_name': 'views_examples_lib', 686 'target_name': 'views_examples_lib',
661 'type': '<(component)', 687 'type': '<(component)',
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 'sources/': [ 910 'sources/': [
885 # 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
886 # sources list. 912 # sources list.
887 ['include', '^../../content/app/startup_helper_win.cc'], 913 ['include', '^../../content/app/startup_helper_win.cc'],
888 ], 914 ],
889 }], 915 }],
890 ], 916 ],
891 }, # target_name: views_examples_with_content_exe 917 }, # target_name: views_examples_with_content_exe
892 ], 918 ],
893 } 919 }
OLDNEW
« no previous file with comments | « ui/views/corewm/README.chromium ('k') | ui/views/widget/desktop_aura/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698