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

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

Issue 2074543003: ARC: Add a link to "Manage supported links" in the Chrome app info dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 284158123f5213962511aa3e1ad97d6c272087df..0bb14a72eb718dffa4ba6105d2c3659bba8d388b 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -315,6 +315,12 @@ target(chrome_browser_target_type, "ui") {
".",
"//chrome")
}
+ if (is_chromeos) {
Peter Kasting 2016/06/22 05:04:52 Nit: Can restructure to combine with conditional a
mtomasz 2016/06/22 07:03:05 Done.
mtomasz 2016/06/22 07:03:05 Done.
+ sources +=
+ rebase_path(gypi_values.chrome_browser_ui_views_chromeos_sources,
+ ".",
+ "//chrome")
+ }
if (!is_mac) {
sources +=
rebase_path(gypi_values.chrome_browser_ui_views_non_mac_sources,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/app_list/app_list_service_views_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698