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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 'launcher/overflow_bubble.h', | 152 'launcher/overflow_bubble.h', |
153 'launcher/overflow_button.cc', | 153 'launcher/overflow_button.cc', |
154 'launcher/overflow_button.h', | 154 'launcher/overflow_button.h', |
155 'launcher/tabbed_launcher_button.cc', | 155 'launcher/tabbed_launcher_button.cc', |
156 'launcher/tabbed_launcher_button.h', | 156 'launcher/tabbed_launcher_button.h', |
157 'magnifier/magnification_controller.cc', | 157 'magnifier/magnification_controller.cc', |
158 'magnifier/magnification_controller.h', | 158 'magnifier/magnification_controller.h', |
159 'magnifier/magnifier_constants.h', | 159 'magnifier/magnifier_constants.h', |
160 'magnifier/partial_magnification_controller.cc', | 160 'magnifier/partial_magnification_controller.cc', |
161 'magnifier/partial_magnification_controller.h', | 161 'magnifier/partial_magnification_controller.h', |
| 162 'popup_message.cc', |
| 163 'popup_message.h', |
162 'root_window_controller.cc', | 164 'root_window_controller.cc', |
163 'root_window_controller.h', | 165 'root_window_controller.h', |
164 'rotator/screen_rotation.cc', | 166 'rotator/screen_rotation.cc', |
165 'rotator/screen_rotation.h', | 167 'rotator/screen_rotation.h', |
166 'screen_ash.cc', | 168 'screen_ash.cc', |
167 'screen_ash.h', | 169 'screen_ash.h', |
168 'screensaver/screensaver_view.cc', | 170 'screensaver/screensaver_view.cc', |
169 'screensaver/screensaver_view.h', | 171 'screensaver/screensaver_view.h', |
170 'screenshot_delegate.h', | 172 'screenshot_delegate.h', |
171 'session_state_delegate.h', | 173 'session_state_delegate.h', |
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
844 'shell/cocoa/app-Info.plist', | 846 'shell/cocoa/app-Info.plist', |
845 ], | 847 ], |
846 'xcode_settings': { | 848 'xcode_settings': { |
847 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 849 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
848 }, | 850 }, |
849 }], | 851 }], |
850 ], | 852 ], |
851 }, | 853 }, |
852 ], | 854 ], |
853 } | 855 } |
OLD | NEW |