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

Side by Side Diff: content/content_browser.gypi

Issue 14181002: Use pangocairo for all Linux builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: introduce use_pango Created 7 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 unified diff | Download patch
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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1157 ['OS=="linux" and use_aura==1', { 1157 ['OS=="linux" and use_aura==1', {
1158 'dependencies': [ 1158 'dependencies': [
1159 '../build/linux/system.gyp:dbus', 1159 '../build/linux/system.gyp:dbus',
1160 '../build/linux/system.gyp:fontconfig', 1160 '../build/linux/system.gyp:fontconfig',
1161 '../dbus/dbus.gyp:dbus', 1161 '../dbus/dbus.gyp:dbus',
1162 ], 1162 ],
1163 }], 1163 }],
1164 ['use_x11==1', { 1164 ['use_x11==1', {
1165 'dependencies': [ 1165 'dependencies': [
1166 '../build/linux/system.gyp:x11', 1166 '../build/linux/system.gyp:x11',
1167 ],
1168 }],
1169 ['use_pango==1', {
1170 'dependencies': [
1167 '../build/linux/system.gyp:pangocairo', 1171 '../build/linux/system.gyp:pangocairo',
1168 ], 1172 ],
1169 }], 1173 }],
1170 ['OS=="android"', { 1174 ['OS=="android"', {
1171 'dependencies': [ 1175 'dependencies': [
1172 '../media/media.gyp:media', 1176 '../media/media.gyp:media',
1173 'content.gyp:content_jni_headers', 1177 'content.gyp:content_jni_headers',
1174 ], 1178 ],
1175 'link_settings': { 1179 'link_settings': {
1176 'libraries': [ 1180 'libraries': [
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 '../third_party/speex/speex.gyp:libspeex', 1319 '../third_party/speex/speex.gyp:libspeex',
1316 ], 1320 ],
1317 }], 1321 }],
1318 ['linux_use_libgps==1', { 1322 ['linux_use_libgps==1', {
1319 'dependencies': [ 1323 'dependencies': [
1320 '../build/linux/system.gyp:libgps', 1324 '../build/linux/system.gyp:libgps',
1321 ], 1325 ],
1322 }], 1326 }],
1323 ], 1327 ],
1324 } 1328 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698