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

Side by Side Diff: content/content_tests.gypi

Issue 1152623008: scheduler: Always create a real scheduler in unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remember the message loop binding. Created 5 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
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 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 'content.gyp:content_gpu', 867 'content.gyp:content_gpu',
868 'content.gyp:content_plugin', 868 'content.gyp:content_plugin',
869 'content.gyp:content_ppapi_plugin', 869 'content.gyp:content_ppapi_plugin',
870 'content.gyp:content_renderer', 870 'content.gyp:content_renderer',
871 'content.gyp:content_utility', 871 'content.gyp:content_utility',
872 'content_shell_and_tests.gyp:content_shell_pak', 872 'content_shell_and_tests.gyp:content_shell_pak',
873 '../cc/blink/cc_blink.gyp:cc_blink', 873 '../cc/blink/cc_blink.gyp:cc_blink',
874 '../cc/cc.gyp:cc', 874 '../cc/cc.gyp:cc',
875 '../cc/cc_tests.gyp:cc_test_support', 875 '../cc/cc_tests.gyp:cc_test_support',
876 '../components/scheduler/scheduler.gyp:scheduler', 876 '../components/scheduler/scheduler.gyp:scheduler',
877 '../components/scheduler/scheduler.gyp:scheduler_test_support',
877 '../gpu/blink/gpu_blink.gyp:gpu_blink', 878 '../gpu/blink/gpu_blink.gyp:gpu_blink',
878 '../ipc/mojo/ipc_mojo.gyp:*', 879 '../ipc/mojo/ipc_mojo.gyp:*',
879 '../media/blink/media_blink.gyp:media_blink', 880 '../media/blink/media_blink.gyp:media_blink',
880 '../media/media.gyp:media', 881 '../media/media.gyp:media',
881 '../media/midi/midi.gyp:midi', 882 '../media/midi/midi.gyp:midi',
882 '../ppapi/ppapi_internal.gyp:ppapi_host', 883 '../ppapi/ppapi_internal.gyp:ppapi_host',
883 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 884 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
884 '../ppapi/ppapi_internal.gyp:ppapi_shared', 885 '../ppapi/ppapi_internal.gyp:ppapi_shared',
885 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 886 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
886 '../storage/storage_browser.gyp:storage', 887 '../storage/storage_browser.gyp:storage',
(...skipping 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after
2163 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2164 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2164 }, 2165 },
2165 ], 2166 ],
2166 }], 2167 }],
2167 ], 2168 ],
2168 }, 2169 },
2169 ], 2170 ],
2170 }], 2171 }],
2171 ], 2172 ],
2172 } 2173 }
OLDNEW
« no previous file with comments | « components/scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698