diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-19 20:51:37 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-19 20:51:37 +0000 |
commit | d5184b491bb69be0fe56c0b8b519f15dc987baee (patch) | |
tree | 162f6453e3398b559e8d0e374e3c3f01582e5f9e /build | |
parent | 78ab1b6f10a49ba0cd9175eadb32fc909b771737 (diff) | |
download | chromium_src-d5184b491bb69be0fe56c0b8b519f15dc987baee.zip chromium_src-d5184b491bb69be0fe56c0b8b519f15dc987baee.tar.gz chromium_src-d5184b491bb69be0fe56c0b8b519f15dc987baee.tar.bz2 |
overscroll: Add a browser-test for the aura implementation.
The test verifies that overscroll performs navigation correctly on
pages with and without touch event handlers.
BUG=160668
TBR=joi@chromium.org (for content_tests.gypi)
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=168547
Review URL: https://codereview.chromium.org/11414048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168600 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/filename_rules.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi index f20a472..515adc1 100644 --- a/build/filename_rules.gypi +++ b/build/filename_rules.gypi @@ -78,6 +78,7 @@ }], ['<(use_aura)==0 or >(nacl_untrusted_build)==1', { 'sources/': [ ['exclude', '_aura(_unittest)?\\.(h|cc)$'], + ['exclude', '_aura(_browsertest)?\\.(h|cc)$'], ['exclude', '(^|/)aura/'], ] }], |