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

Side by Side Diff: chromecast/DEPS

Issue 2449873005: include boringssl headers from third_party explicitly (Closed)
Patch Set: review comments Created 4 years, 1 month 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 # Do not add any includes under chrome/ anywhere in chromecast. 1 # Do not add any includes under chrome/ anywhere in chromecast.
2 2
3 include_rules = [ 3 include_rules = [
4 # Chromecast code should explicitly declare its dependencies on each 4 # Chromecast code should explicitly declare its dependencies on each
5 # sub-directory within chromecast/. 5 # sub-directory within chromecast/.
6 "-chromecast", 6 "-chromecast",
7 7
8 # Other Chromecast-wide dependencies. 8 # Other Chromecast-wide dependencies.
9 "+chromecast/base", 9 "+chromecast/base",
10 "+chromecast/chromecast_features.h", 10 "+chromecast/chromecast_features.h",
11 "+chromecast/public", 11 "+chromecast/public",
12 "+third_party/boringssl/src/include",
12 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698