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

Unified Diff: chrome/browser/BUILD.gn

Issue 1313383006: Don't compile save_password_infobar_delegate.cc everywhere but Mac and Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase against ToT Created 5 years, 3 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 | « AUTHORS ('k') | chrome/browser/about_flags.cc » ('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 cefe99b763cc0708f20a711f6e10569ed694dde1..c76e699ec49b44499ad5f6278e991a34bd1df6d3 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -375,6 +375,12 @@ source_set("browser") {
#"browser_app_shim" TODO(GYP) bug 512600
]
}
+ if (is_mac || is_android) {
+ sources += rebase_path(
+ gypi_values.chrome_browser_password_manager_mac_android_sources,
+ ".",
+ "//chrome")
+ }
if (enable_extensions) {
public_deps += [ "//chrome/browser/extensions" ]
deps += [
« no previous file with comments | « AUTHORS ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698