OLD | NEW |
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 'desktop_background/desktop_background_controller.h', | 92 'desktop_background/desktop_background_controller.h', |
93 'desktop_background/desktop_background_controller_observer.h', | 93 'desktop_background/desktop_background_controller_observer.h', |
94 'desktop_background/desktop_background_view.cc', | 94 'desktop_background/desktop_background_view.cc', |
95 'desktop_background/desktop_background_view.h', | 95 'desktop_background/desktop_background_view.h', |
96 'desktop_background/desktop_background_widget_controller.cc', | 96 'desktop_background/desktop_background_widget_controller.cc', |
97 'desktop_background/desktop_background_widget_controller.h', | 97 'desktop_background/desktop_background_widget_controller.h', |
98 'desktop_background/user_wallpaper_delegate.h', | 98 'desktop_background/user_wallpaper_delegate.h', |
99 'desktop_background/wallpaper_resizer.cc', | 99 'desktop_background/wallpaper_resizer.cc', |
100 'desktop_background/wallpaper_resizer.h', | 100 'desktop_background/wallpaper_resizer.h', |
101 'desktop_background/wallpaper_resizer_observer.h', | 101 'desktop_background/wallpaper_resizer_observer.h', |
| 102 'display/cursor_window_controller.cc', |
| 103 'display/cursor_window_controller.h', |
102 'display/display_change_observer_chromeos.cc', | 104 'display/display_change_observer_chromeos.cc', |
103 'display/display_change_observer_chromeos.h', | 105 'display/display_change_observer_chromeos.h', |
104 'display/display_controller.cc', | 106 'display/display_controller.cc', |
105 'display/display_controller.h', | 107 'display/display_controller.h', |
106 'display/display_error_observer_chromeos.cc', | 108 'display/display_error_observer_chromeos.cc', |
107 'display/display_error_observer_chromeos.h', | 109 'display/display_error_observer_chromeos.h', |
108 'display/display_info.h', | 110 'display/display_info.h', |
109 'display/display_info.cc', | 111 'display/display_info.cc', |
110 'display/display_layout.h', | 112 'display/display_layout.h', |
111 'display/display_layout.cc', | 113 'display/display_layout.cc', |
(...skipping 960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1072 }, | 1074 }, |
1073 }, | 1075 }, |
1074 'dependencies': [ | 1076 'dependencies': [ |
1075 '../sandbox/sandbox.gyp:sandbox', | 1077 '../sandbox/sandbox.gyp:sandbox', |
1076 ], | 1078 ], |
1077 }], | 1079 }], |
1078 ], | 1080 ], |
1079 }, | 1081 }, |
1080 ], | 1082 ], |
1081 } | 1083 } |
OLD | NEW |