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

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

Issue 1142323003: Remove duplicate application cpp files in mojo/application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/main.cc ('k') | components/view_manager/native_viewport/main.cc » ('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/view_manager/native_viewport/BUILD.gn b/components/view_manager/native_viewport/BUILD.gn
index 403a6e5d2235567113b113d2876d1bdf34ea2d6d..4783d4d86c615d282313fef168a9f9d7e2b6a73b 100644
--- a/components/view_manager/native_viewport/BUILD.gn
+++ b/components/view_manager/native_viewport/BUILD.gn
@@ -45,7 +45,7 @@ if (is_android) {
"//components/gles2",
"//components/view_manager/public/cpp",
"//components/view_manager/public/interfaces",
- "//mojo/application",
+ "//mojo/application/public/cpp",
"//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
"//ui/events",
"//ui/events/platform",
@@ -81,12 +81,10 @@ source_set("lib") {
"//components/gles2",
"//components/view_manager/public/interfaces",
"//gpu/command_buffer/service",
- "//mojo/application",
- "//mojo/common",
+ "//mojo/application/public/cpp",
"//mojo/common:tracing_impl",
"//mojo/converters/geometry",
"//mojo/converters/input_events",
- "//mojo/environment:chromium",
"//ui/events",
"//ui/events/platform",
"//ui/gfx",
« no previous file with comments | « components/view_manager/main.cc ('k') | components/view_manager/native_viewport/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698