| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'launcher/launcher_model_util.h', | 170 'launcher/launcher_model_util.h', |
| 171 'launcher/launcher_types.cc', | 171 'launcher/launcher_types.cc', |
| 172 'launcher/launcher_types.h', | 172 'launcher/launcher_types.h', |
| 173 'magnifier/magnification_controller.cc', | 173 'magnifier/magnification_controller.cc', |
| 174 'magnifier/magnification_controller.h', | 174 'magnifier/magnification_controller.h', |
| 175 'magnifier/magnifier_constants.h', | 175 'magnifier/magnifier_constants.h', |
| 176 'magnifier/partial_magnification_controller.cc', | 176 'magnifier/partial_magnification_controller.cc', |
| 177 'magnifier/partial_magnification_controller.h', | 177 'magnifier/partial_magnification_controller.h', |
| 178 'multi_profile_uma.cc', | 178 'multi_profile_uma.cc', |
| 179 'multi_profile_uma.h', | 179 'multi_profile_uma.h', |
| 180 'periodic_metrics_recorder.cc', |
| 181 'periodic_metrics_recorder.h', |
| 180 'popup_message.cc', | 182 'popup_message.cc', |
| 181 'popup_message.h', | 183 'popup_message.h', |
| 182 'root_window_controller.cc', | 184 'root_window_controller.cc', |
| 183 'root_window_controller.h', | 185 'root_window_controller.h', |
| 184 'root_window_settings.cc', | 186 'root_window_settings.cc', |
| 185 'root_window_settings.h', | 187 'root_window_settings.h', |
| 186 'rotator/screen_rotation.cc', | 188 'rotator/screen_rotation.cc', |
| 187 'rotator/screen_rotation.h', | 189 'rotator/screen_rotation.h', |
| 188 'scoped_target_root_window.cc', | 190 'scoped_target_root_window.cc', |
| 189 'scoped_target_root_window.h', | 191 'scoped_target_root_window.h', |
| (...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 954 }, | 956 }, |
| 955 }, | 957 }, |
| 956 'dependencies': [ | 958 'dependencies': [ |
| 957 '../sandbox/sandbox.gyp:sandbox', | 959 '../sandbox/sandbox.gyp:sandbox', |
| 958 ], | 960 ], |
| 959 }], | 961 }], |
| 960 ], | 962 ], |
| 961 }, | 963 }, |
| 962 ], | 964 ], |
| 963 } | 965 } |
| OLD | NEW |