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

Side by Side Diff: components/html_viewer/DEPS

Issue 1163953002: html_viewer: Add DevToolsAgentImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 "+base", 2 "+base",
3 "+base/test", 3 "+base/test",
4 "+blink/public/resources", 4 "+blink/public/resources",
5 "+cc", 5 "+cc",
6 "+components/clipboard", 6 "+components/clipboard",
7 "+components/devtools_service/public",
7 "+components/gpu", 8 "+components/gpu",
8 "+components/mime_util", 9 "+components/mime_util",
9 "+components/resource_provider/public", 10 "+components/resource_provider/public",
10 "+components/scheduler", 11 "+components/scheduler",
11 "+components/view_manager", 12 "+components/view_manager",
12 "+components/webcrypto", 13 "+components/webcrypto",
13 "+gin", 14 "+gin",
14 "+mandoline/services", 15 "+mandoline/services",
15 "+media", 16 "+media",
16 "+mojo/application", 17 "+mojo/application",
(...skipping 16 matching lines...) Expand all
33 "+ui/mojo/events", 34 "+ui/mojo/events",
34 "+ui/mojo/geometry", 35 "+ui/mojo/geometry",
35 "+ui/native_theme", 36 "+ui/native_theme",
36 ] 37 ]
37 38
38 specific_include_rules = { 39 specific_include_rules = {
39 "run_all_unittests\.cc": [ 40 "run_all_unittests\.cc": [
40 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 41 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
41 ], 42 ],
42 } 43 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698