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

Unified Diff: BUILD.gn

Issue 299113002: Add content renderer to the GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: widevine 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/config/features.gni » ('j') | content/content_renderer.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 6a9e94dba082410303c3e5989caf1a604d8a0fed..b5002963e2a937e389bd37a3b02c8318ab8a5052 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -31,6 +31,7 @@ group("root") {
"//components/translate:translate_core_common",
"//components/url_matcher",
"//content/public/common",
+ "//content/public/renderer",
"//crypto",
"//device/usb",
#"//extensions/common/api:extensions_api",
@@ -69,6 +70,7 @@ group("root") {
"//ui/base:ui_base",
"//ui/events",
"//ui/gfx",
+ "//ui/native_theme",
"//ui/resources",
"//ui/strings",
"//ui/surface",
@@ -85,6 +87,7 @@ group("root") {
if (is_android) {
deps -= [
"//content/public/common",
+ "//content/public/renderer",
"//gpu/command_buffer/client", # Needs some JNI stuff:
"//gpu/command_buffer/service",
"//net",
@@ -96,6 +99,7 @@ group("root") {
# ui_base doesn't work yet, and neither do things that depend on it.
"//ui/base:ui_base",
"//ui/events",
+ "//ui/native_theme",
"//ui/surface",
]
}
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | content/content_renderer.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698