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

Side by Side Diff: components/html_viewer/DEPS

Issue 1182303012: Componentize html_viewer's MessagePort (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: header-only target types: static_library -> none 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/blink_platform_impl.cc » ('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/devtools_service/public",
8 "+components/gpu", 8 "+components/gpu",
9 "+components/message_port",
9 "+components/mime_util", 10 "+components/mime_util",
10 "+components/resource_provider/public", 11 "+components/resource_provider/public",
11 "+components/scheduler", 12 "+components/scheduler",
12 "+components/view_manager", 13 "+components/view_manager",
13 "+components/webcrypto", 14 "+components/webcrypto",
14 "+gin", 15 "+gin",
15 "+mandoline/services", 16 "+mandoline/services",
16 "+mandoline/tab/public/interfaces", 17 "+mandoline/tab/public/interfaces",
17 "+media", 18 "+media",
18 "+mojo/application", 19 "+mojo/application",
(...skipping 18 matching lines...) Expand all
37 "+ui/mojo/geometry", 38 "+ui/mojo/geometry",
38 "+ui/native_theme", 39 "+ui/native_theme",
39 "+v8/include", 40 "+v8/include",
40 ] 41 ]
41 42
42 specific_include_rules = { 43 specific_include_rules = {
43 "run_all_unittests\.cc": [ 44 "run_all_unittests\.cc": [
44 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 45 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
45 ], 46 ],
46 } 47 }
OLDNEW
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698