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

Side by Side Diff: content/content_tests.gypi

Issue 203833003: Add the IndexedDBActiveBlobRegistry, currently unused, to enable future blob (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix override mismatch Created 6 years, 8 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 | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'browser/gamepad/gamepad_test_helpers.h', 391 'browser/gamepad/gamepad_test_helpers.h',
392 'browser/geolocation/geolocation_provider_unittest.cc', 392 'browser/geolocation/geolocation_provider_unittest.cc',
393 'browser/geolocation/location_arbitrator_impl_unittest.cc', 393 'browser/geolocation/location_arbitrator_impl_unittest.cc',
394 'browser/geolocation/network_location_provider_unittest.cc', 394 'browser/geolocation/network_location_provider_unittest.cc',
395 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', 395 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
396 'browser/geolocation/wifi_data_provider_common_unittest.cc', 396 'browser/geolocation/wifi_data_provider_common_unittest.cc',
397 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 397 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
398 'browser/geolocation/wifi_data_provider_unittest_win.cc', 398 'browser/geolocation/wifi_data_provider_unittest_win.cc',
399 'browser/gpu/shader_disk_cache_unittest.cc', 399 'browser/gpu/shader_disk_cache_unittest.cc',
400 'browser/host_zoom_map_impl_unittest.cc', 400 'browser/host_zoom_map_impl_unittest.cc',
401 'browser/indexed_db/indexed_db_active_blob_registry_unittest.cc',
401 'browser/indexed_db/indexed_db_backing_store_unittest.cc', 402 'browser/indexed_db/indexed_db_backing_store_unittest.cc',
402 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', 403 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc',
403 'browser/indexed_db/indexed_db_database_unittest.cc', 404 'browser/indexed_db/indexed_db_database_unittest.cc',
404 'browser/indexed_db/indexed_db_factory_unittest.cc', 405 'browser/indexed_db/indexed_db_factory_unittest.cc',
405 'browser/indexed_db/indexed_db_fake_backing_store.cc', 406 'browser/indexed_db/indexed_db_fake_backing_store.cc',
406 'browser/indexed_db/indexed_db_fake_backing_store.h', 407 'browser/indexed_db/indexed_db_fake_backing_store.h',
407 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc', 408 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc',
408 'browser/indexed_db/indexed_db_quota_client_unittest.cc', 409 'browser/indexed_db/indexed_db_quota_client_unittest.cc',
409 'browser/indexed_db/indexed_db_transaction_unittest.cc', 410 'browser/indexed_db/indexed_db_transaction_unittest.cc',
410 'browser/indexed_db/indexed_db_unittest.cc', 411 'browser/indexed_db/indexed_db_unittest.cc',
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1772 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1773 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1773 }, 1774 },
1774 ], 1775 ],
1775 }], 1776 }],
1776 ], 1777 ],
1777 }, 1778 },
1778 ], 1779 ],
1779 }], 1780 }],
1780 ], 1781 ],
1781 } 1782 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698