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 2370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2381 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', | 2381 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', |
2382 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', | 2382 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', |
2383 'browser/safe_browsing/incident_reporting/last_download_finder.cc', | 2383 'browser/safe_browsing/incident_reporting/last_download_finder.cc', |
2384 'browser/safe_browsing/incident_reporting/last_download_finder.h', | 2384 'browser/safe_browsing/incident_reporting/last_download_finder.h', |
2385 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc
', | 2385 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc
', |
2386 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h'
, | 2386 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h'
, |
2387 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
', | 2387 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
', |
2388 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h'
, | 2388 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h'
, |
2389 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', | 2389 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', |
2390 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', | 2390 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', |
2391 'browser/safe_browsing/incident_reporting/script_request_detector.cc', | 2391 'browser/safe_browsing/incident_reporting/resource_request_detector.cc', |
2392 'browser/safe_browsing/incident_reporting/script_request_detector.h', | 2392 'browser/safe_browsing/incident_reporting/resource_request_detector.h', |
2393 'browser/safe_browsing/incident_reporting/script_request_incident.cc', | 2393 'browser/safe_browsing/incident_reporting/resource_request_incident.cc', |
2394 'browser/safe_browsing/incident_reporting/script_request_incident.h', | 2394 'browser/safe_browsing/incident_reporting/resource_request_incident.h', |
2395 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', | 2395 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', |
2396 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', | 2396 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', |
2397 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.cc', | 2397 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.cc', |
2398 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.h', | 2398 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.h', |
2399 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.cc', | 2399 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.cc', |
2400 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.h', | 2400 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.h', |
2401 'browser/safe_browsing/path_sanitizer.cc', | 2401 'browser/safe_browsing/path_sanitizer.cc', |
2402 'browser/safe_browsing/path_sanitizer.h', | 2402 'browser/safe_browsing/path_sanitizer.h', |
2403 'browser/safe_browsing/pe_image_reader_win.cc', | 2403 'browser/safe_browsing/pe_image_reader_win.cc', |
2404 'browser/safe_browsing/pe_image_reader_win.h', | 2404 'browser/safe_browsing/pe_image_reader_win.h', |
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3762 'variables': { | 3762 'variables': { |
3763 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3763 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3764 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3764 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3765 }, | 3765 }, |
3766 'includes': [ '../build/protoc.gypi' ] | 3766 'includes': [ '../build/protoc.gypi' ] |
3767 }, | 3767 }, |
3768 ], | 3768 ], |
3769 },], | 3769 },], |
3770 ], | 3770 ], |
3771 } | 3771 } |
OLD | NEW |