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

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

Issue 1537633005: Extend the geometry APIs. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-10
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..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" ]
viettrungluu 2015/12/17 23:05:29 See mojo/services/public/build/config/BUILD.gn. W
jeffbrown 2015/12/18 01:41:22 Yeah, the relative includes are really annoying si
sources = [
+ "geometry_util.cc",
"geometry_util.h",
+ "logging.cc",
+ "logging.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698