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

Side by Side Diff: content/content_tests.gypi

Issue 1156463004: Revert of scheduler: Always create a real scheduler in unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 'content.gyp:content_gpu', 863 'content.gyp:content_gpu',
864 'content.gyp:content_plugin', 864 'content.gyp:content_plugin',
865 'content.gyp:content_ppapi_plugin', 865 'content.gyp:content_ppapi_plugin',
866 'content.gyp:content_renderer', 866 'content.gyp:content_renderer',
867 'content.gyp:content_utility', 867 'content.gyp:content_utility',
868 'content_shell_and_tests.gyp:content_shell_pak', 868 'content_shell_and_tests.gyp:content_shell_pak',
869 '../cc/blink/cc_blink.gyp:cc_blink', 869 '../cc/blink/cc_blink.gyp:cc_blink',
870 '../cc/cc.gyp:cc', 870 '../cc/cc.gyp:cc',
871 '../cc/cc_tests.gyp:cc_test_support', 871 '../cc/cc_tests.gyp:cc_test_support',
872 '../components/scheduler/scheduler.gyp:scheduler', 872 '../components/scheduler/scheduler.gyp:scheduler',
873 '../components/scheduler/scheduler.gyp:scheduler_test_support',
874 '../gpu/blink/gpu_blink.gyp:gpu_blink', 873 '../gpu/blink/gpu_blink.gyp:gpu_blink',
875 '../ipc/mojo/ipc_mojo.gyp:*', 874 '../ipc/mojo/ipc_mojo.gyp:*',
876 '../media/blink/media_blink.gyp:media_blink', 875 '../media/blink/media_blink.gyp:media_blink',
877 '../media/media.gyp:media', 876 '../media/media.gyp:media',
878 '../media/midi/midi.gyp:midi', 877 '../media/midi/midi.gyp:midi',
879 '../ppapi/ppapi_internal.gyp:ppapi_host', 878 '../ppapi/ppapi_internal.gyp:ppapi_host',
880 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 879 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
881 '../ppapi/ppapi_internal.gyp:ppapi_shared', 880 '../ppapi/ppapi_internal.gyp:ppapi_shared',
882 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 881 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
883 '../storage/storage_browser.gyp:storage', 882 '../storage/storage_browser.gyp:storage',
(...skipping 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after
2160 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2159 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2161 }, 2160 },
2162 ], 2161 ],
2163 }], 2162 }],
2164 ], 2163 ],
2165 }, 2164 },
2166 ], 2165 ],
2167 }], 2166 }],
2168 ], 2167 ],
2169 } 2168 }
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