Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1515)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 845663004: Initial script request detector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use GetLastCommittedURL instead of going through the SiteInstance on the RFH Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1462 matching lines...) Expand 10 before | Expand all | Expand 10 after
1473 'browser/favicon/favicon_tab_helper.h', 1473 'browser/favicon/favicon_tab_helper.h',
1474 'browser/favicon/favicon_tab_helper_observer.h', 1474 'browser/favicon/favicon_tab_helper_observer.h',
1475 ], 1475 ],
1476 'chrome_browser_gnome_keyring_sources': [ 1476 'chrome_browser_gnome_keyring_sources': [
1477 'browser/password_manager/native_backend_gnome_x.cc', 1477 'browser/password_manager/native_backend_gnome_x.cc',
1478 'browser/password_manager/native_backend_gnome_x.h', 1478 'browser/password_manager/native_backend_gnome_x.h',
1479 ], 1479 ],
1480 'chrome_browser_libsecret_sources': [ 1480 'chrome_browser_libsecret_sources': [
1481 'browser/password_manager/native_backend_libsecret.cc', 1481 'browser/password_manager/native_backend_libsecret.cc',
1482 'browser/password_manager/native_backend_libsecret.h', 1482 'browser/password_manager/native_backend_libsecret.h',
1483 ], 1483 ],
1484 'chrome_browser_google_sources': [ 1484 'chrome_browser_google_sources': [
1485 'browser/google/chrome_google_url_tracker_client.cc', 1485 'browser/google/chrome_google_url_tracker_client.cc',
1486 'browser/google/chrome_google_url_tracker_client.h', 1486 'browser/google/chrome_google_url_tracker_client.h',
1487 'browser/google/google_brand.cc', 1487 'browser/google/google_brand.cc',
1488 'browser/google/google_brand.h', 1488 'browser/google/google_brand.h',
1489 'browser/google/google_brand_chromeos.cc', 1489 'browser/google/google_brand_chromeos.cc',
1490 'browser/google/google_brand_chromeos.h', 1490 'browser/google/google_brand_chromeos.h',
1491 'browser/google/google_search_counter.cc', 1491 'browser/google/google_search_counter.cc',
1492 'browser/google/google_search_counter.h', 1492 'browser/google/google_search_counter.h',
1493 'browser/google/google_search_counter_android.cc', 1493 'browser/google/google_search_counter_android.cc',
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after
2330 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', 2330 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc',
2331 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', 2331 'browser/safe_browsing/incident_reporting/incident_reporting_service.h',
2332 'browser/safe_browsing/incident_reporting/last_download_finder.cc', 2332 'browser/safe_browsing/incident_reporting/last_download_finder.cc',
2333 'browser/safe_browsing/incident_reporting/last_download_finder.h', 2333 'browser/safe_browsing/incident_reporting/last_download_finder.h',
2334 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ', 2334 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ',
2335 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' , 2335 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' ,
2336 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ', 2336 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ',
2337 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' , 2337 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' ,
2338 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c', 2338 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c',
2339 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ', 2339 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ',
2340 'browser/safe_browsing/incident_reporting/script_request_detector.cc',
2341 'browser/safe_browsing/incident_reporting/script_request_detector.h',
2342 'browser/safe_browsing/incident_reporting/script_request_incident.cc',
2343 'browser/safe_browsing/incident_reporting/script_request_incident.h',
2340 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', 2344 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc',
2341 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', 2345 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h',
2342 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.cc', 2346 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.cc',
2343 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.h', 2347 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.h',
2344 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.cc', 2348 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.cc',
2345 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.h', 2349 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.h',
2346 'browser/safe_browsing/path_sanitizer.cc', 2350 'browser/safe_browsing/path_sanitizer.cc',
2347 'browser/safe_browsing/path_sanitizer.h', 2351 'browser/safe_browsing/path_sanitizer.h',
2348 'browser/safe_browsing/pe_image_reader_win.cc', 2352 'browser/safe_browsing/pe_image_reader_win.cc',
2349 'browser/safe_browsing/pe_image_reader_win.h', 2353 'browser/safe_browsing/pe_image_reader_win.h',
(...skipping 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after
3697 'variables': { 3701 'variables': {
3698 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3702 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3699 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3703 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3700 }, 3704 },
3701 'includes': [ '../build/protoc.gypi' ] 3705 'includes': [ '../build/protoc.gypi' ]
3702 }, 3706 },
3703 ], 3707 ],
3704 },], 3708 },],
3705 ], 3709 ],
3706 } 3710 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698