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

Side by Side Diff: content/content_tests.gypi

Issue 1138643004: Reland "Moves SQLitePersistentCookieStore to net/extras/sqlite." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review. 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/test/BUILD.gn » ('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 '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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 'browser/media/capture/animated_content_sampler_unittest.cc', 472 'browser/media/capture/animated_content_sampler_unittest.cc',
473 'browser/media/capture/audio_mirroring_manager_unittest.cc', 473 'browser/media/capture/audio_mirroring_manager_unittest.cc',
474 'browser/media/capture/feedback_signal_accumulator_unittest.cc', 474 'browser/media/capture/feedback_signal_accumulator_unittest.cc',
475 'browser/media/capture/smooth_event_sampler_unittest.cc', 475 'browser/media/capture/smooth_event_sampler_unittest.cc',
476 'browser/media/capture/video_capture_oracle_unittest.cc', 476 'browser/media/capture/video_capture_oracle_unittest.cc',
477 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', 477 'browser/media/capture/web_contents_audio_input_stream_unittest.cc',
478 'browser/media/capture/web_contents_video_capture_device_unittest.cc', 478 'browser/media/capture/web_contents_video_capture_device_unittest.cc',
479 'browser/media/media_internals_unittest.cc', 479 'browser/media/media_internals_unittest.cc',
480 'browser/media/midi_host_unittest.cc', 480 'browser/media/midi_host_unittest.cc',
481 'browser/media/webrtc_identity_store_unittest.cc', 481 'browser/media/webrtc_identity_store_unittest.cc',
482 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 482 'browser/net/quota_policy_cookie_store_unittest.cc',
483 'browser/notification_service_impl_unittest.cc', 483 'browser/notification_service_impl_unittest.cc',
484 'browser/notifications/notification_database_data_unittest.cc', 484 'browser/notifications/notification_database_data_unittest.cc',
485 'browser/notifications/notification_database_unittest.cc', 485 'browser/notifications/notification_database_unittest.cc',
486 'browser/notifications/platform_notification_context_unittest.cc', 486 'browser/notifications/platform_notification_context_unittest.cc',
487 'browser/power_monitor_message_broadcaster_unittest.cc', 487 'browser/power_monitor_message_broadcaster_unittest.cc',
488 'browser/power_profiler/power_profiler_service_unittest.cc', 488 'browser/power_profiler/power_profiler_service_unittest.cc',
489 'browser/power_usage_monitor_impl_unittest.cc', 489 'browser/power_usage_monitor_impl_unittest.cc',
490 'browser/presentation/presentation_service_impl_unittest.cc', 490 'browser/presentation/presentation_service_impl_unittest.cc',
491 'browser/presentation/presentation_type_converters_unittest.cc', 491 'browser/presentation/presentation_type_converters_unittest.cc',
492 'browser/quota/mock_quota_manager.cc', 492 'browser/quota/mock_quota_manager.cc',
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 'browser/speech/proto/speech_proto.gyp:speech_proto', 971 'browser/speech/proto/speech_proto.gyp:speech_proto',
972 'content.gyp:content_browser', 972 'content.gyp:content_browser',
973 'content.gyp:content_common', 973 'content.gyp:content_common',
974 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 974 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
975 'test_support_content', 975 'test_support_content',
976 '../base/base.gyp:test_support_base', 976 '../base/base.gyp:test_support_base',
977 '../crypto/crypto.gyp:crypto', 977 '../crypto/crypto.gyp:crypto',
978 '../device/battery/battery.gyp:device_battery', 978 '../device/battery/battery.gyp:device_battery',
979 '../device/battery/battery.gyp:device_battery_mojo_bindings', 979 '../device/battery/battery.gyp:device_battery_mojo_bindings',
980 '../mojo/mojo_base.gyp:mojo_environment_chromium', 980 '../mojo/mojo_base.gyp:mojo_environment_chromium',
981 '../net/net.gyp:net_extras',
981 '../net/net.gyp:net_test_support', 982 '../net/net.gyp:net_test_support',
982 '../skia/skia.gyp:skia', 983 '../skia/skia.gyp:skia',
983 '../sql/sql.gyp:sql', 984 '../sql/sql.gyp:sql',
984 '../sql/sql.gyp:test_support_sql', 985 '../sql/sql.gyp:test_support_sql',
985 '../testing/gmock.gyp:gmock', 986 '../testing/gmock.gyp:gmock',
986 '../testing/gtest.gyp:gtest', 987 '../testing/gtest.gyp:gtest',
987 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', 988 '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
988 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 989 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
989 '../third_party/re2/re2.gyp:re2', 990 '../third_party/re2/re2.gyp:re2',
990 '../ui/accessibility/accessibility.gyp:accessibility', 991 '../ui/accessibility/accessibility.gyp:accessibility',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1245 '../skia/skia.gyp:skia', 1246 '../skia/skia.gyp:skia',
1246 '../testing/gtest.gyp:gtest', 1247 '../testing/gtest.gyp:gtest',
1247 '../testing/perf/perf_test.gyp:*', 1248 '../testing/perf/perf_test.gyp:*',
1248 '../ui/gfx/gfx.gyp:gfx', 1249 '../ui/gfx/gfx.gyp:gfx',
1249 '../ui/gfx/gfx.gyp:gfx_geometry', 1250 '../ui/gfx/gfx.gyp:gfx_geometry',
1250 ], 1251 ],
1251 'include_dirs': [ 1252 'include_dirs': [
1252 '..', 1253 '..',
1253 ], 1254 ],
1254 'sources': [ 1255 'sources': [
1255 'browser/net/sqlite_persistent_cookie_store_perftest.cc',
1256 'browser/renderer_host/input/input_router_impl_perftest.cc', 1256 'browser/renderer_host/input/input_router_impl_perftest.cc',
1257 'common/cc_messages_perftest.cc', 1257 'common/cc_messages_perftest.cc',
1258 'common/discardable_shared_memory_heap_perftest.cc', 1258 'common/discardable_shared_memory_heap_perftest.cc',
1259 'test/run_all_perftests.cc', 1259 'test/run_all_perftests.cc',
1260 ], 1260 ],
1261 'conditions': [ 1261 'conditions': [
1262 ['OS == "android"', { 1262 ['OS == "android"', {
1263 'dependencies': [ 1263 'dependencies': [
1264 '../testing/android/native_test.gyp:native_test_native_code', 1264 '../testing/android/native_test.gyp:native_test_native_code',
1265 ], 1265 ],
(...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after
2151 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2151 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2152 }, 2152 },
2153 ], 2153 ],
2154 }], 2154 }],
2155 ], 2155 ],
2156 }, 2156 },
2157 ], 2157 ],
2158 }], 2158 }],
2159 ], 2159 ],
2160 } 2160 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698