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

Side by Side Diff: components/nacl/browser/DEPS

Issue 2019973002: [mojo-edk] Bind a child token to child launches and port reservations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: arc fix 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # TODO(fdoray): Remove this once the PreRead field trial has expired. 2 # TODO(fdoray): Remove this once the PreRead field trial has expired.
3 # crbug.com/577698 3 # crbug.com/577698
4 "+components/startup_metric_utils/common", 4 "+components/startup_metric_utils/common",
5 "+components/url_formatter", 5 "+components/url_formatter",
6 "+content/public/browser", 6 "+content/public/browser",
7 "+content/public/test", 7 "+content/public/test",
8 "+mojo/edk/embedder",
8 "+native_client/src/public", 9 "+native_client/src/public",
9 "+net", 10 "+net",
10 "+ppapi/host", 11 "+ppapi/host",
11 "+ppapi/proxy", 12 "+ppapi/proxy",
12 "+ppapi/shared_impl", 13 "+ppapi/shared_impl",
13 ] 14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698