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

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: Don't create DevToolsAgentImpl instance unless --remote-debugging-port is specified 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",
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 "+mandoline/tab/public/interfaces", 16 "+mandoline/tab/public/interfaces",
16 "+media", 17 "+media",
(...skipping 19 matching lines...) Expand all
36 "+ui/mojo/geometry", 37 "+ui/mojo/geometry",
37 "+ui/native_theme", 38 "+ui/native_theme",
38 "+v8/include", 39 "+v8/include",
39 ] 40 ]
40 41
41 specific_include_rules = { 42 specific_include_rules = {
42 "run_all_unittests\.cc": [ 43 "run_all_unittests\.cc": [
43 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 44 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
44 ], 45 ],
45 } 46 }
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