OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |