OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'renderer', | 8 'target_name': 'renderer', |
9 'type': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D', | 10 'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D', |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 'renderer/renderer_webstoragearea_impl.cc', | 165 'renderer/renderer_webstoragearea_impl.cc', |
166 'renderer/renderer_webstoragearea_impl.h', | 166 'renderer/renderer_webstoragearea_impl.h', |
167 'renderer/renderer_webstoragenamespace_impl.cc', | 167 'renderer/renderer_webstoragenamespace_impl.cc', |
168 'renderer/renderer_webstoragenamespace_impl.h', | 168 'renderer/renderer_webstoragenamespace_impl.h', |
169 'renderer/safe_browsing/features.cc', | 169 'renderer/safe_browsing/features.cc', |
170 'renderer/safe_browsing/features.h', | 170 'renderer/safe_browsing/features.h', |
171 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', | 171 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', |
172 'renderer/safe_browsing/phishing_dom_feature_extractor.h', | 172 'renderer/safe_browsing/phishing_dom_feature_extractor.h', |
173 'renderer/safe_browsing/phishing_url_feature_extractor.cc', | 173 'renderer/safe_browsing/phishing_url_feature_extractor.cc', |
174 'renderer/safe_browsing/phishing_url_feature_extractor.h', | 174 'renderer/safe_browsing/phishing_url_feature_extractor.h', |
| 175 'renderer/speech_input_dispatcher.cc', |
| 176 'renderer/speech_input_dispatcher.h', |
175 'renderer/spellchecker/spellcheck.cc', | 177 'renderer/spellchecker/spellcheck.cc', |
176 'renderer/spellchecker/spellcheck.h', | 178 'renderer/spellchecker/spellcheck.h', |
177 'renderer/spellchecker/spellcheck_worditerator.cc', | 179 'renderer/spellchecker/spellcheck_worditerator.cc', |
178 'renderer/spellchecker/spellcheck_worditerator.h', | 180 'renderer/spellchecker/spellcheck_worditerator.h', |
179 'renderer/translate_helper.cc', | 181 'renderer/translate_helper.cc', |
180 'renderer/translate_helper.h', | 182 'renderer/translate_helper.h', |
181 'renderer/user_script_idle_scheduler.cc', | 183 'renderer/user_script_idle_scheduler.cc', |
182 'renderer/user_script_idle_scheduler.h', | 184 'renderer/user_script_idle_scheduler.h', |
183 'renderer/user_script_slave.cc', | 185 'renderer/user_script_slave.cc', |
184 'renderer/user_script_slave.h', | 186 'renderer/user_script_slave.h', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 ], | 266 ], |
265 }, | 267 }, |
266 ], | 268 ], |
267 } | 269 } |
268 | 270 |
269 # Local Variables: | 271 # Local Variables: |
270 # tab-width:2 | 272 # tab-width:2 |
271 # indent-tabs-mode:nil | 273 # indent-tabs-mode:nil |
272 # End: | 274 # End: |
273 # vim: set expandtab tabstop=2 shiftwidth=2: | 275 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |