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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 1838273003: MD Settings: Hooking up native certificate manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Spaces. Created 4 years, 9 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 84ac99a50541d16938c4dfbbdd05ce8029606c2a..5b5476115b28e566334f3f06bc472881cf9b918a 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -362,6 +362,11 @@ source_set("ui") {
sources +=
rebase_path(gypi_values.chrome_browser_ui_nss_sources, ".", "//chrome")
}
+ if (is_mac || is_win) {
+ sources += rebase_path(gypi_values.chrome_browser_ui_non_nss_sources,
+ ".",
+ "//chrome")
+ }
if (!enable_themes) {
sources -= [ "webui/theme_source.cc" ]
}
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | chrome/browser/ui/webui/settings/md_settings_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698