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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'desktop_background/desktop_background_widget_controller.h', | 74 'desktop_background/desktop_background_widget_controller.h', |
75 'desktop_background/user_wallpaper_delegate.h', | 75 'desktop_background/user_wallpaper_delegate.h', |
76 'display/display_change_observer_x11.cc', | 76 'display/display_change_observer_x11.cc', |
77 'display/display_change_observer_x11.h', | 77 'display/display_change_observer_x11.h', |
78 'display/display_controller.cc', | 78 'display/display_controller.cc', |
79 'display/display_controller.h', | 79 'display/display_controller.h', |
80 'display/display_error_dialog.cc', | 80 'display/display_error_dialog.cc', |
81 'display/display_error_dialog.h', | 81 'display/display_error_dialog.h', |
82 'display/display_manager.cc', | 82 'display/display_manager.cc', |
83 'display/display_manager.h', | 83 'display/display_manager.h', |
| 84 'display/event_transformation_handler.cc', |
| 85 'display/event_transformation_handler.h', |
84 'display/mouse_cursor_event_filter.cc', | 86 'display/mouse_cursor_event_filter.cc', |
85 'display/mouse_cursor_event_filter.h', | 87 'display/mouse_cursor_event_filter.h', |
86 'display/output_configurator_animation.cc', | 88 'display/output_configurator_animation.cc', |
87 'display/output_configurator_animation.h', | 89 'display/output_configurator_animation.h', |
88 'display/screen_position_controller.cc', | 90 'display/screen_position_controller.cc', |
89 'display/screen_position_controller.h', | 91 'display/screen_position_controller.h', |
90 'display/shared_display_edge_indicator.cc', | 92 'display/shared_display_edge_indicator.cc', |
91 'display/shared_display_edge_indicator.h', | 93 'display/shared_display_edge_indicator.h', |
92 'drag_drop/drag_drop_controller.cc', | 94 'drag_drop/drag_drop_controller.cc', |
93 'drag_drop/drag_drop_controller.h', | 95 'drag_drop/drag_drop_controller.h', |
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 'shell/cocoa/app-Info.plist', | 741 'shell/cocoa/app-Info.plist', |
740 ], | 742 ], |
741 'xcode_settings': { | 743 'xcode_settings': { |
742 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 744 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
743 }, | 745 }, |
744 }], | 746 }], |
745 ], | 747 ], |
746 }, | 748 }, |
747 ], | 749 ], |
748 } | 750 } |
OLD | NEW |