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

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: Created 7 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 (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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 288 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
289 'browser/geolocation/wifi_data_provider_unittest_win.cc', 289 'browser/geolocation/wifi_data_provider_unittest_win.cc',
290 'browser/geolocation/win7_location_api_unittest_win.cc', 290 'browser/geolocation/win7_location_api_unittest_win.cc',
291 'browser/geolocation/win7_location_provider_unittest_win.cc', 291 'browser/geolocation/win7_location_provider_unittest_win.cc',
292 'browser/gpu/shader_disk_cache_unittest.cc', 292 'browser/gpu/shader_disk_cache_unittest.cc',
293 'browser/host_zoom_map_impl_unittest.cc', 293 'browser/host_zoom_map_impl_unittest.cc',
294 'browser/hyphenator/hyphenator_message_filter_unittest.cc', 294 'browser/hyphenator/hyphenator_message_filter_unittest.cc',
295 'browser/in_process_webkit/webkit_thread_unittest.cc', 295 'browser/in_process_webkit/webkit_thread_unittest.cc',
296 'browser/indexed_db/indexed_db_backing_store_unittest.cc', 296 'browser/indexed_db/indexed_db_backing_store_unittest.cc',
297 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', 297 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc',
298 'browser/indexed_db/indexed_db_database_unittest.cc',
299 'browser/indexed_db/indexed_db_fake_backing_store.cc',
300 'browser/indexed_db/indexed_db_fake_backing_store.h',
298 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc', 301 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc',
299 'browser/indexed_db/indexed_db_quota_client_unittest.cc', 302 'browser/indexed_db/indexed_db_quota_client_unittest.cc',
300 'browser/indexed_db/indexed_db_unittest.cc', 303 'browser/indexed_db/indexed_db_unittest.cc',
301 'browser/indexed_db/leveldb/leveldb_unittest.cc', 304 'browser/indexed_db/leveldb/leveldb_unittest.cc',
302 'browser/indexed_db/list_set_unittest.cc', 305 'browser/indexed_db/list_set_unittest.cc',
303 'browser/loader/offline_policy_unittest.cc', 306 'browser/loader/offline_policy_unittest.cc',
304 'browser/loader/resource_buffer_unittest.cc', 307 'browser/loader/resource_buffer_unittest.cc',
305 'browser/loader/resource_dispatcher_host_unittest.cc', 308 'browser/loader/resource_dispatcher_host_unittest.cc',
306 'browser/loader/resource_loader_unittest.cc', 309 'browser/loader/resource_loader_unittest.cc',
307 'browser/loader/resource_scheduler_unittest.cc', 310 'browser/loader/resource_scheduler_unittest.cc',
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
1147 'resource_dir': 'shell/android/shell_apk/res', 1150 'resource_dir': 'shell/android/shell_apk/res',
1148 'additional_src_dirs': ['public/android/javatests/',], 1151 'additional_src_dirs': ['public/android/javatests/',],
1149 'is_test_apk': 1, 1152 'is_test_apk': 1,
1150 }, 1153 },
1151 'includes': [ '../build/java_apk.gypi' ], 1154 'includes': [ '../build/java_apk.gypi' ],
1152 }, 1155 },
1153 ], 1156 ],
1154 }], 1157 }],
1155 ], 1158 ],
1156 } 1159 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698