Chromium Code Reviews| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 266 'enable_web_intents_tag%': 0, | 266 'enable_web_intents_tag%': 0, |
| 267 | 267 |
| 268 # Webrtc compilation is enabled by default. Set to 0 to disable. | 268 # Webrtc compilation is enabled by default. Set to 0 to disable. |
| 269 'enable_webrtc%': 1, | 269 'enable_webrtc%': 1, |
| 270 | 270 |
| 271 # PPAPI by default does not support plugins making calls off the main | 271 # PPAPI by default does not support plugins making calls off the main |
| 272 # thread. Set to 1 to turn on experimental support for out-of-process | 272 # thread. Set to 1 to turn on experimental support for out-of-process |
| 273 # plugins to make call of the main thread. | 273 # plugins to make call of the main thread. |
| 274 'enable_pepper_threading%': 0, | 274 'enable_pepper_threading%': 0, |
| 275 | 275 |
| 276 # Include the PPAPI IPC proxy for NaCl. This is a work-in-progress; this | |
| 277 # allows us to build this feature locally without it affecting others | |
|
Mark Seaborn
2012/05/17 19:47:28
I still think we should build this by default on t
dmichael (off chromium)
2012/05/17 20:21:34
Yeah... we definitely want to get there. I think
| |
| 278 # working in affected subsystems like base and ipc. | |
| 279 'build_untrusted_ipc_ppapi_proxy%': 0, | |
|
Mark Seaborn
2012/05/17 19:47:28
Isn't the convention that '_untrusted' is a suffix
dmichael (off chromium)
2012/05/17 20:21:34
I didn't know we had a convention, but that works
dmichael (off chromium)
2012/05/17 20:23:01
I should mention I swapped "ppapi" and "ipc" while
| |
| 280 | |
| 276 # Enables use of the session service, which is enabled by default. | 281 # Enables use of the session service, which is enabled by default. |
| 277 # Support for disabling depends on the platform. | 282 # Support for disabling depends on the platform. |
| 278 'enable_session_service%': 1, | 283 'enable_session_service%': 1, |
| 279 | 284 |
| 280 # Enables theme support, which is enabled by default. Support for | 285 # Enables theme support, which is enabled by default. Support for |
| 281 # disabling depends on the platform. | 286 # disabling depends on the platform. |
| 282 'enable_themes%': 1, | 287 'enable_themes%': 1, |
| 283 | 288 |
| 284 # Enables support for background apps. | 289 # Enables support for background apps. |
| 285 'enable_background%': 1, | 290 'enable_background%': 1, |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 516 'use_nss%': '<(use_nss)', | 521 'use_nss%': '<(use_nss)', |
| 517 'os_bsd%': '<(os_bsd)', | 522 'os_bsd%': '<(os_bsd)', |
| 518 'os_posix%': '<(os_posix)', | 523 'os_posix%': '<(os_posix)', |
| 519 'use_glib%': '<(use_glib)', | 524 'use_glib%': '<(use_glib)', |
| 520 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)', | 525 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)', |
| 521 'use_skia%': '<(use_skia)', | 526 'use_skia%': '<(use_skia)', |
| 522 'use_x11%': '<(use_x11)', | 527 'use_x11%': '<(use_x11)', |
| 523 'use_gnome_keyring%': '<(use_gnome_keyring)', | 528 'use_gnome_keyring%': '<(use_gnome_keyring)', |
| 524 'linux_fpic%': '<(linux_fpic)', | 529 'linux_fpic%': '<(linux_fpic)', |
| 525 'enable_pepper_threading%': '<(enable_pepper_threading)', | 530 'enable_pepper_threading%': '<(enable_pepper_threading)', |
| 531 'build_untrusted_ipc_ppapi_proxy%': '<(build_untrusted_ipc_ppapi_proxy)', | |
| 526 'chromeos%': '<(chromeos)', | 532 'chromeos%': '<(chromeos)', |
| 527 'use_virtual_keyboard%': '<(use_virtual_keyboard)', | 533 'use_virtual_keyboard%': '<(use_virtual_keyboard)', |
| 528 'enable_viewport%': '<(enable_viewport)', | 534 'enable_viewport%': '<(enable_viewport)', |
| 529 'enable_hidpi%': '<(enable_hidpi)', | 535 'enable_hidpi%': '<(enable_hidpi)', |
| 530 'enable_touch_ui%': '<(enable_touch_ui)', | 536 'enable_touch_ui%': '<(enable_touch_ui)', |
| 531 'enable_metro%': '<(enable_metro)', | 537 'enable_metro%': '<(enable_metro)', |
| 532 'use_xi2_mt%':'<(use_xi2_mt)', | 538 'use_xi2_mt%':'<(use_xi2_mt)', |
| 533 'file_manager_extension%': '<(file_manager_extension)', | 539 'file_manager_extension%': '<(file_manager_extension)', |
| 534 'webui_task_manager%': '<(webui_task_manager)', | 540 'webui_task_manager%': '<(webui_task_manager)', |
| 535 'inside_chromium_build%': '<(inside_chromium_build)', | 541 'inside_chromium_build%': '<(inside_chromium_build)', |
| (...skipping 2558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3094 # settings in target dicts. SYMROOT is a special case, because many other | 3100 # settings in target dicts. SYMROOT is a special case, because many other |
| 3095 # Xcode variables depend on it, including variables such as | 3101 # Xcode variables depend on it, including variables such as |
| 3096 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 3102 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 3097 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 3103 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 3098 # files to appear (when present) in the UI as actual files and not red | 3104 # files to appear (when present) in the UI as actual files and not red |
| 3099 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 3105 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 3100 # and therefore SYMROOT, needs to be set at the project level. | 3106 # and therefore SYMROOT, needs to be set at the project level. |
| 3101 'SYMROOT': '<(DEPTH)/xcodebuild', | 3107 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 3102 }, | 3108 }, |
| 3103 } | 3109 } |
| OLD | NEW |