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

Side by Side Diff: extensions/extensions.gyp

Issue 280013003: More implementation details of extension content verification (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready for review Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 'browser/api/usb/usb_api.cc', 305 'browser/api/usb/usb_api.cc',
306 'browser/api/usb/usb_api.h', 306 'browser/api/usb/usb_api.h',
307 'browser/api/usb/usb_device_resource.cc', 307 'browser/api/usb/usb_device_resource.cc',
308 'browser/api/usb/usb_device_resource.h', 308 'browser/api/usb/usb_device_resource.h',
309 'browser/api_activity_monitor.h', 309 'browser/api_activity_monitor.h',
310 'browser/app_sorting.h', 310 'browser/app_sorting.h',
311 'browser/blacklist_state.h', 311 'browser/blacklist_state.h',
312 'browser/browser_context_keyed_api_factory.h', 312 'browser/browser_context_keyed_api_factory.h',
313 'browser/browser_context_keyed_service_factories.cc', 313 'browser/browser_context_keyed_service_factories.cc',
314 'browser/browser_context_keyed_service_factories.h', 314 'browser/browser_context_keyed_service_factories.h',
315 'browser/content_hash_fetcher.cc',
316 'browser/content_hash_fetcher.h',
317 'browser/content_hash_reader.cc',
318 'browser/content_hash_reader.h',
315 'browser/content_verifier.cc', 319 'browser/content_verifier.cc',
316 'browser/content_verifier.h', 320 'browser/content_verifier.h',
317 'browser/content_verifier_filter.h', 321 'browser/content_verifier_delegate.h',
318 'browser/content_verify_job.cc', 322 'browser/content_verify_job.cc',
319 'browser/content_verify_job.h', 323 'browser/content_verify_job.h',
320 'browser/error_map.cc', 324 'browser/error_map.cc',
321 'browser/error_map.h', 325 'browser/error_map.h',
322 'browser/event_listener_map.cc', 326 'browser/event_listener_map.cc',
323 'browser/event_listener_map.h', 327 'browser/event_listener_map.h',
324 'browser/event_router.cc', 328 'browser/event_router.cc',
325 'browser/event_router.h', 329 'browser/event_router.h',
326 'browser/extension_host.cc', 330 'browser/extension_host.cc',
327 'browser/extension_host.h', 331 'browser/extension_host.h',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 'test/test_extensions_client.cc', 627 'test/test_extensions_client.cc',
624 'test/test_extensions_client.h', 628 'test/test_extensions_client.h',
625 'test/test_permission_message_provider.cc', 629 'test/test_permission_message_provider.cc',
626 'test/test_permission_message_provider.h', 630 'test/test_permission_message_provider.h',
627 'test/test_permissions_provider.cc', 631 'test/test_permissions_provider.cc',
628 'test/test_permissions_provider.h', 632 'test/test_permissions_provider.h',
629 ], 633 ],
630 }, 634 },
631 ] 635 ]
632 } 636 }
OLDNEW
« extensions/browser/content_verify_job.h ('K') | « extensions/browser/content_verify_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698