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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2001963003: Add protocol buffer for reporting permission actions to Safe Browsing servers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update platform enum Created 4 years, 6 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 | « no previous file | chrome/common/safe_browsing/BUILD.gn » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 # proto, and the download file types proto. 623 # proto, and the download file types proto.
624 624
625 # GN version: //chrome/common/safe_browsing:proto 625 # GN version: //chrome/common/safe_browsing:proto
626 'target_name': 'safe_browsing_proto', 626 'target_name': 'safe_browsing_proto',
627 'type': 'static_library', 627 'type': 'static_library',
628 'sources': [ 628 'sources': [
629 'common/safe_browsing/client_model.proto', 629 'common/safe_browsing/client_model.proto',
630 'common/safe_browsing/crx_info.proto', 630 'common/safe_browsing/crx_info.proto',
631 'common/safe_browsing/csd.proto', 631 'common/safe_browsing/csd.proto',
632 'common/safe_browsing/download_file_types.proto', 632 'common/safe_browsing/download_file_types.proto',
633 'common/safe_browsing/permission_report.proto',
633 ], 634 ],
634 'variables': { 635 'variables': {
635 'proto_in_dir': 'common/safe_browsing', 636 'proto_in_dir': 'common/safe_browsing',
636 'proto_out_dir': 'chrome/common/safe_browsing', 637 'proto_out_dir': 'chrome/common/safe_browsing',
637 }, 638 },
638 'includes': [ '../build/protoc.gypi' ], 639 'includes': [ '../build/protoc.gypi' ],
639 }, 640 },
640 { 641 {
641 # GN version: //chrome/common:mojo_bindings 642 # GN version: //chrome/common:mojo_bindings
642 'target_name': 'common_mojo_bindings', 643 'target_name': 'common_mojo_bindings',
(...skipping 24 matching lines...) Expand all
667 ], 668 ],
668 'dependencies': [ 669 'dependencies': [
669 'installer_util', 670 'installer_util',
670 '../base/base.gyp:base', 671 '../base/base.gyp:base',
671 ], 672 ],
672 }, 673 },
673 ], 674 ],
674 }], 675 }],
675 ], 676 ],
676 } 677 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/safe_browsing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698