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 'drag_drop/drag_drop_controller.h', | 92 'drag_drop/drag_drop_controller.h', |
93 'drag_drop/drag_drop_tracker.cc', | 93 'drag_drop/drag_drop_tracker.cc', |
94 'drag_drop/drag_drop_tracker.h', | 94 'drag_drop/drag_drop_tracker.h', |
95 'drag_drop/drag_image_view.cc', | 95 'drag_drop/drag_image_view.cc', |
96 'drag_drop/drag_image_view.h', | 96 'drag_drop/drag_image_view.h', |
97 'event_rewriter_delegate.h', | 97 'event_rewriter_delegate.h', |
98 'focus_cycler.cc', | 98 'focus_cycler.cc', |
99 'focus_cycler.h', | 99 'focus_cycler.h', |
100 'high_contrast/high_contrast_controller.cc', | 100 'high_contrast/high_contrast_controller.cc', |
101 'high_contrast/high_contrast_controller.h', | 101 'high_contrast/high_contrast_controller.h', |
| 102 'keyboard_overlay/keyboard_overlay_delegate.cc', |
| 103 'keyboard_overlay/keyboard_overlay_delegate.h', |
| 104 'keyboard_overlay/keyboard_overlay_view.cc', |
| 105 'keyboard_overlay/keyboard_overlay_view.h', |
102 'launcher/app_list_button.cc', | 106 'launcher/app_list_button.cc', |
103 'launcher/app_list_button.h', | 107 'launcher/app_list_button.h', |
104 'launcher/background_animator.cc', | 108 'launcher/background_animator.cc', |
105 'launcher/background_animator.h', | 109 'launcher/background_animator.h', |
106 'launcher/launcher.cc', | 110 'launcher/launcher.cc', |
107 'launcher/launcher.h', | 111 'launcher/launcher.h', |
108 'launcher/launcher_alignment_menu.cc', | 112 'launcher/launcher_alignment_menu.cc', |
109 'launcher/launcher_alignment_menu.h', | 113 'launcher/launcher_alignment_menu.h', |
110 'launcher/launcher_button.cc', | 114 'launcher/launcher_button.cc', |
111 'launcher/launcher_button.h', | 115 'launcher/launcher_button.h', |
(...skipping 11 matching lines...) Expand all Loading... |
123 'launcher/launcher_view.cc', | 127 'launcher/launcher_view.cc', |
124 'launcher/launcher_view.h', | 128 'launcher/launcher_view.h', |
125 'launcher/overflow_bubble.cc', | 129 'launcher/overflow_bubble.cc', |
126 'launcher/overflow_bubble.h', | 130 'launcher/overflow_bubble.h', |
127 'launcher/overflow_button.cc', | 131 'launcher/overflow_button.cc', |
128 'launcher/overflow_button.h', | 132 'launcher/overflow_button.h', |
129 'launcher/tabbed_launcher_button.cc', | 133 'launcher/tabbed_launcher_button.cc', |
130 'launcher/tabbed_launcher_button.h', | 134 'launcher/tabbed_launcher_button.h', |
131 'magnifier/magnification_controller.cc', | 135 'magnifier/magnification_controller.cc', |
132 'magnifier/magnification_controller.h', | 136 'magnifier/magnification_controller.h', |
133 'keyboard_overlay/keyboard_overlay_delegate.cc', | 137 'magnifier/partial_magnification_controller.cc', |
134 'keyboard_overlay/keyboard_overlay_delegate.h', | 138 'magnifier/partial_magnification_controller.h', |
135 'keyboard_overlay/keyboard_overlay_view.cc', | |
136 'keyboard_overlay/keyboard_overlay_view.h', | |
137 'root_window_controller.cc', | 139 'root_window_controller.cc', |
138 'root_window_controller.h', | 140 'root_window_controller.h', |
139 'rotator/screen_rotation.cc', | 141 'rotator/screen_rotation.cc', |
140 'rotator/screen_rotation.h', | 142 'rotator/screen_rotation.h', |
141 'screen_ash.cc', | 143 'screen_ash.cc', |
142 'screen_ash.h', | 144 'screen_ash.h', |
143 'screensaver/screensaver_view.cc', | 145 'screensaver/screensaver_view.cc', |
144 'screensaver/screensaver_view.h', | 146 'screensaver/screensaver_view.h', |
145 'screenshot_delegate.h', | 147 'screenshot_delegate.h', |
146 'shell.cc', | 148 'shell.cc', |
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
704 'shell/cocoa/app-Info.plist', | 706 'shell/cocoa/app-Info.plist', |
705 ], | 707 ], |
706 'xcode_settings': { | 708 'xcode_settings': { |
707 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 709 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
708 }, | 710 }, |
709 }], | 711 }], |
710 ], | 712 ], |
711 }, | 713 }, |
712 ], | 714 ], |
713 } | 715 } |
OLD | NEW |