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

Side by Side Diff: third_party/mojo_services/DEPS

Issue 1053853002: Make checkdeps.py check third_party/mojo and third_party/mojo_services. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « third_party/mojo/src/nacl_bindings/DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 # This code is checked into the chromium repo so it's fine to depend on this.
3 "+base",
4 "+testing",
5 "+mojo",
6
7 # internal includes.
8 "+geometry",
9 "+input_events",
10 "+surfaces",
11 "+native_viewport",
12 "+view_manager",
13 "+window_manager",
14 ]
15
16 specific_include_rules = {
17 "view_manager_test_suite\.cc": [
18 "+ui/gfx/x/x11_connection.h",
19 ],
20 }
OLDNEW
« no previous file with comments | « third_party/mojo/src/nacl_bindings/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698