| 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 2401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2412 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', | 2412 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', |
| 2413 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', | 2413 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', |
| 2414 'browser/safe_browsing/incident_reporting/last_download_finder.cc', | 2414 'browser/safe_browsing/incident_reporting/last_download_finder.cc', |
| 2415 'browser/safe_browsing/incident_reporting/last_download_finder.h', | 2415 'browser/safe_browsing/incident_reporting/last_download_finder.h', |
| 2416 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc
', | 2416 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc
', |
| 2417 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h'
, | 2417 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h'
, |
| 2418 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
', | 2418 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
', |
| 2419 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h'
, | 2419 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h'
, |
| 2420 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', | 2420 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', |
| 2421 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', | 2421 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', |
| 2422 'browser/safe_browsing/incident_reporting/script_request_detector.cc', | 2422 'browser/safe_browsing/incident_reporting/resource_request_detector.cc', |
| 2423 'browser/safe_browsing/incident_reporting/script_request_detector.h', | 2423 'browser/safe_browsing/incident_reporting/resource_request_detector.h', |
| 2424 'browser/safe_browsing/incident_reporting/script_request_incident.cc', | 2424 'browser/safe_browsing/incident_reporting/resource_request_incident.cc', |
| 2425 'browser/safe_browsing/incident_reporting/script_request_incident.h', | 2425 'browser/safe_browsing/incident_reporting/resource_request_incident.h', |
| 2426 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', | 2426 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', |
| 2427 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', | 2427 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', |
| 2428 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.cc', | 2428 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.cc', |
| 2429 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.h', | 2429 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.h', |
| 2430 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.cc', | 2430 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.cc', |
| 2431 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.h', | 2431 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.h', |
| 2432 'browser/safe_browsing/path_sanitizer.cc', | 2432 'browser/safe_browsing/path_sanitizer.cc', |
| 2433 'browser/safe_browsing/path_sanitizer.h', | 2433 'browser/safe_browsing/path_sanitizer.h', |
| 2434 'browser/safe_browsing/prefix_set.cc', | 2434 'browser/safe_browsing/prefix_set.cc', |
| 2435 'browser/safe_browsing/prefix_set.h', | 2435 'browser/safe_browsing/prefix_set.h', |
| (...skipping 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3807 'variables': { | 3807 'variables': { |
| 3808 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3808 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3809 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3809 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3810 }, | 3810 }, |
| 3811 'includes': [ '../build/protoc.gypi' ] | 3811 'includes': [ '../build/protoc.gypi' ] |
| 3812 }, | 3812 }, |
| 3813 ], | 3813 ], |
| 3814 },], | 3814 },], |
| 3815 ], | 3815 ], |
| 3816 } | 3816 } |
| OLD | NEW |