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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 'sources/': [ | 599 'sources/': [ |
600 ['exclude', '^base/gestures/*'], | 600 ['exclude', '^base/gestures/*'], |
601 ] | 601 ] |
602 }], | 602 }], |
603 ['use_aura==1 and use_ash==0 and OS=="linux"', { | 603 ['use_aura==1 and use_ash==0 and OS=="linux"', { |
604 'sources': [ | 604 'sources': [ |
605 'base/linux_ui.cc', | 605 'base/linux_ui.cc', |
606 'base/linux_ui.h', | 606 'base/linux_ui.h', |
607 ] | 607 ] |
608 }], | 608 }], |
609 ['use_ibus==1', { | |
610 'dependencies': [ | |
611 '../build/linux/system.gyp:ibus', | |
612 ], | |
613 }], | |
614 ['use_glib == 1', { | 609 ['use_glib == 1', { |
615 'dependencies': [ | 610 'dependencies': [ |
616 # font_gtk.cc uses fontconfig. | 611 # font_gtk.cc uses fontconfig. |
617 '../build/linux/system.gyp:fontconfig', | 612 '../build/linux/system.gyp:fontconfig', |
618 '../build/linux/system.gyp:glib', | 613 '../build/linux/system.gyp:glib', |
619 '../build/linux/system.gyp:pangocairo', | 614 '../build/linux/system.gyp:pangocairo', |
620 '../build/linux/system.gyp:x11', | 615 '../build/linux/system.gyp:x11', |
621 '../build/linux/system.gyp:xext', | 616 '../build/linux/system.gyp:xext', |
622 '../build/linux/system.gyp:xfixes', | 617 '../build/linux/system.gyp:xfixes', |
623 ], | 618 ], |
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
927 'link_settings': { | 922 'link_settings': { |
928 'libraries': [ | 923 'libraries': [ |
929 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 924 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
930 ], | 925 ], |
931 }, | 926 }, |
932 }, | 927 }, |
933 ], | 928 ], |
934 }], | 929 }], |
935 ], | 930 ], |
936 } | 931 } |
OLD | NEW |