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

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: Addressed review comments. 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 6d602f50ce612d05dead675b3f572492633b0523..66cc3bbc4854f1271639041fc9c0ceeb386261bb 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -190,7 +190,10 @@ static_library("extensions") {
"//third_party/isimpledom",
]
} else if (!is_chromeos) {
- sources += [ "api/system_display/display_info_provider_aura.cc" ]
+ sources += [
+ "display_info_provider_aura.cc",
+ "display_info_provider_aura.h",
+ ]
}
if (enable_app_list) {

Powered by Google App Engine
This is Rietveld 408576698