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

Unified Diff: BUILD.gn

Issue 282353002: Add GN build file for surface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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') | ui/surface/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e5e8dd3ed7b13402daef242cbff0e025f38c9229..befee95ea4cf2ed8ac3feaaa25e05c489bccd283 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -61,6 +61,7 @@ group("root") {
"//ui/events",
"//ui/gfx",
"//ui/resources",
+ "//ui/surface",
"//url",
]
@@ -83,6 +84,7 @@ group("root") {
"//ui/base:ui_base",
"//ui/events",
"//ui/gfx",
+ "//ui/surface",
brettw 2014/05/16 16:57:04 Is this because it depends on Skia? Can you put a
tfarina 2014/05/16 21:24:24 Yes. It is because Android GN is targeting ARM and
]
}
}
« no previous file with comments | « no previous file | ui/surface/BUILD.gn » ('j') | ui/surface/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698