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

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: rebase 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..783b8ef4070b1b9cfaa236b2fe7ed4e308cb18fb 100644
--- a/mojo/services/geometry/cpp/BUILD.gn
+++ b/mojo/services/geometry/cpp/BUILD.gn
@@ -9,7 +9,10 @@ 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 = [
« no previous file with comments | « mojo/dart/packages/mojo_services/lib/mojo/geometry.mojom.dart ('k') | mojo/services/geometry/cpp/geometry_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698