| 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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 | 513 |
| 514 # linux_use_gold_flags: whether to use build flags that rely on gold. | 514 # linux_use_gold_flags: whether to use build flags that rely on gold. |
| 515 # On by default for x64 Linux. Temporarily off for ChromeOS as | 515 # On by default for x64 Linux. Temporarily off for ChromeOS as |
| 516 # it failed on a buildbot. | 516 # it failed on a buildbot. |
| 517 ['OS=="linux" and chromeos==0', { | 517 ['OS=="linux" and chromeos==0', { |
| 518 'linux_use_gold_flags%': 1, | 518 'linux_use_gold_flags%': 1, |
| 519 }, { | 519 }, { |
| 520 'linux_use_gold_flags%': 0, | 520 'linux_use_gold_flags%': 0, |
| 521 }], | 521 }], |
| 522 | 522 |
| 523 ['OS=="android"', { | 523 ['OS=="android" or OS=="ios"', { |
| 524 'enable_captive_portal_detection%': 0, | 524 'enable_captive_portal_detection%': 0, |
| 525 }, { | 525 }, { |
| 526 'enable_captive_portal_detection%': 1, | 526 'enable_captive_portal_detection%': 1, |
| 527 }], | 527 }], |
| 528 | 528 |
| 529 # Enable Skia UI text drawing incrementally on different platforms. | 529 # Enable Skia UI text drawing incrementally on different platforms. |
| 530 # http://crbug.com/105550 | 530 # http://crbug.com/105550 |
| 531 # | 531 # |
| 532 # On Aura, this allows per-tile painting to be used in the browser | 532 # On Aura, this allows per-tile painting to be used in the browser |
| 533 # compositor. | 533 # compositor. |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 956 }], | 956 }], |
| 957 # All Chrome builds have breakpad symbols, but only process the | 957 # All Chrome builds have breakpad symbols, but only process the |
| 958 # symbols from official builds. | 958 # symbols from official builds. |
| 959 ['(branding=="Chrome" and buildtype=="Official")', { | 959 ['(branding=="Chrome" and buildtype=="Official")', { |
| 960 'linux_dump_symbols%': 1, | 960 'linux_dump_symbols%': 1, |
| 961 }], | 961 }], |
| 962 ], | 962 ], |
| 963 }], # os_posix==1 and OS!="mac" and OS!="ios" | 963 }], # os_posix==1 and OS!="mac" and OS!="ios" |
| 964 ['OS=="ios"', { | 964 ['OS=="ios"', { |
| 965 'disable_nacl%': 1, | 965 'disable_nacl%': 1, |
| 966 'enable_background%': 0, |
| 966 'enable_gpu%': 0, | 967 'enable_gpu%': 0, |
| 967 'enable_task_manager%': 0, | 968 'enable_task_manager%': 0, |
| 968 'icu_use_data_file_flag%': 1, | 969 'icu_use_data_file_flag%': 1, |
| 969 'use_system_bzip2%': 1, | 970 'use_system_bzip2%': 1, |
| 970 'use_system_libxml%': 1, | 971 'use_system_libxml%': 1, |
| 971 'use_system_sqlite%': 1, | 972 'use_system_sqlite%': 1, |
| 972 | 973 |
| 973 # The Mac SDK is set for iOS builds and passed through to Mac | 974 # The Mac SDK is set for iOS builds and passed through to Mac |
| 974 # sub-builds. This allows the Mac sub-build SDK in an iOS build to be | 975 # sub-builds. This allows the Mac sub-build SDK in an iOS build to be |
| 975 # overridden from the command line the same way it is for a Mac build. | 976 # overridden from the command line the same way it is for a Mac build. |
| (...skipping 2703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3679 # settings in target dicts. SYMROOT is a special case, because many other | 3680 # settings in target dicts. SYMROOT is a special case, because many other |
| 3680 # Xcode variables depend on it, including variables such as | 3681 # Xcode variables depend on it, including variables such as |
| 3681 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 3682 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 3682 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 3683 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 3683 # files to appear (when present) in the UI as actual files and not red | 3684 # files to appear (when present) in the UI as actual files and not red |
| 3684 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 3685 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 3685 # and therefore SYMROOT, needs to be set at the project level. | 3686 # and therefore SYMROOT, needs to be set at the project level. |
| 3686 'SYMROOT': '<(DEPTH)/xcodebuild', | 3687 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 3687 }, | 3688 }, |
| 3688 } | 3689 } |
| OLD | NEW |