| 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 2648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2659 'browser/safe_browsing/download_feedback_service.cc', | 2659 'browser/safe_browsing/download_feedback_service.cc', |
| 2660 'browser/safe_browsing/download_feedback_service.h', | 2660 'browser/safe_browsing/download_feedback_service.h', |
| 2661 'browser/safe_browsing/download_protection_service.cc', | 2661 'browser/safe_browsing/download_protection_service.cc', |
| 2662 'browser/safe_browsing/download_protection_service.h', | 2662 'browser/safe_browsing/download_protection_service.h', |
| 2663 'browser/safe_browsing/incident_reporting/add_incident_callback.h', | 2663 'browser/safe_browsing/incident_reporting/add_incident_callback.h', |
| 2664 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc', | 2664 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc', |
| 2665 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h', | 2665 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h', |
| 2666 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc
', | 2666 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc
', |
| 2667 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handle
rs.cc', | 2667 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handle
rs.cc', |
| 2668 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handle
rs.h', | 2668 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handle
rs.h', |
| 2669 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc', |
| 2670 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h', |
| 2671 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc', |
| 2672 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers
.cc', |
| 2673 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers
.h', |
| 2669 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h', | 2674 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h', |
| 2670 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc', | 2675 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc', |
| 2671 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h', | 2676 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h', |
| 2672 'browser/safe_browsing/incident_reporting/environment_data_collection.cc', | 2677 'browser/safe_browsing/incident_reporting/environment_data_collection.cc', |
| 2673 'browser/safe_browsing/incident_reporting/environment_data_collection.h', | 2678 'browser/safe_browsing/incident_reporting/environment_data_collection.h', |
| 2674 'browser/safe_browsing/incident_reporting/environment_data_collection_win.
cc', | 2679 'browser/safe_browsing/incident_reporting/environment_data_collection_win.
cc', |
| 2675 'browser/safe_browsing/incident_reporting/environment_data_collection_win.
h', | 2680 'browser/safe_browsing/incident_reporting/environment_data_collection_win.
h', |
| 2676 'browser/safe_browsing/incident_reporting/incident_handler_util.cc', | 2681 'browser/safe_browsing/incident_reporting/incident_handler_util.cc', |
| 2677 'browser/safe_browsing/incident_reporting/incident_handler_util.h', | 2682 'browser/safe_browsing/incident_reporting/incident_handler_util.h', |
| 2678 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', | 2683 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', |
| (...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3634 'variables': { | 3639 'variables': { |
| 3635 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3640 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3636 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3641 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3637 }, | 3642 }, |
| 3638 'includes': [ '../build/protoc.gypi' ] | 3643 'includes': [ '../build/protoc.gypi' ] |
| 3639 }, | 3644 }, |
| 3640 ], | 3645 ], |
| 3641 },], | 3646 },], |
| 3642 ], | 3647 ], |
| 3643 } | 3648 } |
| OLD | NEW |