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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 403503003: Avoid merging chrome_browser_desktop_linux_sources lists (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 9c3ec1b7f3a92b85fb5414d227b8dc09b3fc4cf6..7aa4400a2c1835b91cb08443c89a7b90ec619a12 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2460,7 +2460,7 @@
'browser/ui/webui/certificate_viewer_webui.h',
],
# Desktop Linux. Assume aura/ash/views.
- 'chrome_browser_desktop_linux_sources': [
+ 'chrome_browser_ui_desktop_linux_sources': [
'browser/ui/views/app_list/linux/app_list_linux.cc',
'browser/ui/views/app_list/linux/app_list_linux.h',
'browser/ui/views/app_list/linux/app_list_service_linux.cc',
@@ -2883,7 +2883,7 @@
],
}],
['desktop_linux==1', {
- 'sources': [ '<@(chrome_browser_desktop_linux_sources)' ],
+ 'sources': [ '<@(chrome_browser_ui_desktop_linux_sources)' ],
}],
['OS=="linux"', { # Both desktop Linux and ChromeOS.
'sources': [ '<@(chrome_browser_ui_linux_sources)' ],
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698