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

Side by Side Diff: content/content_tests.gypi

Issue 15564008: Migrate the IndexedDB backend from Blink to Chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update to ToT again 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/content_browser.gypi ('k') | content/public/common/content_switches.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 (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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 '../third_party/libvpx/libvpx.gyp:libvpx', 226 '../third_party/libvpx/libvpx.gyp:libvpx',
227 ], 227 ],
228 }], 228 }],
229 ], 229 ],
230 }, 230 },
231 { 231 {
232 'target_name': 'content_unittests', 232 'target_name': 'content_unittests',
233 'type': '<(gtest_target_type)', 233 'type': '<(gtest_target_type)',
234 'defines!': ['CONTENT_IMPLEMENTATION'], 234 'defines!': ['CONTENT_IMPLEMENTATION'],
235 'dependencies': [ 235 'dependencies': [
236 'content_browser',
236 'content_common', 237 'content_common',
237 'test_support_content', 238 'test_support_content',
238 'browser/speech/proto/speech_proto.gyp:speech_proto', 239 'browser/speech/proto/speech_proto.gyp:speech_proto',
239 '../base/base.gyp:test_support_base', 240 '../base/base.gyp:test_support_base',
240 '../crypto/crypto.gyp:crypto', 241 '../crypto/crypto.gyp:crypto',
241 '../media/media.gyp:media_test_support', 242 '../media/media.gyp:media_test_support',
242 '../net/net.gyp:net_test_support', 243 '../net/net.gyp:net_test_support',
243 '../skia/skia.gyp:skia', 244 '../skia/skia.gyp:skia',
244 '../sql/sql.gyp:sql', 245 '../sql/sql.gyp:sql',
245 '../testing/gmock.gyp:gmock', 246 '../testing/gmock.gyp:gmock',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', 283 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
283 'browser/geolocation/wifi_data_provider_common_unittest.cc', 284 'browser/geolocation/wifi_data_provider_common_unittest.cc',
284 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 285 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
285 'browser/geolocation/wifi_data_provider_unittest_win.cc', 286 'browser/geolocation/wifi_data_provider_unittest_win.cc',
286 'browser/geolocation/win7_location_api_unittest_win.cc', 287 'browser/geolocation/win7_location_api_unittest_win.cc',
287 'browser/geolocation/win7_location_provider_unittest_win.cc', 288 'browser/geolocation/win7_location_provider_unittest_win.cc',
288 'browser/gpu/shader_disk_cache_unittest.cc', 289 'browser/gpu/shader_disk_cache_unittest.cc',
289 'browser/host_zoom_map_impl_unittest.cc', 290 'browser/host_zoom_map_impl_unittest.cc',
290 'browser/hyphenator/hyphenator_message_filter_unittest.cc', 291 'browser/hyphenator/hyphenator_message_filter_unittest.cc',
291 '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',
294 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc',
295 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc',
296 'browser/indexed_db/indexed_db_quota_client_unittest.cc',
292 'browser/indexed_db/indexed_db_unittest.cc', 297 'browser/indexed_db/indexed_db_unittest.cc',
293 'browser/indexed_db/indexed_db_quota_client_unittest.cc', 298 'browser/indexed_db/leveldb/leveldb_unittest.cc',
299 'browser/indexed_db/list_set_unittest.cc',
294 'browser/loader/offline_policy_unittest.cc', 300 'browser/loader/offline_policy_unittest.cc',
295 'browser/loader/resource_buffer_unittest.cc', 301 'browser/loader/resource_buffer_unittest.cc',
296 'browser/loader/resource_dispatcher_host_unittest.cc', 302 'browser/loader/resource_dispatcher_host_unittest.cc',
297 'browser/loader/resource_loader_unittest.cc', 303 'browser/loader/resource_loader_unittest.cc',
298 'browser/loader/resource_scheduler_unittest.cc', 304 'browser/loader/resource_scheduler_unittest.cc',
299 'browser/mach_broker_mac_unittest.cc', 305 'browser/mach_broker_mac_unittest.cc',
300 'browser/media/media_internals_unittest.cc', 306 'browser/media/media_internals_unittest.cc',
301 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 307 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
302 'browser/notification_service_impl_unittest.cc', 308 'browser/notification_service_impl_unittest.cc',
303 'browser/plugin_loader_posix_unittest.cc', 309 'browser/plugin_loader_posix_unittest.cc',
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 'resource_dir': 'shell/android/shell_apk/res', 1173 'resource_dir': 'shell/android/shell_apk/res',
1168 'additional_src_dirs': ['public/android/javatests/',], 1174 'additional_src_dirs': ['public/android/javatests/',],
1169 'is_test_apk': 1, 1175 'is_test_apk': 1,
1170 }, 1176 },
1171 'includes': [ '../build/java_apk.gypi' ], 1177 'includes': [ '../build/java_apk.gypi' ],
1172 }, 1178 },
1173 ], 1179 ],
1174 }], 1180 }],
1175 ], 1181 ],
1176 } 1182 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698