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

Side by Side Diff: content/content_tests.gypi

Issue 1016643004: Moves SQLitePersistentCookieStore to net/extras/sqlite. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cookies
Patch Set: Better timestamp fix. Created 5 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
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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'browser/media/audio_stream_monitor_unittest.cc', 470 'browser/media/audio_stream_monitor_unittest.cc',
471 'browser/media/capture/animated_content_sampler_unittest.cc', 471 'browser/media/capture/animated_content_sampler_unittest.cc',
472 'browser/media/capture/audio_mirroring_manager_unittest.cc', 472 'browser/media/capture/audio_mirroring_manager_unittest.cc',
473 'browser/media/capture/smooth_event_sampler_unittest.cc', 473 'browser/media/capture/smooth_event_sampler_unittest.cc',
474 'browser/media/capture/video_capture_oracle_unittest.cc', 474 'browser/media/capture/video_capture_oracle_unittest.cc',
475 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', 475 'browser/media/capture/web_contents_audio_input_stream_unittest.cc',
476 'browser/media/capture/web_contents_video_capture_device_unittest.cc', 476 'browser/media/capture/web_contents_video_capture_device_unittest.cc',
477 'browser/media/media_internals_unittest.cc', 477 'browser/media/media_internals_unittest.cc',
478 'browser/media/midi_host_unittest.cc', 478 'browser/media/midi_host_unittest.cc',
479 'browser/media/webrtc_identity_store_unittest.cc', 479 'browser/media/webrtc_identity_store_unittest.cc',
480 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 480 'browser/net/quota_policy_cookie_store_unittest.cc',
481 'browser/notification_service_impl_unittest.cc', 481 'browser/notification_service_impl_unittest.cc',
482 'browser/notifications/notification_database_data_unittest.cc', 482 'browser/notifications/notification_database_data_unittest.cc',
483 'browser/notifications/notification_database_unittest.cc', 483 'browser/notifications/notification_database_unittest.cc',
484 'browser/notifications/platform_notification_context_unittest.cc', 484 'browser/notifications/platform_notification_context_unittest.cc',
485 'browser/power_monitor_message_broadcaster_unittest.cc', 485 'browser/power_monitor_message_broadcaster_unittest.cc',
486 'browser/power_profiler/power_profiler_service_unittest.cc', 486 'browser/power_profiler/power_profiler_service_unittest.cc',
487 'browser/power_usage_monitor_impl_unittest.cc', 487 'browser/power_usage_monitor_impl_unittest.cc',
488 'browser/presentation/presentation_service_impl_unittest.cc', 488 'browser/presentation/presentation_service_impl_unittest.cc',
489 'browser/presentation/presentation_type_converters_unittest.cc', 489 'browser/presentation/presentation_type_converters_unittest.cc',
490 'browser/quota/mock_quota_manager.cc', 490 'browser/quota/mock_quota_manager.cc',
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1243 '../skia/skia.gyp:skia', 1243 '../skia/skia.gyp:skia',
1244 '../testing/gtest.gyp:gtest', 1244 '../testing/gtest.gyp:gtest',
1245 '../testing/perf/perf_test.gyp:*', 1245 '../testing/perf/perf_test.gyp:*',
1246 '../ui/gfx/gfx.gyp:gfx', 1246 '../ui/gfx/gfx.gyp:gfx',
1247 '../ui/gfx/gfx.gyp:gfx_geometry', 1247 '../ui/gfx/gfx.gyp:gfx_geometry',
1248 ], 1248 ],
1249 'include_dirs': [ 1249 'include_dirs': [
1250 '..', 1250 '..',
1251 ], 1251 ],
1252 'sources': [ 1252 'sources': [
1253 'browser/net/sqlite_persistent_cookie_store_perftest.cc',
1254 'browser/renderer_host/input/input_router_impl_perftest.cc', 1253 'browser/renderer_host/input/input_router_impl_perftest.cc',
1255 'common/cc_messages_perftest.cc', 1254 'common/cc_messages_perftest.cc',
1256 'common/discardable_shared_memory_heap_perftest.cc', 1255 'common/discardable_shared_memory_heap_perftest.cc',
1257 'test/run_all_perftests.cc', 1256 'test/run_all_perftests.cc',
1258 ], 1257 ],
1259 'conditions': [ 1258 'conditions': [
1260 ['OS == "android"', { 1259 ['OS == "android"', {
1261 'dependencies': [ 1260 'dependencies': [
1262 '../testing/android/native_test.gyp:native_test_native_code', 1261 '../testing/android/native_test.gyp:native_test_native_code',
1263 ], 1262 ],
(...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after
2149 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2148 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2150 }, 2149 },
2151 ], 2150 ],
2152 }], 2151 }],
2153 ], 2152 ],
2154 }, 2153 },
2155 ], 2154 ],
2156 }], 2155 }],
2157 ], 2156 ],
2158 } 2157 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698