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

Unified Diff: components/bitmap_uploader/BUILD.gn

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame_mus.cc ('k') | components/bitmap_uploader/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bitmap_uploader/BUILD.gn
diff --git a/components/bitmap_uploader/BUILD.gn b/components/bitmap_uploader/BUILD.gn
index c9d2862256cbf7e47288756b6939a4b831cf3ab2..3aade974f22d6a7dcd1ef0c355a8feea94566735 100644
--- a/components/bitmap_uploader/BUILD.gn
+++ b/components/bitmap_uploader/BUILD.gn
@@ -18,10 +18,10 @@ component("bitmap_uploader") {
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
"//gpu",
- "//mojo/application/public/cpp",
- "//mojo/application/public/interfaces",
"//mojo/converters/surfaces",
"//mojo/public/c/gles2",
"//mojo/public/c/system:for_component",
+ "//mojo/shell/public/cpp",
+ "//mojo/shell/public/interfaces",
]
}
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame_mus.cc ('k') | components/bitmap_uploader/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698