| 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 2670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2681 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc
', | 2681 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc
', |
| 2682 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h'
, | 2682 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h'
, |
| 2683 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', | 2683 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', |
| 2684 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', | 2684 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', |
| 2685 'browser/safe_browsing/incident_reporting/last_download_finder.cc', | 2685 'browser/safe_browsing/incident_reporting/last_download_finder.cc', |
| 2686 'browser/safe_browsing/incident_reporting/last_download_finder.h', | 2686 'browser/safe_browsing/incident_reporting/last_download_finder.h', |
| 2687 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc
', | 2687 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc
', |
| 2688 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h'
, | 2688 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h'
, |
| 2689 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
', | 2689 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
', |
| 2690 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h'
, | 2690 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h'
, |
| 2691 'browser/safe_browsing/incident_reporting/omnibox_incident_handlers.cc', |
| 2692 'browser/safe_browsing/incident_reporting/omnibox_incident_handlers.h', |
| 2693 'browser/safe_browsing/incident_reporting/omnibox_watcher.cc', |
| 2694 'browser/safe_browsing/incident_reporting/omnibox_watcher.h', |
| 2691 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', | 2695 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', |
| 2692 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', | 2696 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', |
| 2693 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand
lers.cc', | 2697 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand
lers.cc', |
| 2694 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand
lers.h', | 2698 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand
lers.h', |
| 2695 'browser/safe_browsing/path_sanitizer.cc', | 2699 'browser/safe_browsing/path_sanitizer.cc', |
| 2696 'browser/safe_browsing/path_sanitizer.h', | 2700 'browser/safe_browsing/path_sanitizer.h', |
| 2697 'browser/safe_browsing/pe_image_reader_win.cc', | 2701 'browser/safe_browsing/pe_image_reader_win.cc', |
| 2698 'browser/safe_browsing/pe_image_reader_win.h', | 2702 'browser/safe_browsing/pe_image_reader_win.h', |
| 2699 'browser/safe_browsing/prefix_set.cc', | 2703 'browser/safe_browsing/prefix_set.cc', |
| 2700 'browser/safe_browsing/prefix_set.h', | 2704 'browser/safe_browsing/prefix_set.h', |
| (...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3681 'variables': { | 3685 'variables': { |
| 3682 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3686 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3683 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3687 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3684 }, | 3688 }, |
| 3685 'includes': [ '../build/protoc.gypi' ] | 3689 'includes': [ '../build/protoc.gypi' ] |
| 3686 }, | 3690 }, |
| 3687 ], | 3691 ], |
| 3688 },], | 3692 },], |
| 3689 ], | 3693 ], |
| 3690 } | 3694 } |
| OLD | NEW |