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

Unified Diff: mojo/services/gfx/composition/cpp/BUILD.gn

Issue 1552963002: Initial checkin of the new Mozart compositor. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-11
Patch Set: fix android build Created 4 years, 11 months 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/gfx/composition/cpp/BUILD.gn
diff --git a/mojo/services/geometry/cpp/BUILD.gn b/mojo/services/gfx/composition/cpp/BUILD.gn
similarity index 67%
copy from mojo/services/geometry/cpp/BUILD.gn
copy to mojo/services/gfx/composition/cpp/BUILD.gn
index 9225ce4d340352dad55b68db7450a68834652285..8be29316bab8375cca38a942810c96a4ea909afa 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 = [
"formatting.cc",
"formatting.h",
- "geometry_util.cc",
- "geometry_util.h",
]
deps = [
+ "../../../geometry/cpp",
"../interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698