summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_chromeos.gypi
diff options
context:
space:
mode:
authorjialiul <jialiul@chromium.org>2015-11-09 12:17:03 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-09 20:17:44 +0000
commiteed304432289a78787fa4c595bf1aae1686b746a (patch)
treea518defbe493b6656f45703c6b485b8d0e1caf40 /chrome/chrome_browser_chromeos.gypi
parent45c02c1698aecadaa7ef2fa50894af672045adcf (diff)
downloadchromium_src-eed304432289a78787fa4c595bf1aae1686b746a.zip
chromium_src-eed304432289a78787fa4c595bf1aae1686b746a.tar.gz
chromium_src-eed304432289a78787fa4c595bf1aae1686b746a.tar.bz2
Collect threat details for phishing and UwS, and send ClientSafeBrowsingReportRequest to backend.
Also, merge chrome/browser/safe_browsing/report.proto into chrome/common/safe_browsing/csd.proto for easy reusing code. All *.gypi or BUILD.gn files are because of file renaming and merge of protos. Somehow, "git mv" does not work on renaming malware_dom_detail.h to threat_dom_detail.h. Only change in these two files is s/malware/threat BUG=547144 Review URL: https://codereview.chromium.org/1414343007 Cr-Commit-Position: refs/heads/master@{#358637}
Diffstat (limited to 'chrome/chrome_browser_chromeos.gypi')
-rw-r--r--chrome/chrome_browser_chromeos.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index aadff08..6214571 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -1101,8 +1101,7 @@
'device_policy_proto',
'installer_util',
'safe_browsing_chunk_proto',
- 'safe_browsing_proto',
- 'safe_browsing_report_proto',
+ 'safe_browsing_proto',
'../build/linux/system.gyp:dbus',
'../chromeos/chromeos.gyp:chromeos',
'../chromeos/chromeos.gyp:chromeos_test_support',