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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 'launcher/launcher_tooltip_manager.h', | 159 'launcher/launcher_tooltip_manager.h', |
160 'launcher/launcher_types.cc', | 160 'launcher/launcher_types.cc', |
161 'launcher/launcher_types.h', | 161 'launcher/launcher_types.h', |
162 'launcher/launcher_view.cc', | 162 'launcher/launcher_view.cc', |
163 'launcher/launcher_view.h', | 163 'launcher/launcher_view.h', |
164 'magnifier/magnification_controller.cc', | 164 'magnifier/magnification_controller.cc', |
165 'magnifier/magnification_controller.h', | 165 'magnifier/magnification_controller.h', |
166 'magnifier/magnifier_constants.h', | 166 'magnifier/magnifier_constants.h', |
167 'magnifier/partial_magnification_controller.cc', | 167 'magnifier/partial_magnification_controller.cc', |
168 'magnifier/partial_magnification_controller.h', | 168 'magnifier/partial_magnification_controller.h', |
| 169 'multi_profile_uma.cc', |
| 170 'multi_profile_uma.h', |
169 'popup_message.cc', | 171 'popup_message.cc', |
170 'popup_message.h', | 172 'popup_message.h', |
171 'root_window_controller.cc', | 173 'root_window_controller.cc', |
172 'root_window_controller.h', | 174 'root_window_controller.h', |
173 'root_window_settings.cc', | 175 'root_window_settings.cc', |
174 'root_window_settings.h', | 176 'root_window_settings.h', |
175 'rotator/screen_rotation.cc', | 177 'rotator/screen_rotation.cc', |
176 'rotator/screen_rotation.h', | 178 'rotator/screen_rotation.h', |
177 'scoped_target_root_window.cc', | 179 'scoped_target_root_window.cc', |
178 'scoped_target_root_window.h', | 180 'scoped_target_root_window.h', |
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
910 }, | 912 }, |
911 }, | 913 }, |
912 'dependencies': [ | 914 'dependencies': [ |
913 '../sandbox/sandbox.gyp:sandbox', | 915 '../sandbox/sandbox.gyp:sandbox', |
914 ], | 916 ], |
915 }], | 917 }], |
916 ], | 918 ], |
917 }, | 919 }, |
918 ], | 920 ], |
919 } | 921 } |
OLD | NEW |