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

Side by Side Diff: mojo/edk/DEPS

Issue 2039713004: [mojo-edk] Make the Mojo EDK compile under NaCl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 6 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 | « no previous file | mojo/edk/embedder/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "+native_client/src/public",
7 "+testing", 8 "+testing",
8 "+third_party/ashmem", 9 "+third_party/ashmem",
9 "+v8", 10 "+v8",
10 11
11 # internal includes. 12 # internal includes.
12 "+mojo", 13 "+mojo",
13 ] 14 ]
OLDNEW
« no previous file with comments | « no previous file | mojo/edk/embedder/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698