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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 'desktop_background/desktop_background_widget_controller.cc', | 105 'desktop_background/desktop_background_widget_controller.cc', |
106 'desktop_background/desktop_background_widget_controller.h', | 106 'desktop_background/desktop_background_widget_controller.h', |
107 'desktop_background/user_wallpaper_delegate.h', | 107 'desktop_background/user_wallpaper_delegate.h', |
108 'desktop_background/wallpaper_resizer.cc', | 108 'desktop_background/wallpaper_resizer.cc', |
109 'desktop_background/wallpaper_resizer.h', | 109 'desktop_background/wallpaper_resizer.h', |
110 'desktop_background/wallpaper_resizer_observer.h', | 110 'desktop_background/wallpaper_resizer_observer.h', |
111 'display/cursor_window_controller.cc', | 111 'display/cursor_window_controller.cc', |
112 'display/cursor_window_controller.h', | 112 'display/cursor_window_controller.h', |
113 'display/display_change_observer_chromeos.cc', | 113 'display/display_change_observer_chromeos.cc', |
114 'display/display_change_observer_chromeos.h', | 114 'display/display_change_observer_chromeos.h', |
| 115 'display/display_configurator_animation.cc', |
| 116 'display/display_configurator_animation.h', |
115 'display/display_controller.cc', | 117 'display/display_controller.cc', |
116 'display/display_controller.h', | 118 'display/display_controller.h', |
117 'display/display_error_observer_chromeos.cc', | 119 'display/display_error_observer_chromeos.cc', |
118 'display/display_error_observer_chromeos.h', | 120 'display/display_error_observer_chromeos.h', |
119 'display/display_info.h', | 121 'display/display_info.h', |
120 'display/display_info.cc', | 122 'display/display_info.cc', |
121 'display/display_layout.h', | 123 'display/display_layout.h', |
122 'display/display_layout.cc', | 124 'display/display_layout.cc', |
123 'display/display_layout_store.h', | 125 'display/display_layout_store.h', |
124 'display/display_layout_store.cc', | 126 'display/display_layout_store.cc', |
125 'display/display_manager.cc', | 127 'display/display_manager.cc', |
126 'display/display_manager.h', | 128 'display/display_manager.h', |
127 'display/display_pref_util.h', | 129 'display/display_pref_util.h', |
128 'display/event_transformation_handler.cc', | 130 'display/event_transformation_handler.cc', |
129 'display/event_transformation_handler.h', | 131 'display/event_transformation_handler.h', |
130 'display/mirror_window_controller.cc', | 132 'display/mirror_window_controller.cc', |
131 'display/mirror_window_controller.h', | 133 'display/mirror_window_controller.h', |
132 'display/mouse_cursor_event_filter.cc', | 134 'display/mouse_cursor_event_filter.cc', |
133 'display/mouse_cursor_event_filter.h', | 135 'display/mouse_cursor_event_filter.h', |
134 'display/output_configurator_animation.cc', | |
135 'display/output_configurator_animation.h', | |
136 'display/projecting_observer_chromeos.cc', | 136 'display/projecting_observer_chromeos.cc', |
137 'display/projecting_observer_chromeos.h', | 137 'display/projecting_observer_chromeos.h', |
138 'display/resolution_notification_controller.cc', | 138 'display/resolution_notification_controller.cc', |
139 'display/resolution_notification_controller.h', | 139 'display/resolution_notification_controller.h', |
140 'display/root_window_transformers.cc', | 140 'display/root_window_transformers.cc', |
141 'display/root_window_transformers.h', | 141 'display/root_window_transformers.h', |
142 'display/screen_ash.cc', | 142 'display/screen_ash.cc', |
143 'display/screen_ash.h', | 143 'display/screen_ash.h', |
144 'display/screen_position_controller.cc', | 144 'display/screen_position_controller.cc', |
145 'display/screen_position_controller.h', | 145 'display/screen_position_controller.h', |
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 '../chromeos/chromeos.gyp:chromeos', | 717 '../chromeos/chromeos.gyp:chromeos', |
718 # Ash #includes power_supply_properties.pb.h directly. | 718 # Ash #includes power_supply_properties.pb.h directly. |
719 '../chromeos/chromeos.gyp:power_manager_proto', | 719 '../chromeos/chromeos.gyp:power_manager_proto', |
720 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 720 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
721 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', | 721 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', |
722 '../ui/display/display.gyp:display', | 722 '../ui/display/display.gyp:display', |
723 '../ui/display/display.gyp:display_util', | 723 '../ui/display/display.gyp:display_util', |
724 ], | 724 ], |
725 }, { # else: chromeos!=1 | 725 }, { # else: chromeos!=1 |
726 'sources/': [ | 726 'sources/': [ |
727 ['exclude', 'display/output_configurator_animation.cc'], | 727 ['exclude', 'display/display_configurator_animation.cc'], |
728 ['exclude', 'display/output_configurator_animation.h'], | 728 ['exclude', 'display/display_configurator_animation.h'], |
729 ['exclude', 'display/resolution_notification_controller.cc'], | 729 ['exclude', 'display/resolution_notification_controller.cc'], |
730 ['exclude', 'display/resolution_notification_controller.h'], | 730 ['exclude', 'display/resolution_notification_controller.h'], |
731 ], | 731 ], |
732 }], | 732 }], |
733 ], | 733 ], |
734 }, | 734 }, |
735 { | 735 { |
736 'target_name': 'ash_with_content', | 736 'target_name': 'ash_with_content', |
737 'type': '<(component)', | 737 'type': '<(component)', |
738 'dependencies': [ | 738 'dependencies': [ |
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1185 }], | 1185 }], |
1186 ['chromeos==1', { | 1186 ['chromeos==1', { |
1187 'dependencies': [ | 1187 'dependencies': [ |
1188 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1188 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1189 ], | 1189 ], |
1190 }], | 1190 }], |
1191 ], | 1191 ], |
1192 }, | 1192 }, |
1193 ], | 1193 ], |
1194 } | 1194 } |
OLD | NEW |