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

Unified Diff: components/view_manager/native_viewport/BUILD.gn

Issue 1131523007: Move NativeViewport service into view_manager. This is a file move only. Further merging will happe… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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 | « components/view_manager/event_dispatcher.h ('k') | components/view_manager/native_viewport/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/native_viewport/BUILD.gn
diff --git a/components/native_viewport/BUILD.gn b/components/view_manager/native_viewport/BUILD.gn
similarity index 93%
rename from components/native_viewport/BUILD.gn
rename to components/view_manager/native_viewport/BUILD.gn
index c04d21bef44528e2fd437f8b9558c53209b23328..403a6e5d2235567113b113d2876d1bdf34ea2d6d 100644
--- a/components/native_viewport/BUILD.gn
+++ b/components/view_manager/native_viewport/BUILD.gn
@@ -43,8 +43,8 @@ if (is_android) {
":lib",
"//base",
"//components/gles2",
- "//components/native_viewport/public/cpp:args",
- "//components/native_viewport/public/interfaces",
+ "//components/view_manager/public/cpp",
+ "//components/view_manager/public/interfaces",
"//mojo/application",
"//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
"//ui/events",
@@ -79,7 +79,7 @@ source_set("lib") {
deps = [
"//base",
"//components/gles2",
- "//components/native_viewport/public/interfaces",
+ "//components/view_manager/public/interfaces",
"//gpu/command_buffer/service",
"//mojo/application",
"//mojo/common",
« no previous file with comments | « components/view_manager/event_dispatcher.h ('k') | components/view_manager/native_viewport/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698