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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 586793003: Safebrowsing: Honor the metadata from malware fullhash results in SB API 3.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes for sky Created 6 years, 3 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/browser/safe_browsing/ui_manager.cc ('k') | chrome/test/data/safe_browsing/malware.html » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3065 matching lines...) Expand 10 before | Expand all | Expand 10 after
3076 '../components/components.gyp:pdf_browser', 3076 '../components/components.gyp:pdf_browser',
3077 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 3077 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
3078 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 3078 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
3079 ], 3079 ],
3080 'sources': [ '<@(chrome_browser_plugins_sources)' ], 3080 'sources': [ '<@(chrome_browser_plugins_sources)' ],
3081 }], 3081 }],
3082 ['safe_browsing != 0', { 3082 ['safe_browsing != 0', {
3083 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], 3083 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ],
3084 'dependencies': [ 3084 'dependencies': [
3085 'safe_browsing_chunk_proto', 3085 'safe_browsing_chunk_proto',
3086 'safe_browsing_metadata_proto',
3086 'safe_browsing_report_proto', 3087 'safe_browsing_report_proto',
3087 ], 3088 ],
3088 'conditions': [ 3089 'conditions': [
3089 ['safe_browsing == 1', { 3090 ['safe_browsing == 1', {
3090 'sources': [ '<@(chrome_browser_full_safe_browsing_sources)' ], 3091 'sources': [ '<@(chrome_browser_full_safe_browsing_sources)' ],
3091 'defines': [ 3092 'defines': [
3092 'FULL_SAFE_BROWSING', 3093 'FULL_SAFE_BROWSING',
3093 ], 3094 ],
3094 'dependencies': [ 3095 'dependencies': [
3095 'safe_browsing_proto', 3096 'safe_browsing_proto',
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
3432 'target_name': 'safe_browsing_chunk_proto', 3433 'target_name': 'safe_browsing_chunk_proto',
3433 'type': 'static_library', 3434 'type': 'static_library',
3434 'sources': [ 'browser/safe_browsing/chunk.proto' ], 3435 'sources': [ 'browser/safe_browsing/chunk.proto' ],
3435 'variables': { 3436 'variables': {
3436 'proto_in_dir': 'browser/safe_browsing', 3437 'proto_in_dir': 'browser/safe_browsing',
3437 'proto_out_dir': 'chrome/browser/safe_browsing', 3438 'proto_out_dir': 'chrome/browser/safe_browsing',
3438 }, 3439 },
3439 'includes': [ '../build/protoc.gypi' ] 3440 'includes': [ '../build/protoc.gypi' ]
3440 }, 3441 },
3441 { 3442 {
3443 # Protobuf compiler / generator for the safebrowsing full hash metadata
3444 # protocol buffer.
3445 # GN version: //chrome/browser/safe_browsing:metadata_proto
3446 'target_name': 'safe_browsing_metadata_proto',
3447 'type': 'static_library',
3448 'sources': [ 'browser/safe_browsing/metadata.proto' ],
3449 'variables': {
3450 'proto_in_dir': 'browser/safe_browsing',
3451 'proto_out_dir': 'chrome/browser/safe_browsing',
3452 },
3453 'includes': [ '../build/protoc.gypi' ]
3454 },
3455 {
3442 # Protobuf compiler / generator for the safebrowsing reporting 3456 # Protobuf compiler / generator for the safebrowsing reporting
3443 # protocol buffer. 3457 # protocol buffer.
3444 # GN version: //chrome/browser/safe_browsing:report_proto 3458 # GN version: //chrome/browser/safe_browsing:report_proto
3445 'target_name': 'safe_browsing_report_proto', 3459 'target_name': 'safe_browsing_report_proto',
3446 'type': 'static_library', 3460 'type': 'static_library',
3447 'sources': [ 'browser/safe_browsing/report.proto' ], 3461 'sources': [ 'browser/safe_browsing/report.proto' ],
3448 'variables': { 3462 'variables': {
3449 'proto_in_dir': 'browser/safe_browsing', 3463 'proto_in_dir': 'browser/safe_browsing',
3450 'proto_out_dir': 'chrome/browser/safe_browsing', 3464 'proto_out_dir': 'chrome/browser/safe_browsing',
3451 }, 3465 },
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
3564 'variables': { 3578 'variables': {
3565 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3579 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3566 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3580 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3567 }, 3581 },
3568 'includes': [ '../build/protoc.gypi' ] 3582 'includes': [ '../build/protoc.gypi' ]
3569 }, 3583 },
3570 ], 3584 ],
3571 },], 3585 },],
3572 ], 3586 ],
3573 } 3587 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/ui_manager.cc ('k') | chrome/test/data/safe_browsing/malware.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698