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

Side by Side Diff: content/worker/DEPS

Issue 9802025: Rewrite HTML5 workers ui_tests to browser_tests. Compared to ui_tests, browser_tests are faster, le… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add directory create call needed on linux Created 8 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-chrome",
3 "+chrome/app", # For UI test
4 "+chrome/test", # For UI test
5 "+content/browser/worker_host", # For UI test.
6 "+sandbox/src", 2 "+sandbox/src",
7 "+webkit/appcache", 3 "+webkit/appcache",
8 "+webkit/glue", 4 "+webkit/glue",
9 ] 5 ]
10 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698