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

Side by Side Diff: components/html_viewer/DEPS

Issue 1274743004: Sandbox html_viewer on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style stuff. 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",
8 "+components/gpu", 9 "+components/gpu",
9 "+components/message_port", 10 "+components/message_port",
10 "+components/mime_util", 11 "+components/mime_util",
11 "+components/resource_provider/public", 12 "+components/resource_provider/public",
12 "+components/scheduler", 13 "+components/scheduler",
13 "+components/view_manager", 14 "+components/view_manager",
14 "+components/webcrypto", 15 "+components/webcrypto",
15 "+gin", 16 "+gin",
16 "+mandoline/services", 17 "+mandoline/services",
17 "+mandoline/tab/public/interfaces", 18 "+mandoline/tab/public/interfaces",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "+mandoline/tab", 50 "+mandoline/tab",
50 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 51 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
51 ], 52 ],
52 "layout_test_.*": [ 53 "layout_test_.*": [
53 "+components/test_runner", 54 "+components/test_runner",
54 ], 55 ],
55 "web_test_delegate_impl\..*": [ 56 "web_test_delegate_impl\..*": [
56 "+components/test_runner", 57 "+components/test_runner",
57 ], 58 ],
58 } 59 }
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