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

Side by Side Diff: components/html_viewer/DEPS

Issue 1276163002: Revert of Sandbox html_viewer on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/global_state.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/font_service/public",
9 "+components/gpu", 8 "+components/gpu",
10 "+components/message_port", 9 "+components/message_port",
11 "+components/mime_util", 10 "+components/mime_util",
12 "+components/resource_provider/public", 11 "+components/resource_provider/public",
13 "+components/scheduler", 12 "+components/scheduler",
14 "+components/view_manager", 13 "+components/view_manager",
15 "+components/webcrypto", 14 "+components/webcrypto",
16 "+gin", 15 "+gin",
17 "+mandoline/services", 16 "+mandoline/services",
18 "+mandoline/tab/public/interfaces", 17 "+mandoline/tab/public/interfaces",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "+mandoline/tab", 49 "+mandoline/tab",
51 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 50 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
52 ], 51 ],
53 "layout_test_.*": [ 52 "layout_test_.*": [
54 "+components/test_runner", 53 "+components/test_runner",
55 ], 54 ],
56 "web_test_delegate_impl\..*": [ 55 "web_test_delegate_impl\..*": [
57 "+components/test_runner", 56 "+components/test_runner",
58 ], 57 ],
59 } 58 }
OLDNEW
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/global_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698