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

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: Update 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') | views/views.gyp » ('J')
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..3adf253f7fbe3d30ae2e542a2776a77928fbbac1 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -350,10 +350,7 @@
'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': {
'cflags': [
'<!@(<(pkg-config) --cflags ibus-1.0)',
« no previous file with comments | « build/common.gypi ('k') | views/views.gyp » ('j') | views/views.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698