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

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: Created 4 years, 12 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 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",
]
}

Powered by Google App Engine
This is Rietveld 408576698