summaryrefslogtreecommitdiffstats
path: root/tools/ipc_fuzzer
diff options
context:
space:
mode:
authornparker <nparker@chromium.org>2015-04-18 06:33:07 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-18 13:33:33 +0000
commit333f169bf09e1c455ea821520010ec8cc9658990 (patch)
tree5cf3ebec106a89440a0e2fd28d045b3064e410e1 /tools/ipc_fuzzer
parentefeef838abec5ccef45e7c4af1f7f4cf986aa045 (diff)
downloadchromium_src-333f169bf09e1c455ea821520010ec8cc9658990.zip
chromium_src-333f169bf09e1c455ea821520010ec8cc9658990.tar.gz
chromium_src-333f169bf09e1c455ea821520010ec8cc9658990.tar.bz2
Refactor safe-browsing build-config definitions.
Centralize the configuration and break things down into individual sub-systems to enable, rather than referring to feature bundles. I will in a later CL add safe_browsing==3 for enabling XLB on Android, which will define SAFE_BROWSING_DB_REMOTE. When launched, this will replace mode 2. SAFE_BROWSING_SERVICE - enable the browser to talk to the server. SAFE_BROWSING_DB_LOCAL - maintain local database(s) synced from the server. SAFE_BROWSING_DB_REMOTE - talk via API to an external DB (i.e. XLB). SAFE_BROWSING_CSD - client-side phishing detection support. This is nearly a copy of shess@'s 8-month-old https://codereview.chromium.org/397853002/ which was LGTMed. Diffs: Mostly merge conflicts, a rename, and few files added BUG=394379,474608 Review URL: https://codereview.chromium.org/1081403002 Cr-Commit-Position: refs/heads/master@{#325775}
Diffstat (limited to 'tools/ipc_fuzzer')
-rw-r--r--tools/ipc_fuzzer/message_tools/message_tools.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/ipc_fuzzer/message_tools/message_tools.gyp b/tools/ipc_fuzzer/message_tools/message_tools.gyp
index 3d74bbe..9b315df 100644
--- a/tools/ipc_fuzzer/message_tools/message_tools.gyp
+++ b/tools/ipc_fuzzer/message_tools/message_tools.gyp
@@ -27,9 +27,6 @@
{
'target_name': 'ipc_message_list',
'type': 'executable',
- 'defines': [
- 'FULL_SAFE_BROWSING',
- ],
'dependencies': [
'../../../chrome/chrome.gyp:safe_browsing_proto',
'../message_lib/message_lib.gyp:ipc_message_lib',