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

Unified Diff: chrome/browser/BUILD.gn

Issue 719383002: Cleanup: supervised_user_theme.cc should not be built if themes are not enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 796e932ada28a3118d952d97ad3223e571825220..d3e6455c9f788c4027e48d6ca07526a74cf9c420 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -623,6 +623,11 @@ static_library("browser") {
gypi_values.chrome_browser_supervised_user_sources,
".", "//chrome")
}
+ if (enable_managed_users && enable_themes) {
+ sources += rebase_path(
+ gypi_values.chrome_browser_supervised_user_and_themes_sources,
+ ".", "//chrome")
+ }
if (enable_webrtc) {
sources += rebase_path(
gypi_values.chrome_browser_webrtc_sources,
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698