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

Unified Diff: chrome/chrome_tests.gypi

Issue 7645007: WebUI Testing: async support - global mocking, deferred runs, continued run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create an enum to describe when testDone should be called. Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 8c75bc0e7787c068b9bbfecd0db11ca3c32bc950..4689e7318bd6a0542d1c59d6ff0aa2aae27e246f 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2670,8 +2670,9 @@
'test/base/render_view_test.cc',
'test/base/render_view_test.h',
'test/base/out_of_proc_test_runner.cc',
- 'test/data/webui/assertions-inl.h',
'test/data/webui/assertions.js',
+ 'test/data/webui/async_gen-inl.h',
+ 'test/data/webui/async_gen.js',
'test/data/webui/print_preview.js',
'test/data/webui/options.js',
# TODO(craig): Rename this and run from base_unittests when the test

Powered by Google App Engine
This is Rietveld 408576698