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

Unified Diff: BUILD.gn

Issue 282353002: Add GN build file for surface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: explain why Created 6 years, 7 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
« no previous file with comments | « no previous file | ui/surface/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 15d7fd2e8bf652fe4a404b0e4b45aeb972093dda..b87411de670e69e6bcb689517eb78b29980146e0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -62,6 +62,7 @@ group("root") {
"//ui/events",
"//ui/gfx",
"//ui/resources",
+ "//ui/surface",
"//url",
]
@@ -84,6 +85,8 @@ group("root") {
"//ui/base:ui_base",
"//ui/events",
"//ui/gfx",
+ "//ui/surface", # TODO(brettw): Skia does not build on Android yet.
+ # Re-enable this when skia is fixed.
]
}
}
« no previous file with comments | « no previous file | ui/surface/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698