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

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

Issue 476103002: Make DisplayInfoProvider an interface (Closed) Base URL: git@github.com:tmpsantos/chromium.git@display_info
Patch Set: Fixed GN and Windows build Created 6 years, 4 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/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index ca05b10a3ce0844967ee2d9d1aa23181cf7484a2..6e6ac5e52ed95c5a4cee78bf29636c125d58a906 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -191,7 +191,7 @@ static_library("extensions") {
"//third_party/isimpledom",
]
} else if (!is_chromeos) {
- sources += [ "api/system_display/display_info_provider_aura.cc" ]
+ sources += [ "display_info_provider_impl_aura.cc" ]
}
if (enable_app_list) {

Powered by Google App Engine
This is Rietveld 408576698