Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: build/common.gypi

Issue 1814843003: Revert of Re-land: Enable XFA-Forms for the PDFium plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 'ui_compositor_image_transport%': 1, 884 'ui_compositor_image_transport%': 1,
885 }, { 885 }, {
886 'ui_compositor_image_transport%': 0, 886 'ui_compositor_image_transport%': 0,
887 }], 887 }],
888 888
889 # Turn precompiled headers on by default. 889 # Turn precompiled headers on by default.
890 ['OS=="win" and buildtype!="Official"', { 890 ['OS=="win" and buildtype!="Official"', {
891 'chromium_win_pch%': 1 891 'chromium_win_pch%': 1
892 }], 892 }],
893 893
894 # Whether PDF plugin is enabled, and which options it supports. 894 # Whether PDF plugin is enabled.
895 ['OS=="android" or OS=="ios" or (embedded==1 and chromecast==0)', { 895 ['OS=="android" or OS=="ios" or (embedded==1 and chromecast==0)', {
896 'enable_pdf%': 0, 896 'enable_pdf%': 0,
897 'pdf_enable_v8%': 0,
898 'pdf_enable_xfa%': 0,
899 }, { 897 }, {
900 'enable_pdf%': 1, 898 'enable_pdf%': 1,
901 'pdf_enable_v8%': 1,
902 'pdf_enable_xfa%': 1,
903 }], 899 }],
904 900
905 ['chromeos==1 or OS=="android" or OS=="ios" or desktop_linux==1', { 901 ['chromeos==1 or OS=="android" or OS=="ios" or desktop_linux==1', {
906 'enable_plugin_installation%': 0, 902 'enable_plugin_installation%': 0,
907 }, { 903 }, {
908 'enable_plugin_installation%': 1, 904 'enable_plugin_installation%': 1,
909 }], 905 }],
910 906
911 # Whether PPAPI is enabled. 907 # Whether PPAPI is enabled.
912 ['OS=="android" or OS=="ios" or (embedded==1 and chromecast==0)', { 908 ['OS=="android" or OS=="ios" or (embedded==1 and chromecast==0)', {
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
1223 'ubsan_blacklist%': '<(ubsan_blacklist)', 1219 'ubsan_blacklist%': '<(ubsan_blacklist)',
1224 'ubsan_vptr_blacklist%': '<(ubsan_vptr_blacklist)', 1220 'ubsan_vptr_blacklist%': '<(ubsan_vptr_blacklist)',
1225 'ubsan_vptr%': '<(ubsan_vptr)', 1221 'ubsan_vptr%': '<(ubsan_vptr)',
1226 'use_instrumented_libraries%': '<(use_instrumented_libraries)', 1222 'use_instrumented_libraries%': '<(use_instrumented_libraries)',
1227 'use_prebuilt_instrumented_libraries%': '<(use_prebuilt_instrumented_librari es)', 1223 'use_prebuilt_instrumented_libraries%': '<(use_prebuilt_instrumented_librari es)',
1228 'use_custom_libcxx%': '<(use_custom_libcxx)', 1224 'use_custom_libcxx%': '<(use_custom_libcxx)',
1229 'order_profiling%': '<(order_profiling)', 1225 'order_profiling%': '<(order_profiling)',
1230 'order_text_section%': '<(order_text_section)', 1226 'order_text_section%': '<(order_text_section)',
1231 'enable_extensions%': '<(enable_extensions)', 1227 'enable_extensions%': '<(enable_extensions)',
1232 'enable_pdf%': '<(enable_pdf)', 1228 'enable_pdf%': '<(enable_pdf)',
1233 'pdf_enable_v8%': '<(pdf_enable_v8)',
1234 'pdf_enable_xfa%': '<(pdf_enable_xfa)',
1235 'enable_plugin_installation%': '<(enable_plugin_installation)', 1229 'enable_plugin_installation%': '<(enable_plugin_installation)',
1236 'enable_plugins%': '<(enable_plugins)', 1230 'enable_plugins%': '<(enable_plugins)',
1237 'enable_session_service%': '<(enable_session_service)', 1231 'enable_session_service%': '<(enable_session_service)',
1238 'enable_themes%': '<(enable_themes)', 1232 'enable_themes%': '<(enable_themes)',
1239 'enable_autofill_dialog%': '<(enable_autofill_dialog)', 1233 'enable_autofill_dialog%': '<(enable_autofill_dialog)',
1240 'enable_prod_wallet_service%': '<(enable_prod_wallet_service)', 1234 'enable_prod_wallet_service%': '<(enable_prod_wallet_service)',
1241 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)', 1235 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)',
1242 'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)', 1236 'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)',
1243 'linux_use_gold_flags%': '<(linux_use_gold_flags)', 1237 'linux_use_gold_flags%': '<(linux_use_gold_flags)',
1244 'linux_use_debug_fission%': '<(linux_use_debug_fission)', 1238 'linux_use_debug_fission%': '<(linux_use_debug_fission)',
(...skipping 5127 matching lines...) Expand 10 before | Expand all | Expand 10 after
6372 # settings in target dicts. SYMROOT is a special case, because many other 6366 # settings in target dicts. SYMROOT is a special case, because many other
6373 # Xcode variables depend on it, including variables such as 6367 # Xcode variables depend on it, including variables such as
6374 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6368 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6375 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6369 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6376 # files to appear (when present) in the UI as actual files and not red 6370 # files to appear (when present) in the UI as actual files and not red
6377 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6371 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6378 # and therefore SYMROOT, needs to be set at the project level. 6372 # and therefore SYMROOT, needs to be set at the project level.
6379 'SYMROOT': '<(DEPTH)/xcodebuild', 6373 'SYMROOT': '<(DEPTH)/xcodebuild',
6380 }, 6374 },
6381 } 6375 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698