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

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: 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'caps_lock_delegate_stub.h', 67 'caps_lock_delegate_stub.h',
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 'display/display_change_observer_x11.cc',
78 'display/display_change_observer_x11.h',
77 'display/display_controller.cc', 79 'display/display_controller.cc',
78 'display/display_controller.h', 80 'display/display_controller.h',
79 'display/display_error_dialog.cc', 81 'display/display_error_dialog.cc',
80 'display/display_error_dialog.h', 82 'display/display_error_dialog.h',
83 'display/display_manager.cc',
84 'display/display_manager.h',
81 'display/mouse_cursor_event_filter.cc', 85 'display/mouse_cursor_event_filter.cc',
82 'display/mouse_cursor_event_filter.h', 86 'display/mouse_cursor_event_filter.h',
83 'display/multi_display_manager.cc',
84 'display/multi_display_manager.h',
85 'display/output_configurator_animation.cc', 87 'display/output_configurator_animation.cc',
86 'display/output_configurator_animation.h', 88 'display/output_configurator_animation.h',
87 'display/screen_position_controller.cc', 89 'display/screen_position_controller.cc',
88 'display/screen_position_controller.h', 90 'display/screen_position_controller.h',
89 'display/shared_display_edge_indicator.cc', 91 'display/shared_display_edge_indicator.cc',
90 'display/shared_display_edge_indicator.h', 92 'display/shared_display_edge_indicator.h',
91 'drag_drop/drag_drop_controller.cc', 93 'drag_drop/drag_drop_controller.cc',
92 'drag_drop/drag_drop_controller.h', 94 'drag_drop/drag_drop_controller.h',
93 'drag_drop/drag_drop_tracker.cc', 95 'drag_drop/drag_drop_tracker.cc',
94 'drag_drop/drag_drop_tracker.h', 96 'drag_drop/drag_drop_tracker.h',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 'type': 'static_library', 450 'type': 'static_library',
449 'dependencies': [ 451 'dependencies': [
450 '../skia/skia.gyp:skia', 452 '../skia/skia.gyp:skia',
451 '../testing/gtest.gyp:gtest', 453 '../testing/gtest.gyp:gtest',
452 'ash', 454 'ash',
453 'ash_resources', 455 'ash_resources',
454 ], 456 ],
455 'sources': [ 457 'sources': [
456 'test/ash_test_base.cc', 458 'test/ash_test_base.cc',
457 'test/ash_test_base.h', 459 'test/ash_test_base.h',
458 'test/ash_unittests.cc',
459 'test/capture_tracking_view.cc', 460 'test/capture_tracking_view.cc',
460 'test/capture_tracking_view.h', 461 'test/capture_tracking_view.h',
461 'test/cursor_manager_test_api.cc', 462 'test/cursor_manager_test_api.cc',
462 'test/cursor_manager_test_api.h', 463 'test/cursor_manager_test_api.h',
463 'test/launcher_view_test_api.cc', 464 'test/launcher_view_test_api.cc',
464 'test/launcher_view_test_api.h', 465 'test/launcher_view_test_api.h',
465 'test/multi_display_manager_test_api.cc', 466 'test/display_manager_test_api.cc',
466 'test/multi_display_manager_test_api.h', 467 'test/display_manager_test_api.h',
467 'test/test_activation_delegate.cc', 468 'test/test_activation_delegate.cc',
468 'test/test_activation_delegate.h', 469 'test/test_activation_delegate.h',
469 'test/test_launcher_delegate.cc', 470 'test/test_launcher_delegate.cc',
470 'test/test_launcher_delegate.h', 471 'test/test_launcher_delegate.h',
471 'test/test_shell_delegate.cc', 472 'test/test_shell_delegate.cc',
472 'test/test_shell_delegate.h', 473 'test/test_shell_delegate.h',
473 'test/test_suite.cc', 474 'test/test_suite.cc',
474 'test/test_suite.h', 475 'test/test_suite.h',
475 'test/test_suite_init.h', 476 'test/test_suite_init.h',
476 'test/test_suite_init.mm', 477 'test/test_suite_init.mm',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 '../ui/views/test/test_views_delegate.cc', 512 '../ui/views/test/test_views_delegate.cc',
512 '../ui/views/test/test_views_delegate.h', 513 '../ui/views/test/test_views_delegate.h',
513 'accelerators/accelerator_controller_unittest.cc', 514 'accelerators/accelerator_controller_unittest.cc',
514 'accelerators/accelerator_filter_unittest.cc', 515 'accelerators/accelerator_filter_unittest.cc',
515 'accelerators/accelerator_table_unittest.cc', 516 'accelerators/accelerator_table_unittest.cc',
516 'accelerators/nested_dispatcher_controller_unittest.cc', 517 'accelerators/nested_dispatcher_controller_unittest.cc',
517 'desktop_background/desktop_background_controller_unittest.cc', 518 'desktop_background/desktop_background_controller_unittest.cc',
518 'dip_unittest.cc', 519 'dip_unittest.cc',
519 'display/display_controller_unittest.cc', 520 'display/display_controller_unittest.cc',
520 'display/mouse_cursor_event_filter_unittest.cc', 521 'display/mouse_cursor_event_filter_unittest.cc',
521 'display/multi_display_manager_unittest.cc', 522 'display/display_manager_unittest.cc',
522 'display/screen_position_controller_unittest.cc', 523 'display/screen_position_controller_unittest.cc',
523 'drag_drop/drag_drop_controller_unittest.cc', 524 'drag_drop/drag_drop_controller_unittest.cc',
524 'drag_drop/drag_drop_tracker_unittest.cc', 525 'drag_drop/drag_drop_tracker_unittest.cc',
525 'extended_desktop_unittest.cc', 526 'extended_desktop_unittest.cc',
526 'focus_cycler_unittest.cc', 527 'focus_cycler_unittest.cc',
527 'launcher/launcher_model_unittest.cc', 528 'launcher/launcher_model_unittest.cc',
528 'launcher/launcher_navigator_unittest.cc', 529 'launcher/launcher_navigator_unittest.cc',
529 'launcher/launcher_tooltip_manager_unittest.cc', 530 'launcher/launcher_tooltip_manager_unittest.cc',
530 'launcher/launcher_unittest.cc', 531 'launcher/launcher_unittest.cc',
531 'launcher/launcher_view_unittest.cc', 532 'launcher/launcher_view_unittest.cc',
(...skipping 10 matching lines...) Expand all
542 'shell/panel_window.cc', 543 'shell/panel_window.cc',
543 'shell/shell_delegate_impl.cc', 544 'shell/shell_delegate_impl.cc',
544 'shell/shell_delegate_impl.h', 545 'shell/shell_delegate_impl.h',
545 'shell/toplevel_window.cc', 546 'shell/toplevel_window.cc',
546 'shell/widgets.cc', 547 'shell/widgets.cc',
547 'shell/window_type_launcher.cc', 548 'shell/window_type_launcher.cc',
548 'shell/window_watcher.cc', 549 'shell/window_watcher.cc',
549 'shell/window_watcher_unittest.cc', 550 'shell/window_watcher_unittest.cc',
550 'system/tray/system_tray_unittest.cc', 551 'system/tray/system_tray_unittest.cc',
551 'system/web_notification/web_notification_tray_unittest.cc', 552 'system/web_notification/web_notification_tray_unittest.cc',
553 'test/ash_unittests.cc',
552 'tooltips/tooltip_controller_unittest.cc', 554 'tooltips/tooltip_controller_unittest.cc',
553 'wm/activation_controller_unittest.cc', 555 'wm/activation_controller_unittest.cc',
554 'wm/base_layout_manager_unittest.cc', 556 'wm/base_layout_manager_unittest.cc',
555 'wm/cursor_manager_unittest.cc', 557 'wm/cursor_manager_unittest.cc',
556 'wm/custom_frame_view_ash_unittest.cc', 558 'wm/custom_frame_view_ash_unittest.cc',
557 'wm/frame_painter_unittest.cc', 559 'wm/frame_painter_unittest.cc',
558 'wm/image_grid_unittest.cc', 560 'wm/image_grid_unittest.cc',
559 'wm/panel_layout_manager_unittest.cc', 561 'wm/panel_layout_manager_unittest.cc',
560 'wm/power_button_controller_unittest.cc', 562 'wm/power_button_controller_unittest.cc',
561 'wm/screen_dimmer_unittest.cc', 563 'wm/screen_dimmer_unittest.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'shell/cocoa/app-Info.plist', 704 'shell/cocoa/app-Info.plist',
703 ], 705 ],
704 'xcode_settings': { 706 'xcode_settings': {
705 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 707 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
706 }, 708 },
707 }], 709 }],
708 ], 710 ],
709 }, 711 },
710 ], 712 ],
711 } 713 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698