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 2582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2593 'browser/safe_browsing/incident_reporting/environment_data_collection_win. cc', | 2593 'browser/safe_browsing/incident_reporting/environment_data_collection_win. cc', |
2594 'browser/safe_browsing/incident_reporting/environment_data_collection_win. h', | 2594 'browser/safe_browsing/incident_reporting/environment_data_collection_win. h', |
2595 'browser/safe_browsing/incident_reporting/incident_handler_util.cc', | 2595 'browser/safe_browsing/incident_reporting/incident_handler_util.cc', |
2596 'browser/safe_browsing/incident_reporting/incident_handler_util.h', | 2596 'browser/safe_browsing/incident_reporting/incident_handler_util.h', |
2597 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', | 2597 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', |
2598 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', | 2598 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', |
2599 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc', | 2599 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc', |
2600 'browser/safe_browsing/incident_reporting/incident_report_uploader.h', | 2600 'browser/safe_browsing/incident_reporting/incident_report_uploader.h', |
2601 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ', | 2601 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ', |
2602 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' , | 2602 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' , |
2603 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.cc', | |
2604 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_handlers.cc', | |
grt (UTC plus 2)
2014/10/14 01:28:30
add 'browser/safe_browsing/incident_reporting/vari
Georges Khalil
2014/10/14 13:51:10
Done.
| |
2605 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_handlers.h', | |
2603 'browser/safe_browsing/incident_reporting/last_download_finder.cc', | 2606 'browser/safe_browsing/incident_reporting/last_download_finder.cc', |
2604 'browser/safe_browsing/incident_reporting/last_download_finder.h', | 2607 'browser/safe_browsing/incident_reporting/last_download_finder.h', |
2605 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ', | 2608 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ', |
2606 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' , | 2609 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' , |
2607 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c', | 2610 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c', |
2608 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ', | 2611 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ', |
2609 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.cc', | 2612 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.cc', |
2610 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.h', | 2613 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.h', |
2611 'browser/safe_browsing/path_sanitizer.cc', | 2614 'browser/safe_browsing/path_sanitizer.cc', |
2612 'browser/safe_browsing/path_sanitizer.h', | 2615 'browser/safe_browsing/path_sanitizer.h', |
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3585 'variables': { | 3588 'variables': { |
3586 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3589 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3587 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3590 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3588 }, | 3591 }, |
3589 'includes': [ '../build/protoc.gypi' ] | 3592 'includes': [ '../build/protoc.gypi' ] |
3590 }, | 3593 }, |
3591 ], | 3594 ], |
3592 },], | 3595 },], |
3593 ], | 3596 ], |
3594 } | 3597 } |
OLD | NEW |