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

Side by Side Diff: components/pdf_viewer/DEPS

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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 | « components/pdf_viewer/BUILD.gn ('k') | components/pdf_viewer/pdf_viewer.cc » ('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 "+components/bitmap_uploader", 2 "+components/bitmap_uploader",
3 "+components/mus/public", 3 "+components/mus/public",
4 "+components/web_view/public", 4 "+components/web_view/public",
5 "+gpu/GLES2", 5 "+gpu/GLES2",
6 "+mojo/application/public", 6 "+mojo/application/public",
7 "+mojo/common", 7 "+mojo/common",
8 "+mojo/converters/geometry", 8 "+mojo/converters/geometry",
9 "+mojo/converters/surfaces", 9 "+mojo/converters/surfaces",
10 "+mojo/public", 10 "+mojo/public",
11 "+mojo/services/tracing/public/cpp", 11 "+mojo/services/tracing/public/cpp",
12 "+third_party/mojo/src/mojo/public",
13 "+third_party/pdfium/public", 12 "+third_party/pdfium/public",
14 "+ui/gfx/geometry", 13 "+ui/gfx/geometry",
15 "+ui/mojo", 14 "+ui/mojo",
16 "+v8/include", 15 "+v8/include",
17 ] 16 ]
OLDNEW
« no previous file with comments | « components/pdf_viewer/BUILD.gn ('k') | components/pdf_viewer/pdf_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698