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

Side by Side Diff: components/html_viewer/DEPS

Issue 1172123002: Revert of 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
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/devtools_agent_impl.h » ('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", 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",
8 "+components/gpu", 7 "+components/gpu",
9 "+components/mime_util", 8 "+components/mime_util",
10 "+components/resource_provider/public", 9 "+components/resource_provider/public",
11 "+components/scheduler", 10 "+components/scheduler",
12 "+components/view_manager", 11 "+components/view_manager",
13 "+components/webcrypto", 12 "+components/webcrypto",
14 "+gin", 13 "+gin",
15 "+mandoline/services", 14 "+mandoline/services",
16 "+mandoline/tab/public/interfaces", 15 "+mandoline/tab/public/interfaces",
17 "+media", 16 "+media",
(...skipping 19 matching lines...) Expand all
37 "+ui/mojo/geometry", 36 "+ui/mojo/geometry",
38 "+ui/native_theme", 37 "+ui/native_theme",
39 "+v8/include", 38 "+v8/include",
40 ] 39 ]
41 40
42 specific_include_rules = { 41 specific_include_rules = {
43 "run_all_unittests\.cc": [ 42 "run_all_unittests\.cc": [
44 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 43 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
45 ], 44 ],
46 } 45 }
OLDNEW
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/devtools_agent_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698