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

Unified Diff: mojo/services/geometry/cpp/BUILD.gn

Issue 1517853002: Extend the geometry APIs. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years 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
Index: mojo/services/geometry/cpp/BUILD.gn
diff --git a/mojo/services/geometry/cpp/BUILD.gn b/mojo/services/geometry/cpp/BUILD.gn
index 2a42aa04fd4d823aad9f484dd4d78891a78de36f..d4e7017e5255fe3828e7b528f5c717516c0e3c77 100644
--- a/mojo/services/geometry/cpp/BUILD.gn
+++ b/mojo/services/geometry/cpp/BUILD.gn
@@ -9,10 +9,14 @@ mojo_sdk_source_set("cpp") {
restrict_external_deps = false
public_configs = [ "../../public/build/config:mojo_services" ]
sources = [
+ "geometry_util.cc",
"geometry_util.h",
+ "logging.cc",
+ "logging.h",
]
deps = [
"../interfaces",
+ "../../../common",
]
}

Powered by Google App Engine
This is Rietveld 408576698