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

Unified Diff: BUILD.gn

Issue 306113002: Add GN buildfiles for ui/compositor and snapshot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no android 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 | components/translate/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 0cdc5fb51be2a78214afa9debbd0915525906b12..672ad28de02aabf4b8580353ccc890fd69addd88 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -74,12 +74,13 @@ group("root") {
"//third_party:jpeg",
"//tools/gn",
"//ui/accessibility",
- "//ui/base:ui_base",
+ "//ui/base",
"//ui/events",
"//ui/gfx",
"//ui/gl",
"//ui/native_theme",
"//ui/resources",
+ "//ui/snapshot",
"//ui/strings",
"//ui/surface",
"//url",
@@ -113,6 +114,7 @@ group("root") {
# generators (ui/gl/gl.gyp:surface_jni_headers).
"//ui/gl",
"//gpu",
+ "//ui/snapshot",
"//ui/surface",
]
}
« no previous file with comments | « no previous file | components/translate/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698