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

Side by Side Diff: extensions/extensions.gyp

Issue 280393003: Blobs: Catching browser-process created Blobs in extension code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/extension_messages.h ('k') | extensions/renderer/blob_native_handler.cc » ('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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'browser/api/storage/weak_unlimited_settings_storage.h', 304 'browser/api/storage/weak_unlimited_settings_storage.h',
305 'browser/api/test/test_api.cc', 305 'browser/api/test/test_api.cc',
306 'browser/api/test/test_api.h', 306 'browser/api/test/test_api.h',
307 'browser/api/usb/usb_api.cc', 307 'browser/api/usb/usb_api.cc',
308 'browser/api/usb/usb_api.h', 308 'browser/api/usb/usb_api.h',
309 'browser/api/usb/usb_device_resource.cc', 309 'browser/api/usb/usb_device_resource.cc',
310 'browser/api/usb/usb_device_resource.h', 310 'browser/api/usb/usb_device_resource.h',
311 'browser/api_activity_monitor.h', 311 'browser/api_activity_monitor.h',
312 'browser/app_sorting.h', 312 'browser/app_sorting.h',
313 'browser/blacklist_state.h', 313 'browser/blacklist_state.h',
314 'browser/blob_holder.cc',
315 'browser/blob_holder.h',
314 'browser/browser_context_keyed_api_factory.h', 316 'browser/browser_context_keyed_api_factory.h',
315 'browser/browser_context_keyed_service_factories.cc', 317 'browser/browser_context_keyed_service_factories.cc',
316 'browser/browser_context_keyed_service_factories.h', 318 'browser/browser_context_keyed_service_factories.h',
317 'browser/computed_hashes.cc', 319 'browser/computed_hashes.cc',
318 'browser/computed_hashes.h', 320 'browser/computed_hashes.h',
319 'browser/content_hash_fetcher.cc', 321 'browser/content_hash_fetcher.cc',
320 'browser/content_hash_fetcher.h', 322 'browser/content_hash_fetcher.h',
321 'browser/content_hash_reader.cc', 323 'browser/content_hash_reader.cc',
322 'browser/content_hash_reader.h', 324 'browser/content_hash_reader.h',
323 'browser/content_hash_tree.cc', 325 'browser/content_hash_tree.cc',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 'test/test_extensions_client.cc', 639 'test/test_extensions_client.cc',
638 'test/test_extensions_client.h', 640 'test/test_extensions_client.h',
639 'test/test_permission_message_provider.cc', 641 'test/test_permission_message_provider.cc',
640 'test/test_permission_message_provider.h', 642 'test/test_permission_message_provider.h',
641 'test/test_permissions_provider.cc', 643 'test/test_permissions_provider.cc',
642 'test/test_permissions_provider.h', 644 'test/test_permissions_provider.h',
643 ], 645 ],
644 }, 646 },
645 ] 647 ]
646 } 648 }
OLDNEW
« no previous file with comments | « extensions/common/extension_messages.h ('k') | extensions/renderer/blob_native_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698