OLD | NEW |
---|---|
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 # IMPORTANT: | 5 # IMPORTANT: |
6 # Please don't directly include this file if you are building via gyp_chromium, | 6 # Please don't directly include this file if you are building via gyp_chromium, |
7 # since gyp_chromium is automatically forcing its inclusion. | 7 # since gyp_chromium is automatically forcing its inclusion. |
8 { | 8 { |
9 # Variables expected to be overriden on the GYP command line (-D) or by | 9 # Variables expected to be overriden on the GYP command line (-D) or by |
10 # ~/.gyp/include.gypi. | 10 # ~/.gyp/include.gypi. |
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
431 'use_nss%': 0, | 431 'use_nss%': 0, |
432 }], | 432 }], |
433 | 433 |
434 # Flags to use X11 on non-Mac POSIX platforms. | 434 # Flags to use X11 on non-Mac POSIX platforms. |
435 ['OS=="win" or OS=="mac" or OS=="ios" or OS=="android" or use_messagepum p_linux==1', { | 435 ['OS=="win" or OS=="mac" or OS=="ios" or OS=="android" or use_messagepum p_linux==1', { |
436 'use_x11%': 0, | 436 'use_x11%': 0, |
437 }, { | 437 }, { |
438 'use_x11%': 1, | 438 'use_x11%': 1, |
439 }], | 439 }], |
440 | 440 |
441 ['OS=="win" or OS=="mac" or OS=="ios" or OS=="android"', { | |
Mostyn Bramley-Moore
2013/04/11 22:08:32
From what I can see, pango depends on glib. Maybe
| |
442 'use_pango%': 0, | |
443 }, { | |
444 'use_pango%': 1, | |
445 }], | |
446 | |
441 # Flags to use glib on non-Mac POSIX platforms. | 447 # Flags to use glib on non-Mac POSIX platforms. |
442 ['OS=="win" or OS=="mac" or OS=="ios" or OS=="android"', { | 448 ['OS=="win" or OS=="mac" or OS=="ios" or OS=="android"', { |
443 'use_glib%': 0, | 449 'use_glib%': 0, |
444 }, { | 450 }, { |
445 'use_glib%': 1, | 451 'use_glib%': 1, |
446 }], | 452 }], |
447 | 453 |
448 # We always use skia text rendering in Aura on Windows, since GDI | 454 # We always use skia text rendering in Aura on Windows, since GDI |
449 # doesn't agree with our BackingStore. | 455 # doesn't agree with our BackingStore. |
450 # TODO(beng): remove once skia text rendering is on by default. | 456 # TODO(beng): remove once skia text rendering is on by default. |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
690 'ui_compositor_image_transport%': '<(ui_compositor_image_transport)', | 696 'ui_compositor_image_transport%': '<(ui_compositor_image_transport)', |
691 'use_aura%': '<(use_aura)', | 697 'use_aura%': '<(use_aura)', |
692 'use_ash%': '<(use_ash)', | 698 'use_ash%': '<(use_ash)', |
693 'use_openssl%': '<(use_openssl)', | 699 'use_openssl%': '<(use_openssl)', |
694 'use_nss%': '<(use_nss)', | 700 'use_nss%': '<(use_nss)', |
695 'os_bsd%': '<(os_bsd)', | 701 'os_bsd%': '<(os_bsd)', |
696 'os_posix%': '<(os_posix)', | 702 'os_posix%': '<(os_posix)', |
697 'use_glib%': '<(use_glib)', | 703 'use_glib%': '<(use_glib)', |
698 'use_messagepump_linux%': '<(use_messagepump_linux)', | 704 'use_messagepump_linux%': '<(use_messagepump_linux)', |
699 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)', | 705 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)', |
706 'use_pango%': '<(use_pango)', | |
700 'use_x11%': '<(use_x11)', | 707 'use_x11%': '<(use_x11)', |
701 'use_gnome_keyring%': '<(use_gnome_keyring)', | 708 'use_gnome_keyring%': '<(use_gnome_keyring)', |
702 'linux_fpic%': '<(linux_fpic)', | 709 'linux_fpic%': '<(linux_fpic)', |
703 'chromeos%': '<(chromeos)', | 710 'chromeos%': '<(chromeos)', |
704 'enable_viewport%': '<(enable_viewport)', | 711 'enable_viewport%': '<(enable_viewport)', |
705 'enable_hidpi%': '<(enable_hidpi)', | 712 'enable_hidpi%': '<(enable_hidpi)', |
706 'enable_touch_ui%': '<(enable_touch_ui)', | 713 'enable_touch_ui%': '<(enable_touch_ui)', |
707 'use_xi2_mt%':'<(use_xi2_mt)', | 714 'use_xi2_mt%':'<(use_xi2_mt)', |
708 'file_manager_extension%': '<(file_manager_extension)', | 715 'file_manager_extension%': '<(file_manager_extension)', |
709 'image_loader_extension%': '<(image_loader_extension)', | 716 'image_loader_extension%': '<(image_loader_extension)', |
(...skipping 3522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4232 # settings in target dicts. SYMROOT is a special case, because many other | 4239 # settings in target dicts. SYMROOT is a special case, because many other |
4233 # Xcode variables depend on it, including variables such as | 4240 # Xcode variables depend on it, including variables such as |
4234 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4241 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
4235 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4242 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
4236 # files to appear (when present) in the UI as actual files and not red | 4243 # files to appear (when present) in the UI as actual files and not red |
4237 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4244 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
4238 # and therefore SYMROOT, needs to be set at the project level. | 4245 # and therefore SYMROOT, needs to be set at the project level. |
4239 'SYMROOT': '<(DEPTH)/xcodebuild', | 4246 'SYMROOT': '<(DEPTH)/xcodebuild', |
4240 }, | 4247 }, |
4241 } | 4248 } |
OLD | NEW |