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

Side by Side Diff: ash/ash.gyp

Issue 24499002: Reload wallpaper when display configuration changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | ash/default_user_wallpaper_delegate.h » ('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 { 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'ash_constants.h', 69 'ash_constants.h',
70 'ash_switches.cc', 70 'ash_switches.cc',
71 'ash_switches.h', 71 'ash_switches.h',
72 'cancel_mode.cc', 72 'cancel_mode.cc',
73 'cancel_mode.h', 73 'cancel_mode.h',
74 'caps_lock_delegate.h', 74 'caps_lock_delegate.h',
75 'caps_lock_delegate_stub.cc', 75 'caps_lock_delegate_stub.cc',
76 'caps_lock_delegate_stub.h', 76 'caps_lock_delegate_stub.h',
77 'debug.cc', 77 'debug.cc',
78 'debug.h', 78 'debug.h',
79 'default_user_wallpaper_delegate.cc',
80 'default_user_wallpaper_delegate.h',
79 'desktop_background/desktop_background_controller.cc', 81 'desktop_background/desktop_background_controller.cc',
80 'desktop_background/desktop_background_controller.h', 82 'desktop_background/desktop_background_controller.h',
81 'desktop_background/desktop_background_controller_observer.h', 83 'desktop_background/desktop_background_controller_observer.h',
82 'desktop_background/desktop_background_view.cc', 84 'desktop_background/desktop_background_view.cc',
83 'desktop_background/desktop_background_view.h', 85 'desktop_background/desktop_background_view.h',
84 'desktop_background/desktop_background_widget_controller.cc', 86 'desktop_background/desktop_background_widget_controller.cc',
85 'desktop_background/desktop_background_widget_controller.h', 87 'desktop_background/desktop_background_widget_controller.h',
86 'desktop_background/user_wallpaper_delegate.h', 88 'desktop_background/user_wallpaper_delegate.h',
87 'desktop_background/wallpaper_resizer.cc', 89 'desktop_background/wallpaper_resizer.cc',
88 'desktop_background/wallpaper_resizer.h', 90 'desktop_background/wallpaper_resizer.h',
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 'test/launcher_view_test_api.cc', 603 'test/launcher_view_test_api.cc',
602 'test/launcher_view_test_api.h', 604 'test/launcher_view_test_api.h',
603 'test/display_manager_test_api.cc', 605 'test/display_manager_test_api.cc',
604 'test/display_manager_test_api.h', 606 'test/display_manager_test_api.h',
605 'test/mirror_window_test_api.cc', 607 'test/mirror_window_test_api.cc',
606 'test/mirror_window_test_api.h', 608 'test/mirror_window_test_api.h',
607 'test/shell_test_api.cc', 609 'test/shell_test_api.cc',
608 'test/shell_test_api.h', 610 'test/shell_test_api.h',
609 'test/test_activation_delegate.cc', 611 'test/test_activation_delegate.cc',
610 'test/test_activation_delegate.h', 612 'test/test_activation_delegate.h',
613 'test/test_user_wallpaper_delegate.cc',
614 'test/test_user_wallpaper_delegate.h',
611 'test/test_launcher_delegate.cc', 615 'test/test_launcher_delegate.cc',
612 'test/test_launcher_delegate.h', 616 'test/test_launcher_delegate.h',
613 'test/test_session_state_delegate.cc', 617 'test/test_session_state_delegate.cc',
614 'test/test_session_state_delegate.cc', 618 'test/test_session_state_delegate.cc',
615 'test/test_shell_delegate.cc', 619 'test/test_shell_delegate.cc',
616 'test/test_shell_delegate.h', 620 'test/test_shell_delegate.h',
617 'test/test_suite.cc', 621 'test/test_suite.cc',
618 'test/test_suite.h', 622 'test/test_suite.h',
619 'test/test_suite_init.h', 623 'test/test_suite_init.h',
620 'test/test_suite_init.mm', 624 'test/test_suite_init.mm',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 }, 898 },
895 }, 899 },
896 'dependencies': [ 900 'dependencies': [
897 '../sandbox/sandbox.gyp:sandbox', 901 '../sandbox/sandbox.gyp:sandbox',
898 ], 902 ],
899 }], 903 }],
900 ], 904 ],
901 }, 905 },
902 ], 906 ],
903 } 907 }
OLDNEW
« no previous file with comments | « no previous file | ash/default_user_wallpaper_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698