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

Unified Diff: mojo/services/native_viewport/BUILD.gn

Issue 485523004: GN: Mojo wget, sample_app, surfaces app and component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « mojo/services/BUILD.gn ('k') | mojo/services/network/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/native_viewport/BUILD.gn
diff --git a/mojo/services/native_viewport/BUILD.gn b/mojo/services/native_viewport/BUILD.gn
index b1089d1ccd6c60f548a464f50d62974af5477a53..7ba1fa2a3e6d1a26d6501c4063795a969f6e82b3 100644
--- a/mojo/services/native_viewport/BUILD.gn
+++ b/mojo/services/native_viewport/BUILD.gn
@@ -11,6 +11,7 @@ static_library("native_viewport") {
deps = [
"//base",
"//ui/events",
+ "//ui/events/platform",
"//ui/gfx",
"//ui/gfx/geometry",
"//mojo/public/cpp/application:chromium",
@@ -50,7 +51,10 @@ static_library("native_viewport") {
if (use_x11) {
sources += [ "platform_viewport_x11.cc" ]
- deps += [ "//ui/platform_window/x11" ]
+ deps += [
+ "//ui/events/platform/x11",
+ "//ui/platform_window/x11",
+ ]
}
if (use_ozone) {
« no previous file with comments | « mojo/services/BUILD.gn ('k') | mojo/services/network/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698