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

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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'accelerators/nested_dispatcher_controller.h', 53 'accelerators/nested_dispatcher_controller.h',
54 'ash_switches.cc', 54 'ash_switches.cc',
55 'ash_switches.h', 55 'ash_switches.h',
56 'caps_lock_delegate.h', 56 'caps_lock_delegate.h',
57 'desktop_background/desktop_background_controller.cc', 57 'desktop_background/desktop_background_controller.cc',
58 'desktop_background/desktop_background_controller.h', 58 'desktop_background/desktop_background_controller.h',
59 'desktop_background/desktop_background_resources.cc', 59 'desktop_background/desktop_background_resources.cc',
60 'desktop_background/desktop_background_resources.h', 60 'desktop_background/desktop_background_resources.h',
61 'desktop_background/desktop_background_view.cc', 61 'desktop_background/desktop_background_view.cc',
62 'desktop_background/desktop_background_view.h', 62 'desktop_background/desktop_background_view.h',
63 'display/display_controller.cc',
64 'display/display_controller.h',
65 'display/output_configurator_animation.cc',
66 'display/output_configurator_animation.h',
67 'display/mouse_cursor_event_filter.cc',
68 'display/mouse_cursor_event_filter.h',
69 'display/multi_display_manager.cc',
70 'display/multi_display_manager.h',
71 'display/screen_position_controller.cc',
72 'display/screen_position_controller.h',
73 'display/secondary_display_view.cc',
74 'display/secondary_display_view.h',
63 'drag_drop/drag_drop_controller.cc', 75 'drag_drop/drag_drop_controller.cc',
64 'drag_drop/drag_drop_controller.h', 76 'drag_drop/drag_drop_controller.h',
65 'drag_drop/drag_image_view.cc', 77 'drag_drop/drag_image_view.cc',
66 'drag_drop/drag_image_view.h', 78 'drag_drop/drag_image_view.h',
67 'event_rewriter_delegate.h', 79 'event_rewriter_delegate.h',
68 'focus_cycler.cc', 80 'focus_cycler.cc',
69 'focus_cycler.h', 81 'focus_cycler.h',
70 'high_contrast/high_contrast_controller.cc', 82 'high_contrast/high_contrast_controller.cc',
71 'high_contrast/high_contrast_controller.h', 83 'high_contrast/high_contrast_controller.h',
72 'launcher/app_list_button.cc', 84 'launcher/app_list_button.cc',
(...skipping 20 matching lines...) Expand all
93 'launcher/launcher_types.cc', 105 'launcher/launcher_types.cc',
94 'launcher/launcher_types.h', 106 'launcher/launcher_types.h',
95 'launcher/launcher_view.cc', 107 'launcher/launcher_view.cc',
96 'launcher/launcher_view.h', 108 'launcher/launcher_view.h',
97 'launcher/overflow_bubble.cc', 109 'launcher/overflow_bubble.cc',
98 'launcher/overflow_bubble.h', 110 'launcher/overflow_bubble.h',
99 'launcher/tabbed_launcher_button.cc', 111 'launcher/tabbed_launcher_button.cc',
100 'launcher/tabbed_launcher_button.h', 112 'launcher/tabbed_launcher_button.h',
101 'magnifier/magnification_controller.cc', 113 'magnifier/magnification_controller.cc',
102 'magnifier/magnification_controller.h', 114 'magnifier/magnification_controller.h',
103 'display/display_controller.cc',
104 'display/display_controller.h',
105 'display/mouse_cursor_event_filter.cc',
106 'display/mouse_cursor_event_filter.h',
107 'display/multi_display_manager.cc',
108 'display/multi_display_manager.h',
109 'display/screen_position_controller.cc',
110 'display/screen_position_controller.h',
111 'display/secondary_display_view.cc',
112 'display/secondary_display_view.h',
113 'root_window_controller.cc', 115 'root_window_controller.cc',
114 'root_window_controller.h', 116 'root_window_controller.h',
115 'rotator/screen_rotation.cc', 117 'rotator/screen_rotation.cc',
116 'rotator/screen_rotation.h', 118 'rotator/screen_rotation.h',
117 'screen_ash.cc', 119 'screen_ash.cc',
118 'screen_ash.h', 120 'screen_ash.h',
119 'screensaver/screensaver_view.cc', 121 'screensaver/screensaver_view.cc',
120 'screensaver/screensaver_view.h', 122 'screensaver/screensaver_view.h',
121 'screenshot_delegate.h', 123 'screenshot_delegate.h',
122 'shell.cc', 124 'shell.cc',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 ['exclude', 'accelerators/accelerator_filter.cc'], 345 ['exclude', 'accelerators/accelerator_filter.cc'],
344 ['exclude', 'accelerators/accelerator_filter.h'], 346 ['exclude', 'accelerators/accelerator_filter.h'],
345 ['exclude', 'accelerators/nested_dispatcher_controller.cc'], 347 ['exclude', 'accelerators/nested_dispatcher_controller.cc'],
346 ['exclude', 'accelerators/nested_dispatcher_controller.h'], 348 ['exclude', 'accelerators/nested_dispatcher_controller.h'],
347 ], 349 ],
348 }], 350 }],
349 ['chromeos==1', { 351 ['chromeos==1', {
350 'dependencies': [ 352 'dependencies': [
351 '../chromeos/chromeos.gyp:chromeos', 353 '../chromeos/chromeos.gyp:chromeos',
352 ], 354 ],
355 }, { # else: chromeos!=1
356 'sources/': [
357 ['exclude', 'display/output_configurator_animation.cc'],
358 ['exclude', 'display/output_configurator_animation.h'],
359 ],
353 }], 360 }],
354 ], 361 ],
355 }, 362 },
356 { 363 {
357 'target_name': 'ash_unittests', 364 'target_name': 'ash_unittests',
358 'type': 'executable', 365 'type': 'executable',
359 'dependencies': [ 366 'dependencies': [
360 '../base/base.gyp:base', 367 '../base/base.gyp:base',
361 '../base/base.gyp:test_support_base', 368 '../base/base.gyp:test_support_base',
362 '../chrome/chrome_resources.gyp:packed_resources', 369 '../chrome/chrome_resources.gyp:packed_resources',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'shell/cocoa/app-Info.plist', 605 'shell/cocoa/app-Info.plist',
599 ], 606 ],
600 'xcode_settings': { 607 'xcode_settings': {
601 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 608 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
602 }, 609 },
603 }], 610 }],
604 ], 611 ],
605 }, 612 },
606 ], 613 ],
607 } 614 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/output_configurator_animation.h » ('j') | ash/display/output_configurator_animation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698