| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 # See https://sites.google.com/a/google.com/chrome-msk/dev/boot-speed-up-e
ffort | 213 # See https://sites.google.com/a/google.com/chrome-msk/dev/boot-speed-up-e
ffort |
| 214 'order_text_section%' : "", | 214 'order_text_section%' : "", |
| 215 | 215 |
| 216 # Set to 1 compile with -fPIC cflag on linux. This is a must for shared | 216 # Set to 1 compile with -fPIC cflag on linux. This is a must for shared |
| 217 # libraries on linux x86-64 and arm, plus ASLR. | 217 # libraries on linux x86-64 and arm, plus ASLR. |
| 218 'linux_fpic%': 1, | 218 'linux_fpic%': 1, |
| 219 | 219 |
| 220 # Enable navigator.registerProtocolHandler and supporting UI. | 220 # Enable navigator.registerProtocolHandler and supporting UI. |
| 221 'enable_register_protocol_handler%': 1, | 221 'enable_register_protocol_handler%': 1, |
| 222 | 222 |
| 223 # Enable Web Intents support in WebKit, dispatching of intents, | 223 # Enable Web Intents and supporting UI. |
| 224 # and extensions Web Intents support. | 224 'enable_web_intents%': 0, |
| 225 'enable_web_intents%': 1, | |
| 226 | |
| 227 # Enable Web Intents web content registration via HTML element | |
| 228 # and WebUI managing such registrations. | |
| 229 'enable_web_intents_tag%': 0, | |
| 230 | 225 |
| 231 # Webrtc compilation is enabled by default. Set to 0 to disable. | 226 # Webrtc compilation is enabled by default. Set to 0 to disable. |
| 232 'enable_webrtc%': 1, | 227 'enable_webrtc%': 1, |
| 233 | 228 |
| 234 # PPAPI by default does not support plugins making calls off the main | 229 # PPAPI by default does not support plugins making calls off the main |
| 235 # thread. Set to 1 to turn on experimental support for out-of-process | 230 # thread. Set to 1 to turn on experimental support for out-of-process |
| 236 # plugins to make call of the main thread. | 231 # plugins to make call of the main thread. |
| 237 'enable_pepper_threading%': 0, | 232 'enable_pepper_threading%': 0, |
| 238 | 233 |
| 239 # XInput2 multitouch support is disabled by default (use_xi2_mt=0). | 234 # XInput2 multitouch support is disabled by default (use_xi2_mt=0). |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 'p2p_apis%': '<(p2p_apis)', | 439 'p2p_apis%': '<(p2p_apis)', |
| 445 'configuration_policy%': '<(configuration_policy)', | 440 'configuration_policy%': '<(configuration_policy)', |
| 446 'safe_browsing%': '<(safe_browsing)', | 441 'safe_browsing%': '<(safe_browsing)', |
| 447 'input_speech%': '<(input_speech)', | 442 'input_speech%': '<(input_speech)', |
| 448 'notifications%': '<(notifications)', | 443 'notifications%': '<(notifications)', |
| 449 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', | 444 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', |
| 450 'asan%': '<(asan)', | 445 'asan%': '<(asan)', |
| 451 'order_text_section%': '<(order_text_section)', | 446 'order_text_section%': '<(order_text_section)', |
| 452 'enable_register_protocol_handler%': '<(enable_register_protocol_handler)', | 447 'enable_register_protocol_handler%': '<(enable_register_protocol_handler)', |
| 453 'enable_web_intents%': '<(enable_web_intents)', | 448 'enable_web_intents%': '<(enable_web_intents)', |
| 454 'enable_web_intents_tag%': '<(enable_web_intents_tag)', | |
| 455 'enable_plugin_installation%': '<(enable_plugin_installation)', | 449 'enable_plugin_installation%': '<(enable_plugin_installation)', |
| 456 'use_canvas_skia_skia%': '<(use_canvas_skia_skia)', | 450 'use_canvas_skia_skia%': '<(use_canvas_skia_skia)', |
| 457 # Whether to build for Wayland display server | 451 # Whether to build for Wayland display server |
| 458 'use_wayland%': 0, | 452 'use_wayland%': 0, |
| 459 | 453 |
| 460 # Use system yasm instead of bundled one. | 454 # Use system yasm instead of bundled one. |
| 461 'use_system_yasm%': 0, | 455 'use_system_yasm%': 0, |
| 462 | 456 |
| 463 # Default to enabled PIE; this is important for ASLR but we need to be | 457 # Default to enabled PIE; this is important for ASLR but we need to be |
| 464 # able to turn it off for remote debugging on Chromium OS | 458 # able to turn it off for remote debugging on Chromium OS |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 ['use_virtual_keyboard==1 and chromeos==1', { | 917 ['use_virtual_keyboard==1 and chromeos==1', { |
| 924 'use_ibus%': 1, | 918 'use_ibus%': 1, |
| 925 }, { | 919 }, { |
| 926 'use_ibus%': 0, | 920 'use_ibus%': 0, |
| 927 }], | 921 }], |
| 928 | 922 |
| 929 ['enable_register_protocol_handler==1', { | 923 ['enable_register_protocol_handler==1', { |
| 930 'grit_defines': ['-D', 'enable_register_protocol_handler'], | 924 'grit_defines': ['-D', 'enable_register_protocol_handler'], |
| 931 }], | 925 }], |
| 932 | 926 |
| 933 ['enable_web_intents_tag==1', { | 927 ['enable_web_intents==1', { |
| 934 'grit_defines': ['-D', 'enable_web_intents_tag'], | 928 'grit_defines': ['-D', 'enable_web_intents'], |
| 935 }], | 929 }], |
| 936 | 930 |
| 937 ['asan==1', { | 931 ['asan==1', { |
| 938 'clang%': 1, | 932 'clang%': 1, |
| 939 # Do not use Chrome plugins for Clang. The Clang version in | 933 # Do not use Chrome plugins for Clang. The Clang version in |
| 940 # third_party/asan may be different from the default one. | 934 # third_party/asan may be different from the default one. |
| 941 'clang_use_chrome_plugins%': 0, | 935 'clang_use_chrome_plugins%': 0, |
| 942 }], | 936 }], |
| 943 ], | 937 ], |
| 944 # List of default apps to install in new profiles. The first list contains | 938 # List of default apps to install in new profiles. The first list contains |
| (...skipping 1872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2817 # settings in target dicts. SYMROOT is a special case, because many other | 2811 # settings in target dicts. SYMROOT is a special case, because many other |
| 2818 # Xcode variables depend on it, including variables such as | 2812 # Xcode variables depend on it, including variables such as |
| 2819 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 2813 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 2820 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 2814 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 2821 # files to appear (when present) in the UI as actual files and not red | 2815 # files to appear (when present) in the UI as actual files and not red |
| 2822 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 2816 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 2823 # and therefore SYMROOT, needs to be set at the project level. | 2817 # and therefore SYMROOT, needs to be set at the project level. |
| 2824 'SYMROOT': '<(DEPTH)/xcodebuild', | 2818 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 2825 }, | 2819 }, |
| 2826 } | 2820 } |
| OLD | NEW |