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

Unified Diff: chrome/common/BUILD.gn

Issue 1077823005: Declare providing extension capabilities in the manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed gn. Created 5 years, 8 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/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 7de5abb887cdd1d02e3fa027d666e2de9e998ebf..d7a04031d0e42b7fdd3f7a32b823935744adb8df 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -112,6 +112,12 @@ static_library("common") {
if (enable_media_router) {
defines += [ "ENABLE_MEDIA_ROUTER=1" ]
}
+ if (is_chromeos) {
+ sources +=
+ rebase_path(gypi_values.chrome_common_extensions_chromeos_sources,
+ ".",
+ "//chrome")
+ }
}
if (is_win || is_mac) {

Powered by Google App Engine
This is Rietveld 408576698