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

Side by Side Diff: mash/test/DEPS

Issue 2714393002: ash: Low-latency laser pointer. (Closed)
Patch Set: fix deps Created 3 years, 9 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+mojo/edk/embedder", 2 "+mojo/edk/embedder",
3 "+services/catalog", 3 "+services/catalog",
4 ] 4 ]
5 5
6 specific_include_rules = { 6 specific_include_rules = {
7 "mash_test_suite\.cc": [ 7 "mash_test_suite\.cc": [
8 "+cc/output/context_provider.h", 8 "+cc/output/context_provider.h",
9 "+cc/surfaces",
9 "+cc/test", 10 "+cc/test",
10 ], 11 ],
11 } 12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698