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

Unified Diff: chrome/chrome_common.gypi

Issue 1857983002: Add download_file_types.proto with ascii->binary conversion, as a resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaks to README.md and proto Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/safe_browsing/gen_file_type_proto.py ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 9ded65f0126314e0d4b2652e3b641bcb5b736b3f..85d7ad04d7931b95ce9a8250bc7e7fa8e68285d6 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -622,8 +622,8 @@
},
{
# Protobuf compiler / generator for the safebrowsing client
- # model proto and the client-side detection (csd) request
- # protocol buffer.
+ # model proto, the client-side detection (csd) request
+ # proto, and the download file types proto.
# GN version: //chrome/common/safe_browsing:proto
'target_name': 'safe_browsing_proto',
@@ -631,7 +631,8 @@
'sources': [
'common/safe_browsing/client_model.proto',
'common/safe_browsing/crx_info.proto',
- 'common/safe_browsing/csd.proto'
+ 'common/safe_browsing/csd.proto',
+ 'common/safe_browsing/download_file_types.proto',
],
'variables': {
'proto_in_dir': 'common/safe_browsing',
« no previous file with comments | « chrome/browser/resources/safe_browsing/gen_file_type_proto.py ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698