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

Side by Side 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, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/shell_dialogs/select_file_dialog.cc ('k') | ui/views/views.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 'sources/': [ 602 'sources/': [
603 ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.cc'], 603 ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.cc'],
604 ['exclude', 'base/dragdrop/drag_utils_aura.cc'], 604 ['exclude', 'base/dragdrop/drag_utils_aura.cc'],
605 ], 605 ],
606 }], 606 }],
607 ['use_aura==0 and toolkit_views==0', { 607 ['use_aura==0 and toolkit_views==0', {
608 'sources/': [ 608 'sources/': [
609 ['exclude', '^base/gestures/*'], 609 ['exclude', '^base/gestures/*'],
610 ] 610 ]
611 }], 611 }],
612 ['use_aura==1 and use_ash==0 and OS=="linux"', {
613 'sources': [
614 'base/linux_ui.cc',
615 'base/linux_ui.h',
616 ]
617 }],
618 ['use_glib == 1', { 612 ['use_glib == 1', {
619 'dependencies': [ 613 'dependencies': [
620 # font_gtk.cc uses fontconfig. 614 # font_gtk.cc uses fontconfig.
621 '../build/linux/system.gyp:fontconfig', 615 '../build/linux/system.gyp:fontconfig',
622 '../build/linux/system.gyp:glib', 616 '../build/linux/system.gyp:glib',
623 '../build/linux/system.gyp:pangocairo', 617 '../build/linux/system.gyp:pangocairo',
624 '../build/linux/system.gyp:x11', 618 '../build/linux/system.gyp:x11',
625 '../build/linux/system.gyp:xext', 619 '../build/linux/system.gyp:xext',
626 '../build/linux/system.gyp:xfixes', 620 '../build/linux/system.gyp:xfixes',
627 ], 621 ],
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 'link_settings': { 929 'link_settings': {
936 'libraries': [ 930 'libraries': [
937 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 931 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
938 ], 932 ],
939 }, 933 },
940 }, 934 },
941 ], 935 ],
942 }], 936 }],
943 ], 937 ],
944 } 938 }
OLDNEW
« 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