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

Unified Diff: BUILD.gn

Issue 335693004: Hook up content/browser compile in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/common.gypi » ('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 2e50210f8befdccb85b15156c7325faf9547b6f9..2b392fdcb2d39b59e9c4868d47fdb8c6a3fb4588 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -35,7 +35,7 @@ group("root") {
"//components/translate:translate_core_browser",
"//components/translate:translate_core_common",
"//components/url_matcher",
- #"//content/public/browser", # Exists but doesn't build yet.
+ "//content/public/browser",
"//content/public/child",
"//content/public/common",
"//content/public/renderer",
@@ -130,6 +130,7 @@ group("root") {
if (is_android) {
deps -= [
"//cc",
+ "//content/public/browser",
"//content/public/common",
"//content/public/renderer",
"//dbus",
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698