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

Unified Diff: BUILD.gn

Issue 381643003: Add chrome/service to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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.gyp » ('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 30bce5a7feb417337fb0a23be8a58f17ba004fb7..f6939d794fa6f606f4c341906ec941df70a2f95d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -27,6 +27,7 @@ group("root") {
"//chrome/common",
"//chrome/plugin",
"//chrome/renderer",
+ "//chrome/service",
"//chrome/utility",
"//components:all_components",
"//content",
@@ -146,6 +147,7 @@ group("root") {
"//chrome/common", # Blocked on content.
"//chrome/plugin", # Blocked on content.
"//chrome/renderer", # Blocked on content.
+ "//chrome/service", # Blocked on content.
"//chrome/utility", # Blocked on content.
"//content",
"//extensions/common/api:extensions_api",
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698