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

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

Issue 790213002: Restructure public side of geometry service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Nits Created 6 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/public/cpp/geometry/BUILD.gn
diff --git a/mojo/services/public/cpp/geometry/BUILD.gn b/mojo/services/public/cpp/geometry/BUILD.gn
deleted file mode 100644
index 349a86505a346d7d65fa81471d626eefea574488..0000000000000000000000000000000000000000
--- a/mojo/services/public/cpp/geometry/BUILD.gn
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-source_set("geometry") {
- sources = [
- "geometry_util.h",
- ]
-
- deps = [
- "//mojo/services/public/interfaces/geometry",
- ]
-}
« no previous file with comments | « mojo/services/geometry/public/interfaces/geometry.mojom ('k') | mojo/services/public/cpp/geometry/geometry_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698