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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 'desktop_background/desktop_background_controller.cc', | 67 'desktop_background/desktop_background_controller.cc', |
68 'desktop_background/desktop_background_controller.h', | 68 'desktop_background/desktop_background_controller.h', |
69 'desktop_background/desktop_background_resources.cc', | 69 'desktop_background/desktop_background_resources.cc', |
70 'desktop_background/desktop_background_resources.h', | 70 'desktop_background/desktop_background_resources.h', |
71 'desktop_background/desktop_background_view.cc', | 71 'desktop_background/desktop_background_view.cc', |
72 'desktop_background/desktop_background_view.h', | 72 'desktop_background/desktop_background_view.h', |
73 'desktop_background/desktop_background_widget_controller.cc', | 73 'desktop_background/desktop_background_widget_controller.cc', |
74 'desktop_background/desktop_background_widget_controller.h', | 74 'desktop_background/desktop_background_widget_controller.h', |
75 'display/display_controller.cc', | 75 'display/display_controller.cc', |
76 'display/display_controller.h', | 76 'display/display_controller.h', |
| 77 'display/display_error_dialog.cc', |
| 78 'display/display_error_dialog.h', |
77 'display/mouse_cursor_event_filter.cc', | 79 'display/mouse_cursor_event_filter.cc', |
78 'display/mouse_cursor_event_filter.h', | 80 'display/mouse_cursor_event_filter.h', |
79 'display/multi_display_manager.cc', | 81 'display/multi_display_manager.cc', |
80 'display/multi_display_manager.h', | 82 'display/multi_display_manager.h', |
81 'display/output_configurator_animation.cc', | 83 'display/output_configurator_animation.cc', |
82 'display/output_configurator_animation.h', | 84 'display/output_configurator_animation.h', |
83 'display/screen_position_controller.cc', | 85 'display/screen_position_controller.cc', |
84 'display/screen_position_controller.h', | 86 'display/screen_position_controller.h', |
85 'display/secondary_display_view.cc', | 87 'display/secondary_display_view.cc', |
86 'display/secondary_display_view.h', | 88 'display/secondary_display_view.h', |
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
668 'shell/cocoa/app-Info.plist', | 670 'shell/cocoa/app-Info.plist', |
669 ], | 671 ], |
670 'xcode_settings': { | 672 'xcode_settings': { |
671 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 673 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
672 }, | 674 }, |
673 }], | 675 }], |
674 ], | 676 ], |
675 }, | 677 }, |
676 ], | 678 ], |
677 } | 679 } |
OLD | NEW |