diff options
author | scr@chromium.org <scr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-08 00:37:33 +0000 |
---|---|---|
committer | scr@chromium.org <scr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-08 00:37:33 +0000 |
commit | 1c2b2865aaf1b1537f85e012d6ed6e7c64ac2fda (patch) | |
tree | 05bfff90d4cfd858db2c63db971dc222a0d9d2d6 /chrome/browser/ui/webui/DEPS | |
parent | 0ead7538251b6cc9d5347056020fc7ed0285f571 (diff) | |
download | chromium_src-1c2b2865aaf1b1537f85e012d6ed6e7c64ac2fda.zip chromium_src-1c2b2865aaf1b1537f85e012d6ed6e7c64ac2fda.tar.gz chromium_src-1c2b2865aaf1b1537f85e012d6ed6e7c64ac2fda.tar.bz2 |
Made Print Preview tests autogenerated from print_preview.js.
Now that the generator exists, make the print preview tests use it as well. Since the test was flaky when I found it, porting FLAKY_ to the javascript test name.
Since Print Preview needs the preloading, provided a way to tell the generator to not AddLibrary.
BUG=82437
R=thestig@chromium.org,dtseng@chromium.org
TEST=browser_tests --gtest_filter=PrintPreview*.*
Review URL: http://codereview.chromium.org/7304014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91787 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/webui/DEPS')
-rw-r--r-- | chrome/browser/ui/webui/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/ui/webui/DEPS b/chrome/browser/ui/webui/DEPS new file mode 100644 index 0000000..1466121 --- /dev/null +++ b/chrome/browser/ui/webui/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + # Generated files + "+js2webui/chrome/test/data", +] |