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

Unified Diff: BUILD.gn

Issue 287233002: Start work on GN build for content/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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 | build/gypi_to_gn.py » ('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 22c9aa1020dbfeba2137c09e33cddaec850765f0..6199035e045c13d0b0ca2442f0491d2550ecb666 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -26,6 +26,7 @@ group("root") {
"//components/os_crypt",
"//components/startup_metric_utils",
"//components/resources:components_resources",
+ "//components/tracing",
"//components/translate:translate_core_browser",
"//components/translate:translate_core_common",
"//components/url_matcher",
@@ -59,6 +60,7 @@ group("root") {
"//third_party/zlib",
"//third_party:jpeg",
"//tools/gn",
+ "//ui/accessibility",
"//ui/base:ui_base",
"//ui/events",
"//ui/gfx",
@@ -84,11 +86,13 @@ group("root") {
#"//third_party/WebKit/Source/platform",
"//third_party/WebKit/Source/wtf", # TODO(brettw) re-enable for Android.
"//tools/gn",
+
+ # This UI stuff is blocked on Skia.
+ "//ui/accessibility",
"//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.
+ "//ui/surface",
]
}
}
« no previous file with comments | « no previous file | build/gypi_to_gn.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698