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

Unified Diff: BUILD.gn

Issue 348363002: Add chrome/plugin and chrome/utility to 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 | chrome/chrome_utility.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 b98938c756c6e96fd17890eb6d8f803424f115db..8d69da6f5c49e9961ce06931905aa5923cfca263 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -21,7 +21,9 @@ group("root") {
"//cc",
"//chrome/common",
+ "//chrome/plugin",
"//chrome/renderer",
+ "//chrome/utility",
"//components:all_components",
"//content",
"//crypto",
@@ -125,7 +127,9 @@ group("root") {
deps -= [
"//cc",
"//chrome/common", # Blocked on content.
+ "//chrome/plugin", # Blocked on content.
"//chrome/renderer", # Blocked on content.
+ "//chrome/utility", # Blocked on content.
"//content",
"//extensions/common/api:extensions_api",
"//pdf", # Not compiled on Android in GYP yet, either.
« no previous file with comments | « no previous file | chrome/chrome_utility.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698