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

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

Issue 389633002: Move system.* family of APIs to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed gn build Created 6 years, 5 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 b94b8e70538d4efd29892a41bf0bd3a59f870f69..2e91218375559369f4f6c904a8a5002f878bcba1 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -199,8 +199,6 @@ static_library("extensions") {
"//third_party/isimpledom",
#'launcher_support', TODO(GYP)
]
- } else if (!is_chromeos) {
- sources += [ "api/system_display/display_info_provider_aura.cc" ]
}
if (use_openssl) {

Powered by Google App Engine
This is Rietveld 408576698