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

Unified Diff: chrome/browser/BUILD.gn

Issue 2443463003: Remove PermissionInfoBarDelegate from desktop builds. (Closed)
Patch Set: Add comment explaining lifetime Created 4 years, 2 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/browser/geolocation/geolocation_infobar_delegate_android.h » ('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 e22b2d26a2d9505ca9079ed00c2a13ea22898eaf..c021eea75a115d4bb6fa3426dc2d65acc72f15d1 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -754,8 +754,6 @@ split_static_library("browser") {
"permissions/permission_context_base.h",
"permissions/permission_decision_auto_blocker.cc",
"permissions/permission_decision_auto_blocker.h",
- "permissions/permission_infobar_delegate.cc",
- "permissions/permission_infobar_delegate.h",
"permissions/permission_manager.cc",
"permissions/permission_manager.h",
"permissions/permission_manager_factory.cc",
@@ -3301,6 +3299,8 @@ split_static_library("browser") {
"password_manager/update_password_infobar_delegate_android.h",
"permissions/grouped_permission_infobar_delegate_android.cc",
"permissions/grouped_permission_infobar_delegate_android.h",
+ "permissions/permission_infobar_delegate.cc",
+ "permissions/permission_infobar_delegate.h",
"permissions/permission_queue_controller.cc",
"permissions/permission_queue_controller.h",
"permissions/permission_update_infobar_delegate_android.cc",
« no previous file with comments | « no previous file | chrome/browser/geolocation/geolocation_infobar_delegate_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698