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

Side by Side Diff: components/html_viewer/DEPS

Issue 1218323002: Hook up test runner to new layout_test_html_viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 5 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/content_handler_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/devtools_service/public",
8 "+components/gpu", 8 "+components/gpu",
9 "+components/message_port", 9 "+components/message_port",
10 "+components/mime_util", 10 "+components/mime_util",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 ] 42 ]
43 43
44 specific_include_rules = { 44 specific_include_rules = {
45 "run_all_unittests\.cc": [ 45 "run_all_unittests\.cc": [
46 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 46 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
47 ], 47 ],
48 "html_frame_apptest\.cc": [ 48 "html_frame_apptest\.cc": [
49 "+mandoline/tab", 49 "+mandoline/tab",
50 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h", 50 "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
51 ], 51 ],
52 "layout_test_.*": [
53 "+components/test_runner",
54 ],
55 "web_test_delegate_impl\..*": [
56 "+components/test_runner",
57 ],
52 } 58 }
OLDNEW
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/content_handler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698