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

Unified Diff: build/linux/system.gyp

Issue 6904053: Remove ibus checking script from views.gyp and add use_ibus=1 option (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updated Created 9 years, 8 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') | views/views.gyp » ('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 a52083b9ad6eef43a1aad7bf1ca9a620f592a219..2a4c2aab065380102136f443cd1f086a2abfa66f 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -350,11 +350,9 @@
'target_name': 'ibus',
'type': 'settings',
'conditions': [
- ['"<!@(<(pkg-config) --atleast-version=1.3.99 ibus-1.0 || echo $?)"==""', {
- 'variables': {
- 'ibus': 1
- },
+ ['use_ibus==1', {
'direct_dependent_settings': {
+ 'defines': ['HAVE_IBUS=1'],
'cflags': [
'<!@(<(pkg-config) --cflags ibus-1.0)',
],
« no previous file with comments | « build/common.gypi ('k') | views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698