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

Unified Diff: components/native_viewport/BUILD.gn

Issue 1131113007: Fix missing dependency in native_viewport_application_delegate.h (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/native_viewport/BUILD.gn
diff --git a/components/native_viewport/BUILD.gn b/components/native_viewport/BUILD.gn
index a313b266440bde1770226e4e05478d5966504dce..c04d21bef44528e2fd437f8b9558c53209b23328 100644
--- a/components/native_viewport/BUILD.gn
+++ b/components/native_viewport/BUILD.gn
@@ -46,7 +46,6 @@ if (is_android) {
"//components/native_viewport/public/cpp:args",
"//components/native_viewport/public/interfaces",
"//mojo/application",
- "//mojo/common:tracing_impl",
"//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
"//ui/events",
"//ui/events/platform",
@@ -84,6 +83,7 @@ source_set("lib") {
"//gpu/command_buffer/service",
"//mojo/application",
"//mojo/common",
+ "//mojo/common:tracing_impl",
"//mojo/converters/geometry",
"//mojo/converters/input_events",
"//mojo/environment:chromium",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698