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 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2341 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
', | 2341 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
', |
2342 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h'
, | 2342 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h'
, |
2343 'browser/safe_browsing/incident_reporting/omnibox_incident_handlers.cc', | 2343 'browser/safe_browsing/incident_reporting/omnibox_incident_handlers.cc', |
2344 'browser/safe_browsing/incident_reporting/omnibox_incident_handlers.h', | 2344 'browser/safe_browsing/incident_reporting/omnibox_incident_handlers.h', |
2345 'browser/safe_browsing/incident_reporting/omnibox_watcher.cc', | 2345 'browser/safe_browsing/incident_reporting/omnibox_watcher.cc', |
2346 'browser/safe_browsing/incident_reporting/omnibox_watcher.h', | 2346 'browser/safe_browsing/incident_reporting/omnibox_watcher.h', |
2347 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', | 2347 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', |
2348 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', | 2348 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', |
2349 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand
lers.cc', | 2349 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand
lers.cc', |
2350 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand
lers.h', | 2350 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand
lers.h', |
| 2351 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.cc', |
| 2352 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz
er.h', |
| 2353 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt_handlers.cc', |
| 2354 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide
nt_handlers.h', |
2351 'browser/safe_browsing/path_sanitizer.cc', | 2355 'browser/safe_browsing/path_sanitizer.cc', |
2352 'browser/safe_browsing/path_sanitizer.h', | 2356 'browser/safe_browsing/path_sanitizer.h', |
2353 'browser/safe_browsing/pe_image_reader_win.cc', | 2357 'browser/safe_browsing/pe_image_reader_win.cc', |
2354 'browser/safe_browsing/pe_image_reader_win.h', | 2358 'browser/safe_browsing/pe_image_reader_win.h', |
2355 'browser/safe_browsing/prefix_set.cc', | 2359 'browser/safe_browsing/prefix_set.cc', |
2356 'browser/safe_browsing/prefix_set.h', | 2360 'browser/safe_browsing/prefix_set.h', |
2357 'browser/safe_browsing/protocol_manager.cc', | 2361 'browser/safe_browsing/protocol_manager.cc', |
2358 'browser/safe_browsing/protocol_manager.h', | 2362 'browser/safe_browsing/protocol_manager.h', |
2359 'browser/safe_browsing/protocol_parser.cc', | 2363 'browser/safe_browsing/protocol_parser.cc', |
2360 'browser/safe_browsing/protocol_parser.h', | 2364 'browser/safe_browsing/protocol_parser.h', |
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3731 'variables': { | 3735 'variables': { |
3732 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3736 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3733 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3737 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3734 }, | 3738 }, |
3735 'includes': [ '../build/protoc.gypi' ] | 3739 'includes': [ '../build/protoc.gypi' ] |
3736 }, | 3740 }, |
3737 ], | 3741 ], |
3738 },], | 3742 },], |
3739 ], | 3743 ], |
3740 } | 3744 } |
OLD | NEW |