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

Side by Side Diff: ash/ash.gyp

Issue 10817028: Add Fade-out/Fade-in animation during output-configuration change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
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 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'accelerators/nested_dispatcher_controller.h', 54 'accelerators/nested_dispatcher_controller.h',
55 'ash_switches.cc', 55 'ash_switches.cc',
56 'ash_switches.h', 56 'ash_switches.h',
57 'caps_lock_delegate.h', 57 'caps_lock_delegate.h',
58 'desktop_background/desktop_background_controller.cc', 58 'desktop_background/desktop_background_controller.cc',
59 'desktop_background/desktop_background_controller.h', 59 'desktop_background/desktop_background_controller.h',
60 'desktop_background/desktop_background_resources.cc', 60 'desktop_background/desktop_background_resources.cc',
61 'desktop_background/desktop_background_resources.h', 61 'desktop_background/desktop_background_resources.h',
62 'desktop_background/desktop_background_view.cc', 62 'desktop_background/desktop_background_view.cc',
63 'desktop_background/desktop_background_view.h', 63 'desktop_background/desktop_background_view.h',
64 'display/display_controller.cc',
65 'display/display_controller.h',
66 'display/mouse_cursor_event_filter.cc',
67 'display/mouse_cursor_event_filter.h',
68 'display/multi_display_manager.cc',
69 'display/multi_display_manager.h',
70 'display/output_configurator_animation.cc',
71 'display/output_configurator_animation.h',
72 'display/screen_position_controller.cc',
73 'display/screen_position_controller.h',
74 'display/secondary_display_view.cc',
75 'display/secondary_display_view.h',
64 'drag_drop/drag_drop_controller.cc', 76 'drag_drop/drag_drop_controller.cc',
65 'drag_drop/drag_drop_controller.h', 77 'drag_drop/drag_drop_controller.h',
66 'drag_drop/drag_image_view.cc', 78 'drag_drop/drag_image_view.cc',
67 'drag_drop/drag_image_view.h', 79 'drag_drop/drag_image_view.h',
68 'event_rewriter_delegate.h', 80 'event_rewriter_delegate.h',
69 'focus_cycler.cc', 81 'focus_cycler.cc',
70 'focus_cycler.h', 82 'focus_cycler.h',
71 'high_contrast/high_contrast_controller.cc', 83 'high_contrast/high_contrast_controller.cc',
72 'high_contrast/high_contrast_controller.h', 84 'high_contrast/high_contrast_controller.h',
73 'launcher/app_list_button.cc', 85 'launcher/app_list_button.cc',
(...skipping 20 matching lines...) Expand all
94 'launcher/launcher_types.cc', 106 'launcher/launcher_types.cc',
95 'launcher/launcher_types.h', 107 'launcher/launcher_types.h',
96 'launcher/launcher_view.cc', 108 'launcher/launcher_view.cc',
97 'launcher/launcher_view.h', 109 'launcher/launcher_view.h',
98 'launcher/overflow_bubble.cc', 110 'launcher/overflow_bubble.cc',
99 'launcher/overflow_bubble.h', 111 'launcher/overflow_bubble.h',
100 'launcher/tabbed_launcher_button.cc', 112 'launcher/tabbed_launcher_button.cc',
101 'launcher/tabbed_launcher_button.h', 113 'launcher/tabbed_launcher_button.h',
102 'magnifier/magnification_controller.cc', 114 'magnifier/magnification_controller.cc',
103 'magnifier/magnification_controller.h', 115 'magnifier/magnification_controller.h',
104 'display/display_controller.cc',
105 'display/display_controller.h',
106 'display/mouse_cursor_event_filter.cc',
107 'display/mouse_cursor_event_filter.h',
108 'display/multi_display_manager.cc',
109 'display/multi_display_manager.h',
110 'display/screen_position_controller.cc',
111 'display/screen_position_controller.h',
112 'display/secondary_display_view.cc',
113 'display/secondary_display_view.h',
114 'keyboard_overlay/keyboard_overlay_delegate.cc', 116 'keyboard_overlay/keyboard_overlay_delegate.cc',
115 'keyboard_overlay/keyboard_overlay_delegate.h', 117 'keyboard_overlay/keyboard_overlay_delegate.h',
116 'keyboard_overlay/keyboard_overlay_view.cc', 118 'keyboard_overlay/keyboard_overlay_view.cc',
117 'keyboard_overlay/keyboard_overlay_view.h', 119 'keyboard_overlay/keyboard_overlay_view.h',
118 'root_window_controller.cc', 120 'root_window_controller.cc',
119 'root_window_controller.h', 121 'root_window_controller.h',
120 'rotator/screen_rotation.cc', 122 'rotator/screen_rotation.cc',
121 'rotator/screen_rotation.h', 123 'rotator/screen_rotation.h',
122 'screen_ash.cc', 124 'screen_ash.cc',
123 'screen_ash.h', 125 'screen_ash.h',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 ['exclude', 'accelerators/accelerator_filter.cc'], 352 ['exclude', 'accelerators/accelerator_filter.cc'],
351 ['exclude', 'accelerators/accelerator_filter.h'], 353 ['exclude', 'accelerators/accelerator_filter.h'],
352 ['exclude', 'accelerators/nested_dispatcher_controller.cc'], 354 ['exclude', 'accelerators/nested_dispatcher_controller.cc'],
353 ['exclude', 'accelerators/nested_dispatcher_controller.h'], 355 ['exclude', 'accelerators/nested_dispatcher_controller.h'],
354 ], 356 ],
355 }], 357 }],
356 ['chromeos==1', { 358 ['chromeos==1', {
357 'dependencies': [ 359 'dependencies': [
358 '../chromeos/chromeos.gyp:chromeos', 360 '../chromeos/chromeos.gyp:chromeos',
359 ], 361 ],
362 }, { # else: chromeos!=1
363 'sources/': [
364 ['exclude', 'display/output_configurator_animation.cc'],
365 ['exclude', 'display/output_configurator_animation.h'],
366 ],
360 }], 367 }],
361 ], 368 ],
362 }, 369 },
363 { 370 {
364 'target_name': 'ash_unittests', 371 'target_name': 'ash_unittests',
365 'type': 'executable', 372 'type': 'executable',
366 'dependencies': [ 373 'dependencies': [
367 '../base/base.gyp:base', 374 '../base/base.gyp:base',
368 '../base/base.gyp:test_support_base', 375 '../base/base.gyp:test_support_base',
369 '../chrome/chrome_resources.gyp:packed_resources', 376 '../chrome/chrome_resources.gyp:packed_resources',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 'shell/cocoa/app-Info.plist', 609 'shell/cocoa/app-Info.plist',
603 ], 610 ],
604 'xcode_settings': { 611 'xcode_settings': {
605 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 612 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
606 }, 613 },
607 }], 614 }],
608 ], 615 ],
609 }, 616 },
610 ], 617 ],
611 } 618 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/output_configurator_animation.h » ('j') | chromeos/display/output_configurator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698