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

Side by Side Diff: extensions/extensions.gyp

Issue 266963003: Beginning of support for extension content verification (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged latest trunk 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
« no previous file with comments | « extensions/common/switches.cc ('k') | net/url_request/url_request_file_job.h » ('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 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_verifier.cc',
316 'browser/content_verifier.h',
317 'browser/content_verifier_filter.h',
318 'browser/content_verify_job.cc',
319 'browser/content_verify_job.h',
315 'browser/error_map.cc', 320 'browser/error_map.cc',
316 'browser/error_map.h', 321 'browser/error_map.h',
317 'browser/event_listener_map.cc', 322 'browser/event_listener_map.cc',
318 'browser/event_listener_map.h', 323 'browser/event_listener_map.h',
319 'browser/event_router.cc', 324 'browser/event_router.cc',
320 'browser/event_router.h', 325 'browser/event_router.h',
321 'browser/extension_host.cc', 326 'browser/extension_host.cc',
322 'browser/extension_host.h', 327 'browser/extension_host.h',
323 'browser/extension_host_delegate.h', 328 'browser/extension_host_delegate.h',
324 'browser/extension_error.cc', 329 'browser/extension_error.cc',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'test/test_extensions_client.cc', 621 'test/test_extensions_client.cc',
617 'test/test_extensions_client.h', 622 'test/test_extensions_client.h',
618 'test/test_permission_message_provider.cc', 623 'test/test_permission_message_provider.cc',
619 'test/test_permission_message_provider.h', 624 'test/test_permission_message_provider.h',
620 'test/test_permissions_provider.cc', 625 'test/test_permissions_provider.cc',
621 'test/test_permissions_provider.h', 626 'test/test_permissions_provider.h',
622 ], 627 ],
623 }, 628 },
624 ] 629 ]
625 } 630 }
OLDNEW
« no previous file with comments | « extensions/common/switches.cc ('k') | net/url_request/url_request_file_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698