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

Side by Side Diff: mojo/edk/DEPS

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: some review comments Created 5 years, 2 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 # This code is checked into the chromium repo so it's fine to depend on this. 2 # This code is checked into the chromium repo so it's fine to depend on this.
3 "+base", 3 "+base",
4 "+crypto", 4 "+crypto",
5 "+build", 5 "+build",
6 "+gin", 6 "+gin",
7 "+testing", 7 "+testing",
8 "+third_party/ashmem",
8 "+v8", 9 "+v8",
9 10
10 # internal includes. 11 # internal includes.
11 "+mojo", 12 "+mojo",
12 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698