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

Unified Diff: ui/ui.gyp

Issue 12315139: Sort out build dependencies for LinuxUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment Created 7 years, 10 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 | « ui/shell_dialogs/select_file_dialog.cc ('k') | ui/views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 1a5d368c1300a120c1493bfda5347e17ba416d78..02c8bda377bd1ffa8f6cb3def235515a0763c1cf 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -609,12 +609,6 @@
['exclude', '^base/gestures/*'],
]
}],
- ['use_aura==1 and use_ash==0 and OS=="linux"', {
- 'sources': [
- 'base/linux_ui.cc',
- 'base/linux_ui.h',
- ]
- }],
['use_glib == 1', {
'dependencies': [
# font_gtk.cc uses fontconfig.
« no previous file with comments | « ui/shell_dialogs/select_file_dialog.cc ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698