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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'renderer', | 8 'target_name': 'renderer', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', | 245 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', |
246 'renderer/safe_browsing/phishing_dom_feature_extractor.h', | 246 'renderer/safe_browsing/phishing_dom_feature_extractor.h', |
247 'renderer/safe_browsing/phishing_term_feature_extractor.cc', | 247 'renderer/safe_browsing/phishing_term_feature_extractor.cc', |
248 'renderer/safe_browsing/phishing_term_feature_extractor.h', | 248 'renderer/safe_browsing/phishing_term_feature_extractor.h', |
249 'renderer/safe_browsing/phishing_thumbnailer.cc', | 249 'renderer/safe_browsing/phishing_thumbnailer.cc', |
250 'renderer/safe_browsing/phishing_thumbnailer.h', | 250 'renderer/safe_browsing/phishing_thumbnailer.h', |
251 'renderer/safe_browsing/phishing_url_feature_extractor.cc', | 251 'renderer/safe_browsing/phishing_url_feature_extractor.cc', |
252 'renderer/safe_browsing/phishing_url_feature_extractor.h', | 252 'renderer/safe_browsing/phishing_url_feature_extractor.h', |
253 'renderer/safe_browsing/scorer.cc', | 253 'renderer/safe_browsing/scorer.cc', |
254 'renderer/safe_browsing/scorer.h', | 254 'renderer/safe_browsing/scorer.h', |
255 'renderer/searchbox.cc', | 255 'renderer/searchbox/searchbox.cc', |
256 'renderer/searchbox.h', | 256 'renderer/searchbox/searchbox.h', |
257 'renderer/searchbox_extension.cc', | 257 'renderer/searchbox/searchbox_extension.cc', |
258 'renderer/searchbox_extension.h', | 258 'renderer/searchbox/searchbox_extension.h', |
259 'renderer/security_filter_peer.cc', | 259 'renderer/security_filter_peer.cc', |
260 'renderer/security_filter_peer.h', | 260 'renderer/security_filter_peer.h', |
261 'renderer/spellchecker/spellcheck_provider.cc', | 261 'renderer/spellchecker/spellcheck_provider.cc', |
262 'renderer/spellchecker/spellcheck_provider.h', | 262 'renderer/spellchecker/spellcheck_provider.h', |
263 'renderer/spellchecker/spellcheck.cc', | 263 'renderer/spellchecker/spellcheck.cc', |
264 'renderer/spellchecker/spellcheck.h', | 264 'renderer/spellchecker/spellcheck.h', |
265 'renderer/spellchecker/spellcheck_worditerator.cc', | 265 'renderer/spellchecker/spellcheck_worditerator.cc', |
266 'renderer/spellchecker/spellcheck_worditerator.h', | 266 'renderer/spellchecker/spellcheck_worditerator.h', |
267 'renderer/static_v8_external_string_resource.cc', | 267 'renderer/static_v8_external_string_resource.cc', |
268 'renderer/static_v8_external_string_resource.h', | 268 'renderer/static_v8_external_string_resource.h', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 'export_dependent_settings': [ | 315 'export_dependent_settings': [ |
316 '<(allocator_target)', | 316 '<(allocator_target)', |
317 ], | 317 ], |
318 }], | 318 }], |
319 ], | 319 ], |
320 }], | 320 }], |
321 ], | 321 ], |
322 }, | 322 }, |
323 ], | 323 ], |
324 } | 324 } |
OLD | NEW |