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 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
885 'ui_compositor_image_transport%': 1, | 885 'ui_compositor_image_transport%': 1, |
886 }, { | 886 }, { |
887 'ui_compositor_image_transport%': 0, | 887 'ui_compositor_image_transport%': 0, |
888 }], | 888 }], |
889 | 889 |
890 # Turn precompiled headers on by default. | 890 # Turn precompiled headers on by default. |
891 ['OS=="win" and buildtype!="Official"', { | 891 ['OS=="win" and buildtype!="Official"', { |
892 'chromium_win_pch%': 1 | 892 'chromium_win_pch%': 1 |
893 }], | 893 }], |
894 | 894 |
895 # Whether PDF plugin is enabled, and which options it supports. | 895 # Whether PDF plugin is enabled. |
896 ['OS=="android" or OS=="ios" or (embedded==1 and chromecast==0)', { | 896 ['OS=="android" or OS=="ios" or (embedded==1 and chromecast==0)', { |
897 'enable_pdf%': 0, | 897 'enable_pdf%': 0, |
898 'pdf_enable_v8%': 0, | |
899 'pdf_enable_xfa%': 0, | |
900 }, { | 898 }, { |
901 'enable_pdf%': 1, | 899 'enable_pdf%': 1, |
902 'pdf_enable_v8%': 1, | |
903 'pdf_enable_xfa%': 1, | |
904 }], | 900 }], |
905 | 901 |
906 ['chromeos==1 or OS=="android" or OS=="ios" or desktop_linux==1', { | 902 ['chromeos==1 or OS=="android" or OS=="ios" or desktop_linux==1', { |
907 'enable_plugin_installation%': 0, | 903 'enable_plugin_installation%': 0, |
908 }, { | 904 }, { |
909 'enable_plugin_installation%': 1, | 905 'enable_plugin_installation%': 1, |
910 }], | 906 }], |
911 | 907 |
912 # Whether PPAPI is enabled. | 908 # Whether PPAPI is enabled. |
913 ['OS=="android" or OS=="ios" or (embedded==1 and chromecast==0)', { | 909 ['OS=="android" or OS=="ios" or (embedded==1 and chromecast==0)', { |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1224 'ubsan_blacklist%': '<(ubsan_blacklist)', | 1220 'ubsan_blacklist%': '<(ubsan_blacklist)', |
1225 'ubsan_vptr_blacklist%': '<(ubsan_vptr_blacklist)', | 1221 'ubsan_vptr_blacklist%': '<(ubsan_vptr_blacklist)', |
1226 'ubsan_vptr%': '<(ubsan_vptr)', | 1222 'ubsan_vptr%': '<(ubsan_vptr)', |
1227 'use_instrumented_libraries%': '<(use_instrumented_libraries)', | 1223 'use_instrumented_libraries%': '<(use_instrumented_libraries)', |
1228 'use_prebuilt_instrumented_libraries%': '<(use_prebuilt_instrumented_librari
es)', | 1224 'use_prebuilt_instrumented_libraries%': '<(use_prebuilt_instrumented_librari
es)', |
1229 'use_custom_libcxx%': '<(use_custom_libcxx)', | 1225 'use_custom_libcxx%': '<(use_custom_libcxx)', |
1230 'order_profiling%': '<(order_profiling)', | 1226 'order_profiling%': '<(order_profiling)', |
1231 'order_text_section%': '<(order_text_section)', | 1227 'order_text_section%': '<(order_text_section)', |
1232 'enable_extensions%': '<(enable_extensions)', | 1228 'enable_extensions%': '<(enable_extensions)', |
1233 'enable_pdf%': '<(enable_pdf)', | 1229 'enable_pdf%': '<(enable_pdf)', |
1234 'pdf_enable_v8%': '<(pdf_enable_v8)', | |
1235 'pdf_enable_xfa%': '<(pdf_enable_xfa)', | |
1236 'enable_plugin_installation%': '<(enable_plugin_installation)', | 1230 'enable_plugin_installation%': '<(enable_plugin_installation)', |
1237 'enable_plugins%': '<(enable_plugins)', | 1231 'enable_plugins%': '<(enable_plugins)', |
1238 'enable_session_service%': '<(enable_session_service)', | 1232 'enable_session_service%': '<(enable_session_service)', |
1239 'enable_themes%': '<(enable_themes)', | 1233 'enable_themes%': '<(enable_themes)', |
1240 'enable_autofill_dialog%': '<(enable_autofill_dialog)', | 1234 'enable_autofill_dialog%': '<(enable_autofill_dialog)', |
1241 'enable_prod_wallet_service%': '<(enable_prod_wallet_service)', | 1235 'enable_prod_wallet_service%': '<(enable_prod_wallet_service)', |
1242 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)', | 1236 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)', |
1243 'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)', | 1237 'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)', |
1244 'linux_use_gold_flags%': '<(linux_use_gold_flags)', | 1238 'linux_use_gold_flags%': '<(linux_use_gold_flags)', |
1245 'linux_use_debug_fission%': '<(linux_use_debug_fission)', | 1239 'linux_use_debug_fission%': '<(linux_use_debug_fission)', |
(...skipping 5109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6355 # settings in target dicts. SYMROOT is a special case, because many other | 6349 # settings in target dicts. SYMROOT is a special case, because many other |
6356 # Xcode variables depend on it, including variables such as | 6350 # Xcode variables depend on it, including variables such as |
6357 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6351 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
6358 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6352 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
6359 # files to appear (when present) in the UI as actual files and not red | 6353 # files to appear (when present) in the UI as actual files and not red |
6360 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6354 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
6361 # and therefore SYMROOT, needs to be set at the project level. | 6355 # and therefore SYMROOT, needs to be set at the project level. |
6362 'SYMROOT': '<(DEPTH)/xcodebuild', | 6356 'SYMROOT': '<(DEPTH)/xcodebuild', |
6363 }, | 6357 }, |
6364 } | 6358 } |
OLD | NEW |