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

Unified Diff: build/linux/system.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index fa9aee6e08e594fb9f565192eb321c1313cefe7d..4b3ab39a8d5f73a65f614ea066e225bc1ff1c4e3 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -801,31 +801,6 @@
},
},
{
- 'target_name': 'ibus',
- 'type': 'none',
- 'conditions': [
- ['use_ibus==1', {
- 'variables': {
- 'ibus_min_version': '1.3.99.20110425',
- },
- 'direct_dependent_settings': {
- 'defines': ['HAVE_IBUS=1'],
- 'cflags': [
- '<!@(<(pkg-config) --cflags "ibus-1.0 >= <(ibus_min_version)")',
- ],
- },
- 'link_settings': {
- 'ldflags': [
- '<!@(<(pkg-config) --libs-only-L --libs-only-other "ibus-1.0 >= <(ibus_min_version)")',
- ],
- 'libraries': [
- '<!@(<(pkg-config) --libs-only-l "ibus-1.0 >= <(ibus_min_version)")',
- ],
- },
- }],
- ],
- },
- {
'target_name': 'udev',
'type': 'none',
'conditions': [
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698