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

Side by Side Diff: net/DEPS

Issue 10073033: Run safebrowsing_service_test through the net testserver code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 "+crypto", 2 "+crypto",
3 "+dbus", 3 "+dbus",
4 "+jni", 4 "+jni",
5 "+third_party/apple_apsl", 5 "+third_party/apple_apsl",
6 "+third_party/safe_browsing/testing",
Paweł Hajdan Jr. 2012/04/17 06:38:05 nit: Keep it sorted. Make sure this is reviewed by
mattm 2012/04/18 00:20:00 Done.
6 "+third_party/libevent", 7 "+third_party/libevent",
7 "+third_party/nss", 8 "+third_party/nss",
8 "+third_party/zlib", 9 "+third_party/zlib",
9 "+sdch/open_vcdiff", 10 "+sdch/open_vcdiff",
10 ] 11 ]
11 12
12 skip_child_includes = [ 13 skip_child_includes = [
13 "third_party", 14 "third_party",
14 "tools/flip_server", 15 "tools/flip_server",
15 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698