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

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: android fix 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') | content/common/common.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 4b392ac7f7f6821d6d5f396f67aefe0822326e4e..3be2e29c5c34d68329e3a997f6008dea1c676d8f 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",
@@ -57,6 +58,7 @@ group("root") {
"//third_party/zlib",
"//third_party:jpeg",
"//tools/gn",
+ "//ui/accessibility",
"//ui/base:ui_base",
"//ui/events",
"//ui/gfx",
@@ -82,11 +84,13 @@ group("root") {
"//third_party/libusb",
"//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') | content/common/common.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698