OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 'renderer/renderer_webstoragenamespace_impl.h', | 190 'renderer/renderer_webstoragenamespace_impl.h', |
191 'renderer/safe_browsing/feature_extractor_clock.h', | 191 'renderer/safe_browsing/feature_extractor_clock.h', |
192 'renderer/safe_browsing/features.cc', | 192 'renderer/safe_browsing/features.cc', |
193 'renderer/safe_browsing/features.h', | 193 'renderer/safe_browsing/features.h', |
194 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', | 194 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', |
195 'renderer/safe_browsing/phishing_dom_feature_extractor.h', | 195 'renderer/safe_browsing/phishing_dom_feature_extractor.h', |
196 'renderer/safe_browsing/phishing_term_feature_extractor.cc', | 196 'renderer/safe_browsing/phishing_term_feature_extractor.cc', |
197 'renderer/safe_browsing/phishing_term_feature_extractor.h', | 197 'renderer/safe_browsing/phishing_term_feature_extractor.h', |
198 'renderer/safe_browsing/phishing_url_feature_extractor.cc', | 198 'renderer/safe_browsing/phishing_url_feature_extractor.cc', |
199 'renderer/safe_browsing/phishing_url_feature_extractor.h', | 199 'renderer/safe_browsing/phishing_url_feature_extractor.h', |
| 200 'renderer/search_extension.cc', |
| 201 'renderer/search_extension.h', |
200 'renderer/speech_input_dispatcher.cc', | 202 'renderer/speech_input_dispatcher.cc', |
201 'renderer/speech_input_dispatcher.h', | 203 'renderer/speech_input_dispatcher.h', |
202 'renderer/spellchecker/spellcheck.cc', | 204 'renderer/spellchecker/spellcheck.cc', |
203 'renderer/spellchecker/spellcheck.h', | 205 'renderer/spellchecker/spellcheck.h', |
204 'renderer/spellchecker/spellcheck_worditerator.cc', | 206 'renderer/spellchecker/spellcheck_worditerator.cc', |
205 'renderer/spellchecker/spellcheck_worditerator.h', | 207 'renderer/spellchecker/spellcheck_worditerator.h', |
206 'renderer/translate_helper.cc', | 208 'renderer/translate_helper.cc', |
207 'renderer/translate_helper.h', | 209 'renderer/translate_helper.h', |
208 'renderer/user_script_idle_scheduler.cc', | 210 'renderer/user_script_idle_scheduler.cc', |
209 'renderer/user_script_idle_scheduler.h', | 211 'renderer/user_script_idle_scheduler.h', |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 ], | 293 ], |
292 }, | 294 }, |
293 ], | 295 ], |
294 } | 296 } |
295 | 297 |
296 # Local Variables: | 298 # Local Variables: |
297 # tab-width:2 | 299 # tab-width:2 |
298 # indent-tabs-mode:nil | 300 # indent-tabs-mode:nil |
299 # End: | 301 # End: |
300 # vim: set expandtab tabstop=2 shiftwidth=2: | 302 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |