| 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 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 | 632 |
| 633 # linux_use_gold_flags: whether to use build flags that rely on gold. | 633 # linux_use_gold_flags: whether to use build flags that rely on gold. |
| 634 # On by default for x64 Linux. Temporarily off for ChromeOS as | 634 # On by default for x64 Linux. Temporarily off for ChromeOS as |
| 635 # it failed on a buildbot. | 635 # it failed on a buildbot. |
| 636 ['OS=="linux" and target_arch=="x64" and chromeos==0', { | 636 ['OS=="linux" and target_arch=="x64" and chromeos==0', { |
| 637 'linux_use_gold_flags%': 1, | 637 'linux_use_gold_flags%': 1, |
| 638 }, { | 638 }, { |
| 639 'linux_use_gold_flags%': 0, | 639 'linux_use_gold_flags%': 0, |
| 640 }], | 640 }], |
| 641 | 641 |
| 642 ['chromeos==1', { | |
| 643 'linux_use_libgps%': 1, | |
| 644 }, { # chromeos==0 | |
| 645 # Do not use libgps on desktop Linux by default, | |
| 646 # see http://crbug.com/103751. | |
| 647 'linux_use_libgps%': 0, | |
| 648 }], | |
| 649 | |
| 650 ['OS=="android" or OS=="ios"', { | 642 ['OS=="android" or OS=="ios"', { |
| 651 'enable_captive_portal_detection%': 0, | 643 'enable_captive_portal_detection%': 0, |
| 652 }, { | 644 }, { |
| 653 'enable_captive_portal_detection%': 1, | 645 'enable_captive_portal_detection%': 1, |
| 654 }], | 646 }], |
| 655 | 647 |
| 656 # Enable Skia UI text drawing incrementally on different platforms. | 648 # Enable Skia UI text drawing incrementally on different platforms. |
| 657 # http://crbug.com/105550 | 649 # http://crbug.com/105550 |
| 658 # | 650 # |
| 659 # On Aura, this allows per-tile painting to be used in the browser | 651 # On Aura, this allows per-tile painting to be used in the browser |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 'order_text_section%': '<(order_text_section)', | 851 'order_text_section%': '<(order_text_section)', |
| 860 'enable_extensions%': '<(enable_extensions)', | 852 'enable_extensions%': '<(enable_extensions)', |
| 861 'enable_plugin_installation%': '<(enable_plugin_installation)', | 853 'enable_plugin_installation%': '<(enable_plugin_installation)', |
| 862 'enable_plugins%': '<(enable_plugins)', | 854 'enable_plugins%': '<(enable_plugins)', |
| 863 'enable_session_service%': '<(enable_session_service)', | 855 'enable_session_service%': '<(enable_session_service)', |
| 864 'enable_themes%': '<(enable_themes)', | 856 'enable_themes%': '<(enable_themes)', |
| 865 'enable_autofill_dialog%': '<(enable_autofill_dialog)', | 857 'enable_autofill_dialog%': '<(enable_autofill_dialog)', |
| 866 'enable_background%': '<(enable_background)', | 858 'enable_background%': '<(enable_background)', |
| 867 'linux_use_gold_binary%': '<(linux_use_gold_binary)', | 859 'linux_use_gold_binary%': '<(linux_use_gold_binary)', |
| 868 'linux_use_gold_flags%': '<(linux_use_gold_flags)', | 860 'linux_use_gold_flags%': '<(linux_use_gold_flags)', |
| 869 'linux_use_libgps%': '<(linux_use_libgps)', | |
| 870 'use_canvas_skia%': '<(use_canvas_skia)', | 861 'use_canvas_skia%': '<(use_canvas_skia)', |
| 871 'test_isolation_mode%': '<(test_isolation_mode)', | 862 'test_isolation_mode%': '<(test_isolation_mode)', |
| 872 'test_isolation_outdir%': '<(test_isolation_outdir)', | 863 'test_isolation_outdir%': '<(test_isolation_outdir)', |
| 873 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', | 864 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', |
| 874 'enable_automation%': '<(enable_automation)', | 865 'enable_automation%': '<(enable_automation)', |
| 875 'enable_printing%': '<(enable_printing)', | 866 'enable_printing%': '<(enable_printing)', |
| 876 'enable_spellcheck%': '<(enable_spellcheck)', | 867 'enable_spellcheck%': '<(enable_spellcheck)', |
| 877 'enable_google_now%': '<(enable_google_now)', | 868 'enable_google_now%': '<(enable_google_now)', |
| 878 'cld_version%': '<(cld_version)', | 869 'cld_version%': '<(cld_version)', |
| 879 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 870 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
| (...skipping 3857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4737 # settings in target dicts. SYMROOT is a special case, because many other | 4728 # settings in target dicts. SYMROOT is a special case, because many other |
| 4738 # Xcode variables depend on it, including variables such as | 4729 # Xcode variables depend on it, including variables such as |
| 4739 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4730 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 4740 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4731 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 4741 # files to appear (when present) in the UI as actual files and not red | 4732 # files to appear (when present) in the UI as actual files and not red |
| 4742 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4733 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 4743 # and therefore SYMROOT, needs to be set at the project level. | 4734 # and therefore SYMROOT, needs to be set at the project level. |
| 4744 'SYMROOT': '<(DEPTH)/xcodebuild', | 4735 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 4745 }, | 4736 }, |
| 4746 } | 4737 } |
| OLD | NEW |