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

Unified Diff: mojo/services/public/cpp/geometry/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/network/BUILD.gn ('k') | mojo/services/public/cpp/surfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/cpp/geometry/BUILD.gn
diff --git a/mojo/services/public/cpp/geometry/BUILD.gn b/mojo/services/public/cpp/geometry/BUILD.gn
index 21cf5d97613d4f6a6b19d6c45fa6c0b050c05b4e..759506b0b67ff713dd84cd72ccafa5c2055a6a67 100644
--- a/mojo/services/public/cpp/geometry/BUILD.gn
+++ b/mojo/services/public/cpp/geometry/BUILD.gn
@@ -4,6 +4,7 @@
import("//mojo/system.gni")
+# GYP version: mojo/mojo_services.gypi:mojo_geometry_lib
component("geometry") {
output_name = "mojo_geometry_lib"
@@ -13,8 +14,7 @@ component("geometry") {
"//ui/gfx/geometry",
"//mojo/environment:chromium",
"//mojo/services/public/interfaces/geometry",
- ]
- deps += mojo_system_for_component
+ ] + mojo_system_for_component
forward_dependent_configs_from = [ "//ui/gfx" ]
« no previous file with comments | « mojo/services/network/BUILD.gn ('k') | mojo/services/public/cpp/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698