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

Side by Side Diff: ui/ui.gyp

Issue 11896029: Remove use_ibus variable from gyp file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « chrome/chrome_browser_ui.gypi ('k') | no next file » | 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698