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

Side by Side Diff: ash/ash.gyp

Issue 11363124: Move DisplayManager and DisplayChangeObserverX11 from aura to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix rebase 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'desktop_background/desktop_background_controller.cc', 68 'desktop_background/desktop_background_controller.cc',
69 'desktop_background/desktop_background_controller.h', 69 'desktop_background/desktop_background_controller.h',
70 'desktop_background/desktop_background_controller_observer.h', 70 'desktop_background/desktop_background_controller_observer.h',
71 'desktop_background/desktop_background_resources.cc', 71 'desktop_background/desktop_background_resources.cc',
72 'desktop_background/desktop_background_resources.h', 72 'desktop_background/desktop_background_resources.h',
73 'desktop_background/desktop_background_view.cc', 73 'desktop_background/desktop_background_view.cc',
74 'desktop_background/desktop_background_view.h', 74 'desktop_background/desktop_background_view.h',
75 'desktop_background/desktop_background_widget_controller.cc', 75 'desktop_background/desktop_background_widget_controller.cc',
76 'desktop_background/desktop_background_widget_controller.h', 76 'desktop_background/desktop_background_widget_controller.h',
77 'desktop_background/user_wallpaper_delegate.h', 77 'desktop_background/user_wallpaper_delegate.h',
78 'display/display_change_observer_x11.cc',
79 'display/display_change_observer_x11.h',
78 'display/display_controller.cc', 80 'display/display_controller.cc',
79 'display/display_controller.h', 81 'display/display_controller.h',
80 'display/display_error_dialog.cc', 82 'display/display_error_dialog.cc',
81 'display/display_error_dialog.h', 83 'display/display_error_dialog.h',
84 'display/display_manager.cc',
85 'display/display_manager.h',
82 'display/mouse_cursor_event_filter.cc', 86 'display/mouse_cursor_event_filter.cc',
83 'display/mouse_cursor_event_filter.h', 87 'display/mouse_cursor_event_filter.h',
84 'display/multi_display_manager.cc',
85 'display/multi_display_manager.h',
86 'display/output_configurator_animation.cc', 88 'display/output_configurator_animation.cc',
87 'display/output_configurator_animation.h', 89 'display/output_configurator_animation.h',
88 'display/screen_position_controller.cc', 90 'display/screen_position_controller.cc',
89 'display/screen_position_controller.h', 91 'display/screen_position_controller.h',
90 'display/shared_display_edge_indicator.cc', 92 'display/shared_display_edge_indicator.cc',
91 'display/shared_display_edge_indicator.h', 93 'display/shared_display_edge_indicator.h',
92 'drag_drop/drag_drop_controller.cc', 94 'drag_drop/drag_drop_controller.cc',
93 'drag_drop/drag_drop_controller.h', 95 'drag_drop/drag_drop_controller.h',
94 'drag_drop/drag_drop_tracker.cc', 96 'drag_drop/drag_drop_tracker.cc',
95 'drag_drop/drag_drop_tracker.h', 97 'drag_drop/drag_drop_tracker.h',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'type': 'static_library', 455 'type': 'static_library',
454 'dependencies': [ 456 'dependencies': [
455 '../skia/skia.gyp:skia', 457 '../skia/skia.gyp:skia',
456 '../testing/gtest.gyp:gtest', 458 '../testing/gtest.gyp:gtest',
457 'ash', 459 'ash',
458 'ash_resources', 460 'ash_resources',
459 ], 461 ],
460 'sources': [ 462 'sources': [
461 'test/ash_test_base.cc', 463 'test/ash_test_base.cc',
462 'test/ash_test_base.h', 464 'test/ash_test_base.h',
463 'test/ash_unittests.cc',
464 'test/capture_tracking_view.cc', 465 'test/capture_tracking_view.cc',
465 'test/capture_tracking_view.h', 466 'test/capture_tracking_view.h',
466 'test/cursor_manager_test_api.cc', 467 'test/cursor_manager_test_api.cc',
467 'test/cursor_manager_test_api.h', 468 'test/cursor_manager_test_api.h',
468 'test/launcher_view_test_api.cc', 469 'test/launcher_view_test_api.cc',
469 'test/launcher_view_test_api.h', 470 'test/launcher_view_test_api.h',
470 'test/multi_display_manager_test_api.cc', 471 'test/display_manager_test_api.cc',
471 'test/multi_display_manager_test_api.h', 472 'test/display_manager_test_api.h',
472 'test/test_activation_delegate.cc', 473 'test/test_activation_delegate.cc',
473 'test/test_activation_delegate.h', 474 'test/test_activation_delegate.h',
474 'test/test_launcher_delegate.cc', 475 'test/test_launcher_delegate.cc',
475 'test/test_launcher_delegate.h', 476 'test/test_launcher_delegate.h',
476 'test/test_shell_delegate.cc', 477 'test/test_shell_delegate.cc',
477 'test/test_shell_delegate.h', 478 'test/test_shell_delegate.h',
478 'test/test_suite.cc', 479 'test/test_suite.cc',
479 'test/test_suite.h', 480 'test/test_suite.h',
480 'test/test_suite_init.h', 481 'test/test_suite_init.h',
481 'test/test_suite_init.mm', 482 'test/test_suite_init.mm',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 '../ui/views/test/test_views_delegate.cc', 517 '../ui/views/test/test_views_delegate.cc',
517 '../ui/views/test/test_views_delegate.h', 518 '../ui/views/test/test_views_delegate.h',
518 'accelerators/accelerator_controller_unittest.cc', 519 'accelerators/accelerator_controller_unittest.cc',
519 'accelerators/accelerator_filter_unittest.cc', 520 'accelerators/accelerator_filter_unittest.cc',
520 'accelerators/accelerator_table_unittest.cc', 521 'accelerators/accelerator_table_unittest.cc',
521 'accelerators/nested_dispatcher_controller_unittest.cc', 522 'accelerators/nested_dispatcher_controller_unittest.cc',
522 'desktop_background/desktop_background_controller_unittest.cc', 523 'desktop_background/desktop_background_controller_unittest.cc',
523 'dip_unittest.cc', 524 'dip_unittest.cc',
524 'display/display_controller_unittest.cc', 525 'display/display_controller_unittest.cc',
525 'display/mouse_cursor_event_filter_unittest.cc', 526 'display/mouse_cursor_event_filter_unittest.cc',
526 'display/multi_display_manager_unittest.cc', 527 'display/display_manager_unittest.cc',
527 'display/screen_position_controller_unittest.cc', 528 'display/screen_position_controller_unittest.cc',
528 'drag_drop/drag_drop_controller_unittest.cc', 529 'drag_drop/drag_drop_controller_unittest.cc',
529 'drag_drop/drag_drop_tracker_unittest.cc', 530 'drag_drop/drag_drop_tracker_unittest.cc',
530 'extended_desktop_unittest.cc', 531 'extended_desktop_unittest.cc',
531 'focus_cycler_unittest.cc', 532 'focus_cycler_unittest.cc',
532 'launcher/launcher_model_unittest.cc', 533 'launcher/launcher_model_unittest.cc',
533 'launcher/launcher_navigator_unittest.cc', 534 'launcher/launcher_navigator_unittest.cc',
534 'launcher/launcher_tooltip_manager_unittest.cc', 535 'launcher/launcher_tooltip_manager_unittest.cc',
535 'launcher/launcher_unittest.cc', 536 'launcher/launcher_unittest.cc',
536 'launcher/launcher_view_unittest.cc', 537 'launcher/launcher_view_unittest.cc',
(...skipping 10 matching lines...) Expand all
547 'shell/panel_window.cc', 548 'shell/panel_window.cc',
548 'shell/shell_delegate_impl.cc', 549 'shell/shell_delegate_impl.cc',
549 'shell/shell_delegate_impl.h', 550 'shell/shell_delegate_impl.h',
550 'shell/toplevel_window.cc', 551 'shell/toplevel_window.cc',
551 'shell/widgets.cc', 552 'shell/widgets.cc',
552 'shell/window_type_launcher.cc', 553 'shell/window_type_launcher.cc',
553 'shell/window_watcher.cc', 554 'shell/window_watcher.cc',
554 'shell/window_watcher_unittest.cc', 555 'shell/window_watcher_unittest.cc',
555 'system/tray/system_tray_unittest.cc', 556 'system/tray/system_tray_unittest.cc',
556 'system/web_notification/web_notification_tray_unittest.cc', 557 'system/web_notification/web_notification_tray_unittest.cc',
558 'test/ash_unittests.cc',
557 'tooltips/tooltip_controller_unittest.cc', 559 'tooltips/tooltip_controller_unittest.cc',
558 'wm/activation_controller_unittest.cc', 560 'wm/activation_controller_unittest.cc',
559 'wm/base_layout_manager_unittest.cc', 561 'wm/base_layout_manager_unittest.cc',
560 'wm/cursor_manager_unittest.cc', 562 'wm/cursor_manager_unittest.cc',
561 'wm/custom_frame_view_ash_unittest.cc', 563 'wm/custom_frame_view_ash_unittest.cc',
562 'wm/frame_painter_unittest.cc', 564 'wm/frame_painter_unittest.cc',
563 'wm/image_grid_unittest.cc', 565 'wm/image_grid_unittest.cc',
564 'wm/panel_layout_manager_unittest.cc', 566 'wm/panel_layout_manager_unittest.cc',
565 'wm/power_button_controller_unittest.cc', 567 'wm/power_button_controller_unittest.cc',
566 'wm/screen_dimmer_unittest.cc', 568 'wm/screen_dimmer_unittest.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 'shell/cocoa/app-Info.plist', 709 'shell/cocoa/app-Info.plist',
708 ], 710 ],
709 'xcode_settings': { 711 'xcode_settings': {
710 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 712 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
711 }, 713 },
712 }], 714 }],
713 ], 715 ],
714 }, 716 },
715 ], 717 ],
716 } 718 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/display/display_change_observer_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698