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 769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
780 }], | 780 }], |
781 | 781 |
782 ['OS=="android"', { | 782 ['OS=="android"', { |
783 'enable_webrtc%': 1, | 783 'enable_webrtc%': 1, |
784 }], | 784 }], |
785 | 785 |
786 ['OS=="ios"', { | 786 ['OS=="ios"', { |
787 'disable_ftp_support%': 1, | 787 'disable_ftp_support%': 1, |
788 'enable_extensions%': 0, | 788 'enable_extensions%': 0, |
789 'enable_google_now%': 0, | 789 'enable_google_now%': 0, |
790 'cld_version%': 1, | 790 'cld_version%': 2, |
| 791 'cld2_table_size%': 0, |
791 'enable_basic_printing%': 0, | 792 'enable_basic_printing%': 0, |
792 'enable_print_preview%': 0, | 793 'enable_print_preview%': 0, |
793 'enable_session_service%': 0, | 794 'enable_session_service%': 0, |
794 'enable_spellcheck%': 0, | 795 'enable_spellcheck%': 0, |
795 'enable_themes%': 0, | 796 'enable_themes%': 0, |
796 'enable_webrtc%': 0, | 797 'enable_webrtc%': 0, |
797 'notifications%': 0, | 798 'notifications%': 0, |
798 'remoting%': 0, | 799 'remoting%': 0, |
799 'safe_browsing%': 0, | 800 'safe_browsing%': 0, |
800 'enable_managed_users%': 0, | 801 'enable_managed_users%': 0, |
(...skipping 5049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5850 # settings in target dicts. SYMROOT is a special case, because many other | 5851 # settings in target dicts. SYMROOT is a special case, because many other |
5851 # Xcode variables depend on it, including variables such as | 5852 # Xcode variables depend on it, including variables such as |
5852 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5853 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
5853 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5854 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
5854 # files to appear (when present) in the UI as actual files and not red | 5855 # files to appear (when present) in the UI as actual files and not red |
5855 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5856 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
5856 # and therefore SYMROOT, needs to be set at the project level. | 5857 # and therefore SYMROOT, needs to be set at the project level. |
5857 'SYMROOT': '<(DEPTH)/xcodebuild', | 5858 'SYMROOT': '<(DEPTH)/xcodebuild', |
5858 }, | 5859 }, |
5859 } | 5860 } |
OLD | NEW |