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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1243293003: Platform-specific prune state storage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prune1
Patch Set: compile fix Created 5 years, 4 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
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 2513 matching lines...) Expand 10 before | Expand all | Expand 10 after
2524 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ', 2524 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ',
2525 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' , 2525 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' ,
2526 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', 2526 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc',
2527 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', 2527 'browser/safe_browsing/incident_reporting/incident_reporting_service.h',
2528 'browser/safe_browsing/incident_reporting/last_download_finder.cc', 2528 'browser/safe_browsing/incident_reporting/last_download_finder.cc',
2529 'browser/safe_browsing/incident_reporting/last_download_finder.h', 2529 'browser/safe_browsing/incident_reporting/last_download_finder.h',
2530 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ', 2530 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ',
2531 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' , 2531 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' ,
2532 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ', 2532 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ',
2533 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' , 2533 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' ,
2534 'browser/safe_browsing/incident_reporting/platform_state_store.cc',
2535 'browser/safe_browsing/incident_reporting/platform_state_store.h',
2536 'browser/safe_browsing/incident_reporting/platform_state_store_win.cc',
2534 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c', 2537 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c',
2535 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ', 2538 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ',
2536 'browser/safe_browsing/incident_reporting/resource_request_detector.cc', 2539 'browser/safe_browsing/incident_reporting/resource_request_detector.cc',
2537 'browser/safe_browsing/incident_reporting/resource_request_detector.h', 2540 'browser/safe_browsing/incident_reporting/resource_request_detector.h',
2538 'browser/safe_browsing/incident_reporting/resource_request_incident.cc', 2541 'browser/safe_browsing/incident_reporting/resource_request_incident.cc',
2539 'browser/safe_browsing/incident_reporting/resource_request_incident.h', 2542 'browser/safe_browsing/incident_reporting/resource_request_incident.h',
2540 'browser/safe_browsing/incident_reporting/state_store.cc', 2543 'browser/safe_browsing/incident_reporting/state_store.cc',
2541 'browser/safe_browsing/incident_reporting/state_store.h', 2544 'browser/safe_browsing/incident_reporting/state_store.h',
2542 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', 2545 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc',
2543 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', 2546 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h',
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after
3511 'safe_browsing_chunk_proto', 3514 'safe_browsing_chunk_proto',
3512 'safe_browsing_metadata_proto', 3515 'safe_browsing_metadata_proto',
3513 'safe_browsing_report_proto', 3516 'safe_browsing_report_proto',
3514 ], 3517 ],
3515 'conditions': [ 3518 'conditions': [
3516 ['safe_browsing == 1', { 3519 ['safe_browsing == 1', {
3517 'sources': [ '<@(chrome_browser_safe_browsing_full_sources)' ], 3520 'sources': [ '<@(chrome_browser_safe_browsing_full_sources)' ],
3518 'dependencies': [ 3521 'dependencies': [
3519 'safe_browsing_proto', 3522 'safe_browsing_proto',
3520 ], 3523 ],
3524 'conditions': [
3525 ['OS=="win"', {
3526 'dependencies': [
3527 'incident_reporting_state_store_data_proto',
3528 ],
3529 }],
3530 ],
3521 }], 3531 }],
3522 ['safe_browsing == 3', { 3532 ['safe_browsing == 3', {
3523 'sources': [ '<@(chrome_browser_safe_browsing_mobile_extended_sour ces)' ], 3533 'sources': [ '<@(chrome_browser_safe_browsing_mobile_extended_sour ces)' ],
3524 'dependencies': [ 3534 'dependencies': [
3525 'safe_browsing_proto', 3535 'safe_browsing_proto',
3526 ], 3536 ],
3527 }], 3537 }],
3528 ], 3538 ],
3529 }], 3539 }],
3530 ['use_udev == 1', { 3540 ['use_udev == 1', {
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
3945 # GN version: //chrome/browser/safe_browsing:report_proto 3955 # GN version: //chrome/browser/safe_browsing:report_proto
3946 'target_name': 'safe_browsing_report_proto', 3956 'target_name': 'safe_browsing_report_proto',
3947 'type': 'static_library', 3957 'type': 'static_library',
3948 'sources': [ 'browser/safe_browsing/report.proto' ], 3958 'sources': [ 'browser/safe_browsing/report.proto' ],
3949 'variables': { 3959 'variables': {
3950 'proto_in_dir': 'browser/safe_browsing', 3960 'proto_in_dir': 'browser/safe_browsing',
3951 'proto_out_dir': 'chrome/browser/safe_browsing', 3961 'proto_out_dir': 'chrome/browser/safe_browsing',
3952 }, 3962 },
3953 'includes': [ '../build/protoc.gypi' ] 3963 'includes': [ '../build/protoc.gypi' ]
3954 }, 3964 },
3965 {
3966 # Protobuf compiler / generator for the safebrowsing incident reporting
3967 # service state store data protocol buffer.
3968 # GN version: //chrome/browser/safe_browsing/incident_reporting:state_stor e_data_proto
3969 'target_name': 'incident_reporting_state_store_data_proto',
3970 'type': 'static_library',
3971 'sources': [ 'browser/safe_browsing/incident_reporting/state_store_data.pr oto' ],
3972 'variables': {
3973 'proto_in_dir': 'browser/safe_browsing/incident_reporting',
3974 'proto_out_dir': 'chrome/browser/safe_browsing/incident_reporting',
3975 },
3976 'includes': [ '../build/protoc.gypi' ]
3977 },
3955 ], 3978 ],
3956 'conditions': [ 3979 'conditions': [
3957 ['OS=="android"', { 3980 ['OS=="android"', {
3958 'targets': [ 3981 'targets': [
3959 { 3982 {
3960 # GN: //chrome/browser:jni_headers 3983 # GN: //chrome/browser:jni_headers
3961 'target_name': 'chrome_browser_jni_headers', 3984 'target_name': 'chrome_browser_jni_headers',
3962 'type': 'none', 3985 'type': 'none',
3963 'sources': [ '<@(chrome_browser_jni_sources)' ], 3986 'sources': [ '<@(chrome_browser_jni_sources)' ],
3964 'variables': { 3987 'variables': {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
4112 '../components/components.gyp:omnibox_browser', 4135 '../components/components.gyp:omnibox_browser',
4113 '../components/components.gyp:rlz', 4136 '../components/components.gyp:rlz',
4114 '../components/components.gyp:search_engines', 4137 '../components/components.gyp:search_engines',
4115 '../rlz/rlz.gyp:rlz_lib', 4138 '../rlz/rlz.gyp:rlz_lib',
4116 ], 4139 ],
4117 }, 4140 },
4118 ], 4141 ],
4119 }], 4142 }],
4120 ], 4143 ],
4121 } 4144 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698