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

Side by Side Diff: chrome/test/chromedriver/net/DEPS

Issue 1669453002: [chromedriver] Apply page load timeout to slow cross-process navigations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 include_rules = [ 1 include_rules = [
2 # These files should not depend on chromedriver code. 2 # These files should not depend on chromedriver code.
3 "-chrome/test/chromedriver", 3 "-chrome/test/chromedriver",
4 4
5 "+chrome/test/chromedriver/chrome/status.h", 5 "+chrome/test/chromedriver/chrome/status.h",
6 "+chrome/test/chromedriver/net", 6 "+chrome/test/chromedriver/net",
7 # Temporarily allow, for using Timeout.
8 "+chrome/test/chromedriver/util.h",
7 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698