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

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

Issue 734243003: Adding the chrome://copresence page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@state
Patch Set: Created 6 years 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/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 6e87a071725bff0159f5feb467ab27876d9d38a9..4377f69e90a0bc23a968cf57f4a42caf5f0504fd 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -383,6 +383,11 @@ static_library("ui") {
}
}
}
+ if (!is_ios && !is_android) {
+ sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources,
+ ".", "//chrome")
+ deps += [ "//components/copresence" ]
+ }
if (enable_app_list) {
sources += rebase_path(gypi_values.chrome_browser_ui_app_list_sources,

Powered by Google App Engine
This is Rietveld 408576698