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 2296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2307 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc
', | 2307 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc
', |
2308 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h'
, | 2308 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h'
, |
2309 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', | 2309 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', |
2310 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', | 2310 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', |
2311 'browser/safe_browsing/incident_reporting/last_download_finder.cc', | 2311 'browser/safe_browsing/incident_reporting/last_download_finder.cc', |
2312 'browser/safe_browsing/incident_reporting/last_download_finder.h', | 2312 'browser/safe_browsing/incident_reporting/last_download_finder.h', |
2313 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc
', | 2313 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc
', |
2314 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h'
, | 2314 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h'
, |
2315 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
', | 2315 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
', |
2316 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h'
, | 2316 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h'
, |
2317 'browser/safe_browsing/incident_reporting/omnibox_interaction_incident.cc'
, | |
2318 'browser/safe_browsing/incident_reporting/omnibox_interaction_incident.h', | |
2319 'browser/safe_browsing/incident_reporting/omnibox_watcher.cc', | |
2320 'browser/safe_browsing/incident_reporting/omnibox_watcher.h', | |
2321 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', | 2317 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', |
2322 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', | 2318 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', |
2323 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', | 2319 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', |
2324 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', | 2320 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', |
2325 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.cc', | 2321 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.cc', |
2326 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.h', | 2322 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.h', |
2327 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.cc', | 2323 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.cc', |
2328 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.h', | 2324 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.h', |
2329 'browser/safe_browsing/path_sanitizer.cc', | 2325 'browser/safe_browsing/path_sanitizer.cc', |
2330 'browser/safe_browsing/path_sanitizer.h', | 2326 'browser/safe_browsing/path_sanitizer.h', |
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3696 'variables': { | 3692 'variables': { |
3697 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3693 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3698 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3694 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3699 }, | 3695 }, |
3700 'includes': [ '../build/protoc.gypi' ] | 3696 'includes': [ '../build/protoc.gypi' ] |
3701 }, | 3697 }, |
3702 ], | 3698 ], |
3703 },], | 3699 },], |
3704 ], | 3700 ], |
3705 } | 3701 } |
OLD | NEW |