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 2387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2398 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', | 2398 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', |
2399 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', | 2399 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', |
2400 'browser/safe_browsing/incident_reporting/last_download_finder.cc', | 2400 'browser/safe_browsing/incident_reporting/last_download_finder.cc', |
2401 'browser/safe_browsing/incident_reporting/last_download_finder.h', | 2401 'browser/safe_browsing/incident_reporting/last_download_finder.h', |
2402 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc
', | 2402 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc
', |
2403 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h'
, | 2403 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h'
, |
2404 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
', | 2404 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
', |
2405 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h'
, | 2405 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h'
, |
2406 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', | 2406 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', |
2407 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', | 2407 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', |
2408 'browser/safe_browsing/incident_reporting/script_request_detector.cc', | 2408 'browser/safe_browsing/incident_reporting/resource_request_detector.cc', |
2409 'browser/safe_browsing/incident_reporting/script_request_detector.h', | 2409 'browser/safe_browsing/incident_reporting/resource_request_detector.h', |
2410 'browser/safe_browsing/incident_reporting/script_request_incident.cc', | 2410 'browser/safe_browsing/incident_reporting/resource_request_incident.cc', |
2411 'browser/safe_browsing/incident_reporting/script_request_incident.h', | 2411 'browser/safe_browsing/incident_reporting/resource_request_incident.h', |
2412 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', | 2412 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', |
2413 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', | 2413 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', |
2414 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.cc', | 2414 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.cc', |
2415 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.h', | 2415 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.h', |
2416 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.cc', | 2416 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.cc', |
2417 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.h', | 2417 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.h', |
2418 'browser/safe_browsing/path_sanitizer.cc', | 2418 'browser/safe_browsing/path_sanitizer.cc', |
2419 'browser/safe_browsing/path_sanitizer.h', | 2419 'browser/safe_browsing/path_sanitizer.h', |
2420 'browser/safe_browsing/prefix_set.cc', | 2420 'browser/safe_browsing/prefix_set.cc', |
2421 'browser/safe_browsing/prefix_set.h', | 2421 'browser/safe_browsing/prefix_set.h', |
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3792 'variables': { | 3792 'variables': { |
3793 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3793 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3794 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3794 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3795 }, | 3795 }, |
3796 'includes': [ '../build/protoc.gypi' ] | 3796 'includes': [ '../build/protoc.gypi' ] |
3797 }, | 3797 }, |
3798 ], | 3798 ], |
3799 },], | 3799 },], |
3800 ], | 3800 ], |
3801 } | 3801 } |
OLD | NEW |