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

Unified Diff: services/gfx/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: services/gfx/BUILD.gn
diff --git a/mojo/public/dart/BUILD.gn b/services/gfx/BUILD.gn
similarity index 78%
copy from mojo/public/dart/BUILD.gn
copy to services/gfx/BUILD.gn
index ab1f1723e9877a3a186e309bee9d41ddc1e5005e..3903d6be86b847a874b786817ea4dbc39b54efd0 100644
--- a/mojo/public/dart/BUILD.gn
+++ b/services/gfx/BUILD.gn
@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-group("dart") {
+group("gfx") {
deps = [
- "third_party",
+ "//services/gfx/compositor",
]
}

Powered by Google App Engine
This is Rietveld 408576698