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

Side by Side Diff: content/child/DEPS

Issue 1077273002: html_viewer: Move webcrypto to a place where html_viewer can use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT Created 5 years, 8 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 | « content/child/BUILD.gn ('k') | content/child/blink_platform_impl.h » ('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 # Allow inclusion of specific components that we depend on. We may only
3 # depend on components which we share with the mojo html_viewer.
4 "+components/webcrypto",
5
2 "+components/tracing", 6 "+components/tracing",
3 "+content/app/strings/grit", # For generated headers 7 "+content/app/strings/grit", # For generated headers
4 "+content/public/child", 8 "+content/public/child",
5 "+media/base/android", 9 "+media/base/android",
6 "+v8/include/v8.h" 10 "+v8/include/v8.h"
7 ] 11 ]
OLDNEW
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698