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

Side by Side Diff: third_party/mojo/src/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 "+v8", 8 "+v8",
9 9
10 # internal includes. 10 # internal includes.
11 "+mojo", 11 "+mojo",
12
13 # temporary
14 "+../../../../../../mojo/edk/system/core.h",
15 "+../../../../../../mojo/edk/embedder/embedder_internal.h",
16 "+../../../../../../mojo/edk/embedder/simple_platform_support.h",
12 ] 17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698