| 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 2310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2321 'browser/safe_browsing/safe_browsing_util.h', | 2321 'browser/safe_browsing/safe_browsing_util.h', |
| 2322 'browser/safe_browsing/ui_manager.cc', | 2322 'browser/safe_browsing/ui_manager.cc', |
| 2323 'browser/safe_browsing/ui_manager.h', | 2323 'browser/safe_browsing/ui_manager.h', |
| 2324 ], | 2324 ], |
| 2325 # Files in addition to the "basic" ones to use for full safe browsing. | 2325 # Files in addition to the "basic" ones to use for full safe browsing. |
| 2326 'chrome_browser_safe_browsing_full_sources': [ | 2326 'chrome_browser_safe_browsing_full_sources': [ |
| 2327 'browser/download/download_completion_blocker.cc', | 2327 'browser/download/download_completion_blocker.cc', |
| 2328 'browser/download/download_completion_blocker.h', | 2328 'browser/download/download_completion_blocker.h', |
| 2329 'browser/renderer_host/safe_browsing_resource_throttle.cc', | 2329 'browser/renderer_host/safe_browsing_resource_throttle.cc', |
| 2330 'browser/renderer_host/safe_browsing_resource_throttle.h', | 2330 'browser/renderer_host/safe_browsing_resource_throttle.h', |
| 2331 'browser/safe_browsing/binary_feature_extractor.cc', | |
| 2332 'browser/safe_browsing/binary_feature_extractor.h', | |
| 2333 'browser/safe_browsing/binary_feature_extractor_posix.cc', | |
| 2334 'browser/safe_browsing/binary_feature_extractor_win.cc', | |
| 2335 'browser/safe_browsing/browser_feature_extractor.cc', | 2331 'browser/safe_browsing/browser_feature_extractor.cc', |
| 2336 'browser/safe_browsing/browser_feature_extractor.h', | 2332 'browser/safe_browsing/browser_feature_extractor.h', |
| 2337 'browser/safe_browsing/browser_features.cc', | 2333 'browser/safe_browsing/browser_features.cc', |
| 2338 'browser/safe_browsing/browser_features.h', | 2334 'browser/safe_browsing/browser_features.h', |
| 2339 'browser/safe_browsing/chunk_range.cc', | 2335 'browser/safe_browsing/chunk_range.cc', |
| 2340 'browser/safe_browsing/chunk_range.h', | 2336 'browser/safe_browsing/chunk_range.h', |
| 2341 'browser/safe_browsing/client_side_detection_host.cc', | 2337 'browser/safe_browsing/client_side_detection_host.cc', |
| 2342 'browser/safe_browsing/client_side_detection_host.h', | 2338 'browser/safe_browsing/client_side_detection_host.h', |
| 2343 'browser/safe_browsing/client_side_detection_service.cc', | 2339 'browser/safe_browsing/client_side_detection_service.cc', |
| 2344 'browser/safe_browsing/client_side_detection_service.h', | 2340 'browser/safe_browsing/client_side_detection_service.h', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2393 'browser/safe_browsing/incident_reporting/script_request_incident.cc', | 2389 'browser/safe_browsing/incident_reporting/script_request_incident.cc', |
| 2394 'browser/safe_browsing/incident_reporting/script_request_incident.h', | 2390 'browser/safe_browsing/incident_reporting/script_request_incident.h', |
| 2395 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', | 2391 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', |
| 2396 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', | 2392 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', |
| 2397 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.cc', | 2393 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.cc', |
| 2398 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.h', | 2394 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.h', |
| 2399 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.cc', | 2395 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.cc', |
| 2400 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.h', | 2396 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt.h', |
| 2401 'browser/safe_browsing/path_sanitizer.cc', | 2397 'browser/safe_browsing/path_sanitizer.cc', |
| 2402 'browser/safe_browsing/path_sanitizer.h', | 2398 'browser/safe_browsing/path_sanitizer.h', |
| 2403 'browser/safe_browsing/pe_image_reader_win.cc', | |
| 2404 'browser/safe_browsing/pe_image_reader_win.h', | |
| 2405 'browser/safe_browsing/prefix_set.cc', | 2399 'browser/safe_browsing/prefix_set.cc', |
| 2406 'browser/safe_browsing/prefix_set.h', | 2400 'browser/safe_browsing/prefix_set.h', |
| 2407 'browser/safe_browsing/protocol_manager.cc', | 2401 'browser/safe_browsing/protocol_manager.cc', |
| 2408 'browser/safe_browsing/protocol_manager.h', | 2402 'browser/safe_browsing/protocol_manager.h', |
| 2409 'browser/safe_browsing/protocol_parser.cc', | 2403 'browser/safe_browsing/protocol_parser.cc', |
| 2410 'browser/safe_browsing/protocol_parser.h', | 2404 'browser/safe_browsing/protocol_parser.h', |
| 2411 'browser/safe_browsing/safe_browsing_database.cc', | 2405 'browser/safe_browsing/safe_browsing_database.cc', |
| 2412 'browser/safe_browsing/safe_browsing_database.h', | 2406 'browser/safe_browsing/safe_browsing_database.h', |
| 2413 'browser/safe_browsing/safe_browsing_store.cc', | 2407 'browser/safe_browsing/safe_browsing_store.cc', |
| 2414 'browser/safe_browsing/safe_browsing_store.h', | 2408 'browser/safe_browsing/safe_browsing_store.h', |
| (...skipping 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3762 'variables': { | 3756 'variables': { |
| 3763 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3757 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3764 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3758 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3765 }, | 3759 }, |
| 3766 'includes': [ '../build/protoc.gypi' ] | 3760 'includes': [ '../build/protoc.gypi' ] |
| 3767 }, | 3761 }, |
| 3768 ], | 3762 ], |
| 3769 },], | 3763 },], |
| 3770 ], | 3764 ], |
| 3771 } | 3765 } |
| OLD | NEW |