Index: mojo/services/gfx/composition/cpp/BUILD.gn |
diff --git a/mojo/services/geometry/cpp/BUILD.gn b/mojo/services/gfx/composition/cpp/BUILD.gn |
similarity index 66% |
copy from mojo/services/geometry/cpp/BUILD.gn |
copy to mojo/services/gfx/composition/cpp/BUILD.gn |
index 783b8ef4070b1b9cfaa236b2fe7ed4e308cb18fb..2c0a55bec5250920eaf620984eda0a3d3e0c2a2f 100644 |
--- a/mojo/services/geometry/cpp/BUILD.gn |
+++ b/mojo/services/gfx/composition/cpp/BUILD.gn |
@@ -1,4 +1,4 @@ |
-# Copyright 2014 The Chromium Authors. All rights reserved. |
+# Copyright 2015 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. |
@@ -7,15 +7,14 @@ import("$mojo_sdk_root/mojo/public/mojo_sdk.gni") |
mojo_sdk_source_set("cpp") { |
restrict_external_deps = false |
- public_configs = [ "../../public/build/config:mojo_services" ] |
+ public_configs = [ "../../../public/build/config:mojo_services" ] |
sources = [ |
- "geometry_util.cc", |
- "geometry_util.h", |
"logging.cc", |
"logging.h", |
] |
deps = [ |
"../interfaces", |
+ "../../../geometry/cpp", |
] |
} |