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

Side by Side Diff: content/content_common.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
« build/common.gypi ('K') | « content/content_browser.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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'common/file_utilities_messages.h', 188 'common/file_utilities_messages.h',
189 'common/find_match_rect_android.cc', 189 'common/find_match_rect_android.cc',
190 'common/find_match_rect_android.h', 190 'common/find_match_rect_android.h',
191 'common/font_cache_dispatcher_win.cc', 191 'common/font_cache_dispatcher_win.cc',
192 'common/font_cache_dispatcher_win.h', 192 'common/font_cache_dispatcher_win.h',
193 'common/font_config_ipc_linux.cc', 193 'common/font_config_ipc_linux.cc',
194 'common/font_config_ipc_linux.h', 194 'common/font_config_ipc_linux.h',
195 'common/font_list.cc', 195 'common/font_list.cc',
196 'common/font_list.h', 196 'common/font_list.h',
197 'common/font_list_android.cc', 197 'common/font_list_android.cc',
198 'common/font_list_linux.cc',
199 'common/font_list_mac.mm', 198 'common/font_list_mac.mm',
199 'common/font_list_pango.cc',
200 'common/font_list_win.cc', 200 'common/font_list_win.cc',
201 'common/gamepad_hardware_buffer.h', 201 'common/gamepad_hardware_buffer.h',
202 'common/gamepad_messages.h', 202 'common/gamepad_messages.h',
203 'common/gamepad_seqlock.cc', 203 'common/gamepad_seqlock.cc',
204 'common/gamepad_seqlock.h', 204 'common/gamepad_seqlock.h',
205 'common/gamepad_user_gesture.cc', 205 'common/gamepad_user_gesture.cc',
206 'common/gamepad_user_gesture.h', 206 'common/gamepad_user_gesture.h',
207 'common/geolocation_messages.h', 207 'common/geolocation_messages.h',
208 'common/gpu/client/command_buffer_proxy_impl.cc', 208 'common/gpu/client/command_buffer_proxy_impl.cc',
209 'common/gpu/client/command_buffer_proxy_impl.h', 209 'common/gpu/client/command_buffer_proxy_impl.h',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'content.gyp:content_jni_headers', 446 'content.gyp:content_jni_headers',
447 'content.gyp:common_aidl', 447 'content.gyp:common_aidl',
448 ], 448 ],
449 }], 449 }],
450 ['toolkit_uses_gtk == 1', { 450 ['toolkit_uses_gtk == 1', {
451 'dependencies': [ 451 'dependencies': [
452 '../build/linux/system.gyp:gtk', 452 '../build/linux/system.gyp:gtk',
453 ], 453 ],
454 }], 454 }],
455 ['use_x11 == 1', { 455 ['use_x11 == 1', {
456 'dependencies': [
457 '../build/linux/system.gyp:pangocairo',
458 ],
459 'include_dirs': [ 456 'include_dirs': [
460 '<(DEPTH)/third_party/angle/include', 457 '<(DEPTH)/third_party/angle/include',
461 ], 458 ],
462 'link_settings': { 459 'link_settings': {
463 'libraries': [ 460 'libraries': [
464 '-lXcomposite', 461 '-lXcomposite',
465 ], 462 ],
466 }, 463 },
467 }], 464 }],
465 ['use_pango == 1', {
466 'dependencies': [
467 '../build/linux/system.gyp:pangocairo',
468 ],
469 }, { # use_pango == 0
470 'sources!': [
471 'common/font_list_pango.cc',
472 ],
473 }],
468 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', { 474 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
469 'sources': [ 475 'sources': [
470 'common/gpu/x_util.cc', 476 'common/gpu/x_util.cc',
471 'common/gpu/x_util.h', 477 'common/gpu/x_util.h',
472 ], 478 ],
473 }], 479 }],
474 ['enable_plugins==1', { 480 ['enable_plugins==1', {
475 'dependencies': [ 481 'dependencies': [
476 '../ppapi/ppapi_internal.gyp:ppapi_shared', 482 '../ppapi/ppapi_internal.gyp:ppapi_shared',
477 ], 483 ],
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 590 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
585 '<(output)', 591 '<(output)',
586 '<(PRODUCT_DIR)', 592 '<(PRODUCT_DIR)',
587 ], 593 ],
588 'msvs_cygwin_shell': 1, 594 'msvs_cygwin_shell': 1,
589 }, 595 },
590 ] 596 ]
591 }], 597 }],
592 ], 598 ],
593 } 599 }
OLDNEW
« build/common.gypi ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698