Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Side by Side Diff: chrome/renderer/BUILD.gn

Issue 2733343002: Move chrome/common/safe_browsing/csd.proto to components/safe_browsing (Closed)
Patch Set: rebase again Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/common/safe_browsing/zip_analyzer_results.h ('k') | chrome/renderer/safe_browsing/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//components/spellcheck/spellcheck_build_features.gni") 7 import("//components/spellcheck/spellcheck_build_features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "safe_browsing/phishing_dom_feature_extractor.h", 209 "safe_browsing/phishing_dom_feature_extractor.h",
210 "safe_browsing/phishing_term_feature_extractor.cc", 210 "safe_browsing/phishing_term_feature_extractor.cc",
211 "safe_browsing/phishing_term_feature_extractor.h", 211 "safe_browsing/phishing_term_feature_extractor.h",
212 "safe_browsing/phishing_url_feature_extractor.cc", 212 "safe_browsing/phishing_url_feature_extractor.cc",
213 "safe_browsing/phishing_url_feature_extractor.h", 213 "safe_browsing/phishing_url_feature_extractor.h",
214 "safe_browsing/scorer.cc", 214 "safe_browsing/scorer.cc",
215 "safe_browsing/scorer.h", 215 "safe_browsing/scorer.h",
216 ] 216 ]
217 deps += [ 217 deps += [
218 "//chrome/common/safe_browsing:proto", 218 "//chrome/common/safe_browsing:proto",
219 "//components/safe_browsing:csd_proto",
219 "//third_party/smhasher:murmurhash3", 220 "//third_party/smhasher:murmurhash3",
220 ] 221 ]
221 } 222 }
222 } 223 }
223 224
224 if (enable_extensions) { 225 if (enable_extensions) {
225 sources += [ 226 sources += [
226 "extensions/app_bindings.cc", 227 "extensions/app_bindings.cc",
227 "extensions/app_bindings.h", 228 "extensions/app_bindings.h",
228 "extensions/automation_internal_custom_bindings.cc", 229 "extensions/automation_internal_custom_bindings.cc",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 ] 398 ]
398 } 399 }
399 400
400 if (is_android) { 401 if (is_android) {
401 sources -= [ 402 sources -= [
402 "safe_browsing/mock_feature_extractor_clock.cc", 403 "safe_browsing/mock_feature_extractor_clock.cc",
403 "safe_browsing/mock_feature_extractor_clock.h", 404 "safe_browsing/mock_feature_extractor_clock.h",
404 ] 405 ]
405 } 406 }
406 } 407 }
OLDNEW
« no previous file with comments | « chrome/common/safe_browsing/zip_analyzer_results.h ('k') | chrome/renderer/safe_browsing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698