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

Side by Side Diff: content/content_tests.gypi

Issue 1832673002: Add testRunner.runIdleTasks() to force idle tasks to run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 4 years, 8 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 | « components/test_runner/web_test_delegate.h ('k') | content/public/test/layouttest_support.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 '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 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 }], 984 }],
985 ], 985 ],
986 }, 986 },
987 { 987 {
988 # GN version: //content/test:layouttest_support 988 # GN version: //content/test:layouttest_support
989 'target_name': 'layouttest_support_content', 989 'target_name': 'layouttest_support_content',
990 'type': 'static_library', 990 'type': 'static_library',
991 'dependencies': [ 991 'dependencies': [
992 'content.gyp:content_renderer', 992 'content.gyp:content_renderer',
993 'test_support_content', 993 'test_support_content',
994 '../components/scheduler/scheduler.gyp:scheduler_test_support',
994 '../components/test_runner/test_runner.gyp:test_runner', 995 '../components/test_runner/test_runner.gyp:test_runner',
995 '../skia/skia.gyp:skia', 996 '../skia/skia.gyp:skia',
996 '../ui/accessibility/accessibility.gyp:ax_gen', 997 '../ui/accessibility/accessibility.gyp:ax_gen',
997 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 998 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
998 '../v8/tools/gyp/v8.gyp:v8', 999 '../v8/tools/gyp/v8.gyp:v8',
999 ], 1000 ],
1000 'include_dirs': [ 1001 'include_dirs': [
1001 '..', 1002 '..',
1002 '<(SHARED_INTERMEDIATE_DIR)', 1003 '<(SHARED_INTERMEDIATE_DIR)',
1003 ], 1004 ],
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after
2196 'content_unittests_apk.isolate', 2197 'content_unittests_apk.isolate',
2197 ], 2198 ],
2198 }, 2199 },
2199 ], 2200 ],
2200 }, 2201 },
2201 ], 2202 ],
2202 ], 2203 ],
2203 }], 2204 }],
2204 ], 2205 ],
2205 } 2206 }
OLDNEW
« no previous file with comments | « components/test_runner/web_test_delegate.h ('k') | content/public/test/layouttest_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698