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

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

Issue 461903002: GN: Add mojo_shell_tests, get more things working on android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix up android linking 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/mojo_public.gypi ('k') | mojo/services/public/cpp/geometry/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 31113ce7f9ccdfb44e5ef54d408dc8ed888ff8af..9513af944382cb458b3a2ee8e1616bf71b1906c0 100644
--- a/mojo/services/native_viewport/BUILD.gn
+++ b/mojo/services/native_viewport/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//mojo/system.gni")
component("native_viewport") {
output_name = "mojo_native_viewport"
@@ -21,6 +22,7 @@ component("native_viewport") {
"//mojo/services/public/cpp/input_events",
"//mojo/services/public/interfaces/native_viewport",
]
+ deps += mojo_system_for_component
defines = [ "MOJO_NATIVE_VIEWPORT_IMPLEMENTATION" ]
@@ -56,8 +58,4 @@ component("native_viewport") {
if (use_ozone) {
sources += [ "native_viewport_ozone.cc" ]
}
-
- if (is_component_build) {
- deps += [ "//mojo/system" ]
- }
}
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/services/public/cpp/geometry/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698