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 2345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2356 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc', | 2356 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc', |
2357 'browser/safe_browsing/incident_reporting/binary_integrity_incident.h', | 2357 'browser/safe_browsing/incident_reporting/binary_integrity_incident.h', |
2358 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc', | 2358 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc', |
2359 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h', | 2359 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h', |
2360 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc', | 2360 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc', |
2361 'browser/safe_browsing/incident_reporting/blacklist_load_incident.cc', | 2361 'browser/safe_browsing/incident_reporting/blacklist_load_incident.cc', |
2362 'browser/safe_browsing/incident_reporting/blacklist_load_incident.h', | 2362 'browser/safe_browsing/incident_reporting/blacklist_load_incident.h', |
2363 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h', | 2363 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h', |
2364 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc', | 2364 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc', |
2365 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h', | 2365 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h', |
| 2366 'browser/safe_browsing/incident_reporting/domain_request_incident.cc', |
| 2367 'browser/safe_browsing/incident_reporting/domain_request_incident.h', |
2366 'browser/safe_browsing/incident_reporting/download_metadata_manager.cc', | 2368 'browser/safe_browsing/incident_reporting/download_metadata_manager.cc', |
2367 'browser/safe_browsing/incident_reporting/download_metadata_manager.h', | 2369 'browser/safe_browsing/incident_reporting/download_metadata_manager.h', |
2368 'browser/safe_browsing/incident_reporting/environment_data_collection.cc', | 2370 'browser/safe_browsing/incident_reporting/environment_data_collection.cc', |
2369 'browser/safe_browsing/incident_reporting/environment_data_collection.h', | 2371 'browser/safe_browsing/incident_reporting/environment_data_collection.h', |
2370 'browser/safe_browsing/incident_reporting/environment_data_collection_win.
cc', | 2372 'browser/safe_browsing/incident_reporting/environment_data_collection_win.
cc', |
2371 'browser/safe_browsing/incident_reporting/environment_data_collection_win.
h', | 2373 'browser/safe_browsing/incident_reporting/environment_data_collection_win.
h', |
2372 'browser/safe_browsing/incident_reporting/incident.cc', | 2374 'browser/safe_browsing/incident_reporting/incident.cc', |
2373 'browser/safe_browsing/incident_reporting/incident.h', | 2375 'browser/safe_browsing/incident_reporting/incident.h', |
2374 'browser/safe_browsing/incident_reporting/incident_handler_util.cc', | 2376 'browser/safe_browsing/incident_reporting/incident_handler_util.cc', |
2375 'browser/safe_browsing/incident_reporting/incident_handler_util.h', | 2377 'browser/safe_browsing/incident_reporting/incident_handler_util.h', |
(...skipping 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3762 'variables': { | 3764 'variables': { |
3763 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3765 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3764 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3766 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3765 }, | 3767 }, |
3766 'includes': [ '../build/protoc.gypi' ] | 3768 'includes': [ '../build/protoc.gypi' ] |
3767 }, | 3769 }, |
3768 ], | 3770 ], |
3769 },], | 3771 },], |
3770 ], | 3772 ], |
3771 } | 3773 } |
OLD | NEW |