OLD | NEW |
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 2404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2415 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', | 2415 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', |
2416 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', | 2416 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', |
2417 'browser/safe_browsing/incident_reporting/last_download_finder.cc', | 2417 'browser/safe_browsing/incident_reporting/last_download_finder.cc', |
2418 'browser/safe_browsing/incident_reporting/last_download_finder.h', | 2418 'browser/safe_browsing/incident_reporting/last_download_finder.h', |
2419 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc
', | 2419 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc
', |
2420 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h'
, | 2420 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h'
, |
2421 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
', | 2421 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
', |
2422 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h'
, | 2422 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h'
, |
2423 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', | 2423 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', |
2424 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', | 2424 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', |
2425 'browser/safe_browsing/incident_reporting/script_request_detector.cc', | 2425 'browser/safe_browsing/incident_reporting/resource_request_detector.cc', |
2426 'browser/safe_browsing/incident_reporting/script_request_detector.h', | 2426 'browser/safe_browsing/incident_reporting/resource_request_detector.h', |
2427 'browser/safe_browsing/incident_reporting/script_request_incident.cc', | 2427 'browser/safe_browsing/incident_reporting/resource_request_incident.cc', |
2428 'browser/safe_browsing/incident_reporting/script_request_incident.h', | 2428 'browser/safe_browsing/incident_reporting/resource_request_incident.h', |
2429 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', | 2429 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', |
2430 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', | 2430 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', |
2431 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.cc', | 2431 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.cc', |
2432 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.h', | 2432 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.h', |
2433 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.cc', | 2433 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.cc', |
2434 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.h', | 2434 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.h', |
2435 'browser/safe_browsing/path_sanitizer.cc', | 2435 'browser/safe_browsing/path_sanitizer.cc', |
2436 'browser/safe_browsing/path_sanitizer.h', | 2436 'browser/safe_browsing/path_sanitizer.h', |
2437 'browser/safe_browsing/prefix_set.cc', | 2437 'browser/safe_browsing/prefix_set.cc', |
2438 'browser/safe_browsing/prefix_set.h', | 2438 'browser/safe_browsing/prefix_set.h', |
(...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3829 'variables': { | 3829 'variables': { |
3830 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3830 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3831 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3831 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3832 }, | 3832 }, |
3833 'includes': [ '../build/protoc.gypi' ] | 3833 'includes': [ '../build/protoc.gypi' ] |
3834 }, | 3834 }, |
3835 ], | 3835 ], |
3836 },], | 3836 },], |
3837 ], | 3837 ], |
3838 } | 3838 } |
OLD | NEW |