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

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: Added a comment about a global intentionally leaking. 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/system_display/display_info_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index d8b196c408bfefc4b8390f06b7ba786debf852e1..ddadf69d3e1bd50daaad8137ffa6b0cc5e311ed7 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -191,7 +191,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) {
« no previous file with comments | « no previous file | chrome/browser/extensions/api/system_display/display_info_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698