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

Side by Side Diff: build/common.gypi

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