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

Side by Side Diff: components/html_viewer/DEPS

Issue 1314063004: Attempt base cleanup from DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | components/memory_pressure/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base",
3 "+base/test",
4 "+blink/public/resources", 2 "+blink/public/resources",
5 "+cc", 3 "+cc",
6 "+components/clipboard", 4 "+components/clipboard",
7 "+components/devtools_service/public", 5 "+components/devtools_service/public",
8 "+components/font_service/public", 6 "+components/font_service/public",
9 "+components/gpu", 7 "+components/gpu",
10 "+components/message_port", 8 "+components/message_port",
11 "+components/mime_util", 9 "+components/mime_util",
12 "+components/resource_provider/public", 10 "+components/resource_provider/public",
13 "+components/scheduler", 11 "+components/scheduler",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "+mandoline/tab", 54 "+mandoline/tab",
57 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 55 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
58 ], 56 ],
59 "layout_test_.*": [ 57 "layout_test_.*": [
60 "+components/test_runner", 58 "+components/test_runner",
61 ], 59 ],
62 "web_test_delegate_impl\..*": [ 60 "web_test_delegate_impl\..*": [
63 "+components/test_runner", 61 "+components/test_runner",
64 ], 62 ],
65 } 63 }
OLDNEW
« no previous file with comments | « no previous file | components/memory_pressure/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698