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 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
808 'enable_session_service%': 0, | 808 'enable_session_service%': 0, |
809 'enable_spellcheck%': 0, | 809 'enable_spellcheck%': 0, |
810 'enable_themes%': 0, | 810 'enable_themes%': 0, |
811 'enable_webrtc%': 0, | 811 'enable_webrtc%': 0, |
812 'notifications%': 0, | 812 'notifications%': 0, |
813 'remoting%': 0, | 813 'remoting%': 0, |
814 'safe_browsing%': 0, | 814 'safe_browsing%': 0, |
815 'enable_supervised_users%': 0, | 815 'enable_supervised_users%': 0, |
816 'enable_task_manager%': 0, | 816 'enable_task_manager%': 0, |
817 'use_system_libcxx%': 1, | 817 'use_system_libcxx%': 1, |
818 'support_pre_M6_history_database%': 0, | |
819 }], | 818 }], |
820 | 819 |
821 # Use GPU accelerated cross process image transport by default | 820 # Use GPU accelerated cross process image transport by default |
822 # on linux builds with the Aura window manager | 821 # on linux builds with the Aura window manager |
823 ['use_aura==1 and OS=="linux"', { | 822 ['use_aura==1 and OS=="linux"', { |
824 'ui_compositor_image_transport%': 1, | 823 'ui_compositor_image_transport%': 1, |
825 }, { | 824 }, { |
826 'ui_compositor_image_transport%': 0, | 825 'ui_compositor_image_transport%': 0, |
827 }], | 826 }], |
828 | 827 |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1063 # | 1062 # |
1064 # Note that if you are building an official build or if | 1063 # Note that if you are building an official build or if |
1065 # use_official_google_api_keys has been set to 1 (explicitly or | 1064 # use_official_google_api_keys has been set to 1 (explicitly or |
1066 # implicitly), these values will be ignored and the official | 1065 # implicitly), these values will be ignored and the official |
1067 # keys will be used instead. | 1066 # keys will be used instead. |
1068 'google_api_key%': '', | 1067 'google_api_key%': '', |
1069 'google_default_client_id%': '', | 1068 'google_default_client_id%': '', |
1070 'google_default_client_secret%': '', | 1069 'google_default_client_secret%': '', |
1071 # Native Client is enabled by default. | 1070 # Native Client is enabled by default. |
1072 'disable_nacl%': '0', | 1071 'disable_nacl%': '0', |
1073 | |
1074 # Set to 1 to support old history files | |
1075 'support_pre_M6_history_database%': '1', | |
1076 }, | 1072 }, |
1077 | 1073 |
1078 # Copy conditionally-set variables out one scope. | 1074 # Copy conditionally-set variables out one scope. |
1079 'branding%': '<(branding)', | 1075 'branding%': '<(branding)', |
1080 'buildtype%': '<(buildtype)', | 1076 'buildtype%': '<(buildtype)', |
1081 'target_arch%': '<(target_arch)', | 1077 'target_arch%': '<(target_arch)', |
1082 'target_subarch%': '<(target_subarch)', | 1078 'target_subarch%': '<(target_subarch)', |
1083 'mips_arch_variant%': '<(mips_arch_variant)', | 1079 'mips_arch_variant%': '<(mips_arch_variant)', |
1084 'mips_dsp_rev%': '<(mips_dsp_rev)', | 1080 'mips_dsp_rev%': '<(mips_dsp_rev)', |
1085 'host_arch%': '<(host_arch)', | 1081 'host_arch%': '<(host_arch)', |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1215 'enable_wifi_bootstrapping%': '<(enable_wifi_bootstrapping)', | 1211 'enable_wifi_bootstrapping%': '<(enable_wifi_bootstrapping)', |
1216 'enable_hangout_services_extension%' : '<(enable_hangout_services_extension)
', | 1212 'enable_hangout_services_extension%' : '<(enable_hangout_services_extension)
', |
1217 'v8_optimized_debug%': '<(v8_optimized_debug)', | 1213 'v8_optimized_debug%': '<(v8_optimized_debug)', |
1218 'proprietary_codecs%': '<(proprietary_codecs)', | 1214 'proprietary_codecs%': '<(proprietary_codecs)', |
1219 'use_goma%': '<(use_goma)', | 1215 'use_goma%': '<(use_goma)', |
1220 'gomadir%': '<(gomadir)', | 1216 'gomadir%': '<(gomadir)', |
1221 'use_lto%': '<(use_lto)', | 1217 'use_lto%': '<(use_lto)', |
1222 'use_lto_o2%': '<(use_lto_o2)', | 1218 'use_lto_o2%': '<(use_lto_o2)', |
1223 'gold_icf_level%': '<(gold_icf_level)', | 1219 'gold_icf_level%': '<(gold_icf_level)', |
1224 'video_hole%': '<(video_hole)', | 1220 'video_hole%': '<(video_hole)', |
1225 'support_pre_M6_history_database%': '<(support_pre_M6_history_database)', | |
1226 'v8_use_external_startup_data%': '<(v8_use_external_startup_data)', | 1221 'v8_use_external_startup_data%': '<(v8_use_external_startup_data)', |
1227 'cfi_vptr%': '<(cfi_vptr)', | 1222 'cfi_vptr%': '<(cfi_vptr)', |
1228 | 1223 |
1229 # Use system protobuf instead of bundled one. | 1224 # Use system protobuf instead of bundled one. |
1230 'use_system_protobuf%': 0, | 1225 'use_system_protobuf%': 0, |
1231 | 1226 |
1232 # Use system yasm instead of bundled one. | 1227 # Use system yasm instead of bundled one. |
1233 'use_system_yasm%': 0, | 1228 'use_system_yasm%': 0, |
1234 | 1229 |
1235 # Use system ICU instead of bundled one. | 1230 # Use system ICU instead of bundled one. |
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2395 'use_seccomp_bpf%': 1, | 2390 'use_seccomp_bpf%': 1, |
2396 }, { | 2391 }, { |
2397 'use_seccomp_bpf%': 0, | 2392 'use_seccomp_bpf%': 0, |
2398 }], | 2393 }], |
2399 | 2394 |
2400 ['cfi_vptr==1', { | 2395 ['cfi_vptr==1', { |
2401 'use_lto%': 1, | 2396 'use_lto%': 1, |
2402 }], | 2397 }], |
2403 ], | 2398 ], |
2404 | 2399 |
2405 # older history files use fts2 instead of fts3 | |
2406 'sqlite_enable_fts2%': '<(support_pre_M6_history_database)', | |
2407 | |
2408 # The path to the ANGLE library. | 2400 # The path to the ANGLE library. |
2409 'angle_path': '<(DEPTH)/third_party/angle', | 2401 'angle_path': '<(DEPTH)/third_party/angle', |
2410 | 2402 |
2411 # List of default apps to install in new profiles. The first list contains | 2403 # List of default apps to install in new profiles. The first list contains |
2412 # the source files as found in svn. The second list, used only for linux, | 2404 # the source files as found in svn. The second list, used only for linux, |
2413 # contains the destination location for each of the files. When a crx | 2405 # contains the destination location for each of the files. When a crx |
2414 # is added or removed from the list, the chrome/browser/resources/ | 2406 # is added or removed from the list, the chrome/browser/resources/ |
2415 # default_apps/external_extensions.json file must also be updated. | 2407 # default_apps/external_extensions.json file must also be updated. |
2416 # | 2408 # |
2417 # README: GN version of these is in the target //chrome:default_apps | 2409 # README: GN version of these is in the target //chrome:default_apps |
(...skipping 3623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6041 # settings in target dicts. SYMROOT is a special case, because many other | 6033 # settings in target dicts. SYMROOT is a special case, because many other |
6042 # Xcode variables depend on it, including variables such as | 6034 # Xcode variables depend on it, including variables such as |
6043 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6035 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
6044 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6036 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
6045 # files to appear (when present) in the UI as actual files and not red | 6037 # files to appear (when present) in the UI as actual files and not red |
6046 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6038 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
6047 # and therefore SYMROOT, needs to be set at the project level. | 6039 # and therefore SYMROOT, needs to be set at the project level. |
6048 'SYMROOT': '<(DEPTH)/xcodebuild', | 6040 'SYMROOT': '<(DEPTH)/xcodebuild', |
6049 }, | 6041 }, |
6050 } | 6042 } |
OLD | NEW |