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

Side by Side Diff: content/content_tests.gypi

Issue 15724006: Migrate IDBDatabaseBackendTest from blink to chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix exports for WebIDBDatabase too Created 7 years, 6 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/browser/indexed_db/webidbdatabase_impl.h ('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 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 285 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
286 'browser/geolocation/wifi_data_provider_unittest_win.cc', 286 'browser/geolocation/wifi_data_provider_unittest_win.cc',
287 'browser/geolocation/win7_location_api_unittest_win.cc', 287 'browser/geolocation/win7_location_api_unittest_win.cc',
288 'browser/geolocation/win7_location_provider_unittest_win.cc', 288 'browser/geolocation/win7_location_provider_unittest_win.cc',
289 'browser/gpu/shader_disk_cache_unittest.cc', 289 'browser/gpu/shader_disk_cache_unittest.cc',
290 'browser/host_zoom_map_impl_unittest.cc', 290 'browser/host_zoom_map_impl_unittest.cc',
291 'browser/hyphenator/hyphenator_message_filter_unittest.cc', 291 'browser/hyphenator/hyphenator_message_filter_unittest.cc',
292 'browser/in_process_webkit/webkit_thread_unittest.cc', 292 'browser/in_process_webkit/webkit_thread_unittest.cc',
293 'browser/indexed_db/indexed_db_backing_store_unittest.cc', 293 'browser/indexed_db/indexed_db_backing_store_unittest.cc',
294 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', 294 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc',
295 'browser/indexed_db/indexed_db_database_unittest.cc',
296 'browser/indexed_db/indexed_db_fake_backing_store.cc',
297 'browser/indexed_db/indexed_db_fake_backing_store.h',
295 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc', 298 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc',
296 'browser/indexed_db/indexed_db_quota_client_unittest.cc', 299 'browser/indexed_db/indexed_db_quota_client_unittest.cc',
297 'browser/indexed_db/indexed_db_unittest.cc', 300 'browser/indexed_db/indexed_db_unittest.cc',
298 'browser/indexed_db/leveldb/leveldb_unittest.cc', 301 'browser/indexed_db/leveldb/leveldb_unittest.cc',
299 'browser/indexed_db/list_set_unittest.cc', 302 'browser/indexed_db/list_set_unittest.cc',
300 'browser/loader/offline_policy_unittest.cc', 303 'browser/loader/offline_policy_unittest.cc',
301 'browser/loader/resource_buffer_unittest.cc', 304 'browser/loader/resource_buffer_unittest.cc',
302 'browser/loader/resource_dispatcher_host_unittest.cc', 305 'browser/loader/resource_dispatcher_host_unittest.cc',
303 'browser/loader/resource_loader_unittest.cc', 306 'browser/loader/resource_loader_unittest.cc',
304 'browser/loader/resource_scheduler_unittest.cc', 307 'browser/loader/resource_scheduler_unittest.cc',
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 'resource_dir': 'shell/android/shell_apk/res', 1178 'resource_dir': 'shell/android/shell_apk/res',
1176 'additional_src_dirs': ['public/android/javatests/',], 1179 'additional_src_dirs': ['public/android/javatests/',],
1177 'is_test_apk': 1, 1180 'is_test_apk': 1,
1178 }, 1181 },
1179 'includes': [ '../build/java_apk.gypi' ], 1182 'includes': [ '../build/java_apk.gypi' ],
1180 }, 1183 },
1181 ], 1184 ],
1182 }], 1185 }],
1183 ], 1186 ],
1184 } 1187 }
OLDNEW
« no previous file with comments | « content/browser/indexed_db/webidbdatabase_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698