OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'dependencies': [ | 10 'dependencies': [ |
11 'common', | 11 'common', |
12 'common_net', | 12 'common_net', |
13 'chrome_resources', | 13 'chrome_resources', |
14 'chrome_strings', | 14 'chrome_strings', |
15 'safe_browsing_proto', | 15 'safe_browsing_proto', |
16 '../content/content.gyp:content_renderer', | 16 '../content/content.gyp:content_renderer', |
17 '../content/content.gyp:content_plugin', | 17 '../content/content.gyp:content_plugin', |
18 '../net/net.gyp:net', | 18 '../net/net.gyp:net', |
19 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 19 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
20 '../printing/printing.gyp:printing', | 20 '../printing/printing.gyp:printing', |
21 '../skia/skia.gyp:skia', | 21 '../skia/skia.gyp:skia', |
22 '../third_party/cld/cld.gyp:cld', | 22 '../third_party/cld/cld.gyp:cld', |
23 '../third_party/hunspell/hunspell.gyp:hunspell', | 23 '../third_party/hunspell/hunspell.gyp:hunspell', |
24 '../third_party/icu/icu.gyp:icui18n', | 24 '../third_party/icu/icu.gyp:icui18n', |
25 '../third_party/icu/icu.gyp:icuuc', | 25 '../third_party/icu/icu.gyp:icuuc', |
26 '../third_party/npapi/npapi.gyp:npapi', | 26 '../third_party/npapi/npapi.gyp:npapi', |
| 27 '../third_party/smhasher/smhasher.gyp:murmurhash3', |
27 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 28 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
28 '../ui/gfx/surface/surface.gyp:surface', | 29 '../ui/gfx/surface/surface.gyp:surface', |
29 '../webkit/support/webkit_support.gyp:glue', | 30 '../webkit/support/webkit_support.gyp:glue', |
30 '../webkit/support/webkit_support.gyp:webkit_gpu', | 31 '../webkit/support/webkit_support.gyp:webkit_gpu', |
31 '../webkit/support/webkit_support.gyp:webkit_resources', | 32 '../webkit/support/webkit_support.gyp:webkit_resources', |
32 ], | 33 ], |
33 'include_dirs': [ | 34 'include_dirs': [ |
34 '..', | 35 '..', |
35 '../third_party/cld', | 36 '../third_party/cld', |
36 ], | 37 ], |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 'renderer/print_web_view_helper_mac.mm', | 134 'renderer/print_web_view_helper_mac.mm', |
134 'renderer/print_web_view_helper_win.cc', | 135 'renderer/print_web_view_helper_win.cc', |
135 'renderer/renderer_histogram_snapshots.cc', | 136 'renderer/renderer_histogram_snapshots.cc', |
136 'renderer/renderer_histogram_snapshots.h', | 137 'renderer/renderer_histogram_snapshots.h', |
137 'renderer/safe_browsing/feature_extractor_clock.cc', | 138 'renderer/safe_browsing/feature_extractor_clock.cc', |
138 'renderer/safe_browsing/feature_extractor_clock.h', | 139 'renderer/safe_browsing/feature_extractor_clock.h', |
139 'renderer/safe_browsing/features.cc', | 140 'renderer/safe_browsing/features.cc', |
140 'renderer/safe_browsing/features.h', | 141 'renderer/safe_browsing/features.h', |
141 'renderer/safe_browsing/malware_dom_details.cc', | 142 'renderer/safe_browsing/malware_dom_details.cc', |
142 'renderer/safe_browsing/malware_dom_details.h', | 143 'renderer/safe_browsing/malware_dom_details.h', |
| 144 'renderer/safe_browsing/murmurhash3_util.cc', |
| 145 'renderer/safe_browsing/murmurhash3_util.h', |
143 'renderer/safe_browsing/phishing_classifier.cc', | 146 'renderer/safe_browsing/phishing_classifier.cc', |
144 'renderer/safe_browsing/phishing_classifier.h', | 147 'renderer/safe_browsing/phishing_classifier.h', |
145 'renderer/safe_browsing/phishing_classifier_delegate.cc', | 148 'renderer/safe_browsing/phishing_classifier_delegate.cc', |
146 'renderer/safe_browsing/phishing_classifier_delegate.h', | 149 'renderer/safe_browsing/phishing_classifier_delegate.h', |
147 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', | 150 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', |
148 'renderer/safe_browsing/phishing_dom_feature_extractor.h', | 151 'renderer/safe_browsing/phishing_dom_feature_extractor.h', |
149 'renderer/safe_browsing/phishing_term_feature_extractor.cc', | 152 'renderer/safe_browsing/phishing_term_feature_extractor.cc', |
150 'renderer/safe_browsing/phishing_term_feature_extractor.h', | 153 'renderer/safe_browsing/phishing_term_feature_extractor.h', |
151 'renderer/safe_browsing/phishing_thumbnailer.cc', | 154 'renderer/safe_browsing/phishing_thumbnailer.cc', |
152 'renderer/safe_browsing/phishing_thumbnailer.h', | 155 'renderer/safe_browsing/phishing_thumbnailer.h', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 'export_dependent_settings': [ | 227 'export_dependent_settings': [ |
225 '<(allocator_target)', | 228 '<(allocator_target)', |
226 ], | 229 ], |
227 }], | 230 }], |
228 ], | 231 ], |
229 }], | 232 }], |
230 ], | 233 ], |
231 }, | 234 }, |
232 ], | 235 ], |
233 } | 236 } |
OLD | NEW |