| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 'renderer/renderer_webidbtransaction_impl.h', | 197 'renderer/renderer_webidbtransaction_impl.h', |
| 198 'renderer/renderer_webkitclient_impl.cc', | 198 'renderer/renderer_webkitclient_impl.cc', |
| 199 'renderer/renderer_webkitclient_impl.h', | 199 'renderer/renderer_webkitclient_impl.h', |
| 200 'renderer/renderer_webstoragearea_impl.cc', | 200 'renderer/renderer_webstoragearea_impl.cc', |
| 201 'renderer/renderer_webstoragearea_impl.h', | 201 'renderer/renderer_webstoragearea_impl.h', |
| 202 'renderer/renderer_webstoragenamespace_impl.cc', | 202 'renderer/renderer_webstoragenamespace_impl.cc', |
| 203 'renderer/renderer_webstoragenamespace_impl.h', | 203 'renderer/renderer_webstoragenamespace_impl.h', |
| 204 # TODO(noelutz): Find a better way to include these files | 204 # TODO(noelutz): Find a better way to include these files |
| 205 '<(protoc_out_dir)/chrome/renderer/safe_browsing/client_model.pb.cc', | 205 '<(protoc_out_dir)/chrome/renderer/safe_browsing/client_model.pb.cc', |
| 206 '<(protoc_out_dir)/chrome/renderer/safe_browsing/client_model.pb.h', | 206 '<(protoc_out_dir)/chrome/renderer/safe_browsing/client_model.pb.h', |
| 207 'renderer/safe_browsing/feature_extractor_clock.cc', |
| 207 'renderer/safe_browsing/feature_extractor_clock.h', | 208 'renderer/safe_browsing/feature_extractor_clock.h', |
| 208 'renderer/safe_browsing/features.cc', | 209 'renderer/safe_browsing/features.cc', |
| 209 'renderer/safe_browsing/features.h', | 210 'renderer/safe_browsing/features.h', |
| 210 'renderer/safe_browsing/phishing_classifier.cc', | 211 'renderer/safe_browsing/phishing_classifier.cc', |
| 211 'renderer/safe_browsing/phishing_classifier.h', | 212 'renderer/safe_browsing/phishing_classifier.h', |
| 212 'renderer/safe_browsing/phishing_classifier_delegate.cc', | 213 'renderer/safe_browsing/phishing_classifier_delegate.cc', |
| 213 'renderer/safe_browsing/phishing_classifier_delegate.h', | 214 'renderer/safe_browsing/phishing_classifier_delegate.h', |
| 214 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', | 215 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', |
| 215 'renderer/safe_browsing/phishing_dom_feature_extractor.h', | 216 'renderer/safe_browsing/phishing_dom_feature_extractor.h', |
| 216 'renderer/safe_browsing/phishing_term_feature_extractor.cc', | 217 'renderer/safe_browsing/phishing_term_feature_extractor.cc', |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 ], | 372 ], |
| 372 }, | 373 }, |
| 373 ], | 374 ], |
| 374 } | 375 } |
| 375 | 376 |
| 376 # Local Variables: | 377 # Local Variables: |
| 377 # tab-width:2 | 378 # tab-width:2 |
| 378 # indent-tabs-mode:nil | 379 # indent-tabs-mode:nil |
| 379 # End: | 380 # End: |
| 380 # vim: set expandtab tabstop=2 shiftwidth=2: | 381 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |