| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 'ime/candidate_view.cc', | 160 'ime/candidate_view.cc', |
| 161 'ime/candidate_view.h', | 161 'ime/candidate_view.h', |
| 162 'ime/candidate_window_view.cc', | 162 'ime/candidate_window_view.cc', |
| 163 'ime/candidate_window_view.h', | 163 'ime/candidate_window_view.h', |
| 164 'ime/infolist_window.cc', | 164 'ime/infolist_window.cc', |
| 165 'ime/infolist_window.h', | 165 'ime/infolist_window.h', |
| 166 'ime/mode_indicator_view.cc', | 166 'ime/mode_indicator_view.cc', |
| 167 'ime/mode_indicator_view.h', | 167 'ime/mode_indicator_view.h', |
| 168 'keyboard_uma_event_filter.cc', | 168 'keyboard_uma_event_filter.cc', |
| 169 'keyboard_uma_event_filter.h', | 169 'keyboard_uma_event_filter.h', |
| 170 'launcher/launcher_types.cc', | |
| 171 'launcher/launcher_types.h', | |
| 172 'magnifier/magnification_controller.cc', | 170 'magnifier/magnification_controller.cc', |
| 173 'magnifier/magnification_controller.h', | 171 'magnifier/magnification_controller.h', |
| 174 'magnifier/magnifier_constants.h', | 172 'magnifier/magnifier_constants.h', |
| 175 'magnifier/partial_magnification_controller.cc', | 173 'magnifier/partial_magnification_controller.cc', |
| 176 'magnifier/partial_magnification_controller.h', | 174 'magnifier/partial_magnification_controller.h', |
| 177 'metrics/user_metrics_recorder.cc', | 175 'metrics/user_metrics_recorder.cc', |
| 178 'metrics/user_metrics_recorder.h', | 176 'metrics/user_metrics_recorder.h', |
| 179 'multi_profile_uma.cc', | 177 'multi_profile_uma.cc', |
| 180 'multi_profile_uma.h', | 178 'multi_profile_uma.h', |
| 181 'popup_message.cc', | 179 'popup_message.cc', |
| (...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1075 }, | 1073 }, |
| 1076 }, | 1074 }, |
| 1077 'dependencies': [ | 1075 'dependencies': [ |
| 1078 '../sandbox/sandbox.gyp:sandbox', | 1076 '../sandbox/sandbox.gyp:sandbox', |
| 1079 ], | 1077 ], |
| 1080 }], | 1078 }], |
| 1081 ], | 1079 ], |
| 1082 }, | 1080 }, |
| 1083 ], | 1081 ], |
| 1084 } | 1082 } |
| OLD | NEW |