| 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 'use_glib%': '<(use_glib)', | 405 'use_glib%': '<(use_glib)', |
| 406 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)', | 406 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)', |
| 407 'use_skia%': '<(use_skia)', | 407 'use_skia%': '<(use_skia)', |
| 408 'use_x11%': '<(use_x11)', | 408 'use_x11%': '<(use_x11)', |
| 409 'use_gnome_keyring%': '<(use_gnome_keyring)', | 409 'use_gnome_keyring%': '<(use_gnome_keyring)', |
| 410 'linux_fpic%': '<(linux_fpic)', | 410 'linux_fpic%': '<(linux_fpic)', |
| 411 'enable_flapper_hacks%': '<(enable_flapper_hacks)', | 411 'enable_flapper_hacks%': '<(enable_flapper_hacks)', |
| 412 'enable_pepper_threading%': '<(enable_pepper_threading)', | 412 'enable_pepper_threading%': '<(enable_pepper_threading)', |
| 413 'chromeos%': '<(chromeos)', | 413 'chromeos%': '<(chromeos)', |
| 414 'use_virtual_keyboard%': '<(use_virtual_keyboard)', | 414 'use_virtual_keyboard%': '<(use_virtual_keyboard)', |
| 415 'enable_viewport%': '<(enable_viewport)', |
| 415 'use_skia_on_mac%': '<(use_skia_on_mac)', | 416 'use_skia_on_mac%': '<(use_skia_on_mac)', |
| 416 'use_xi2_mt%':'<(use_xi2_mt)', | 417 'use_xi2_mt%':'<(use_xi2_mt)', |
| 417 'file_manager_extension%': '<(file_manager_extension)', | 418 'file_manager_extension%': '<(file_manager_extension)', |
| 418 'webui_task_manager%': '<(webui_task_manager)', | 419 'webui_task_manager%': '<(webui_task_manager)', |
| 419 'inside_chromium_build%': '<(inside_chromium_build)', | 420 'inside_chromium_build%': '<(inside_chromium_build)', |
| 420 'fastbuild%': '<(fastbuild)', | 421 'fastbuild%': '<(fastbuild)', |
| 421 'dcheck_always_on%': '<(dcheck_always_on)', | 422 'dcheck_always_on%': '<(dcheck_always_on)', |
| 422 'python_ver%': '<(python_ver)', | 423 'python_ver%': '<(python_ver)', |
| 423 'armv7%': '<(armv7)', | 424 'armv7%': '<(armv7)', |
| 424 'arm_neon%': '<(arm_neon)', | 425 'arm_neon%': '<(arm_neon)', |
| (...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1114 }], | 1115 }], |
| 1115 ['proprietary_codecs==1', { | 1116 ['proprietary_codecs==1', { |
| 1116 'defines': ['USE_PROPRIETARY_CODECS'], | 1117 'defines': ['USE_PROPRIETARY_CODECS'], |
| 1117 }], | 1118 }], |
| 1118 ['enable_flapper_hacks==1', { | 1119 ['enable_flapper_hacks==1', { |
| 1119 'defines': ['ENABLE_FLAPPER_HACKS=1'], | 1120 'defines': ['ENABLE_FLAPPER_HACKS=1'], |
| 1120 }], | 1121 }], |
| 1121 ['enable_pepper_threading==1', { | 1122 ['enable_pepper_threading==1', { |
| 1122 'defines': ['ENABLE_PEPPER_THREADING'], | 1123 'defines': ['ENABLE_PEPPER_THREADING'], |
| 1123 }], | 1124 }], |
| 1125 ['enable_viewport==1', { |
| 1126 'defines': ['ENABLE_VIEWPORT'], |
| 1127 }], |
| 1124 ['configuration_policy==1', { | 1128 ['configuration_policy==1', { |
| 1125 'defines': ['ENABLE_CONFIGURATION_POLICY'], | 1129 'defines': ['ENABLE_CONFIGURATION_POLICY'], |
| 1126 }], | 1130 }], |
| 1127 ['input_speech==1', { | 1131 ['input_speech==1', { |
| 1128 'defines': ['ENABLE_INPUT_SPEECH'], | 1132 'defines': ['ENABLE_INPUT_SPEECH'], |
| 1129 }], | 1133 }], |
| 1130 ['notifications==1', { | 1134 ['notifications==1', { |
| 1131 'defines': ['ENABLE_NOTIFICATIONS'], | 1135 'defines': ['ENABLE_NOTIFICATIONS'], |
| 1132 }], | 1136 }], |
| 1133 ['fastbuild!=0', { | 1137 ['fastbuild!=0', { |
| (...skipping 1684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2818 # settings in target dicts. SYMROOT is a special case, because many other | 2822 # settings in target dicts. SYMROOT is a special case, because many other |
| 2819 # Xcode variables depend on it, including variables such as | 2823 # Xcode variables depend on it, including variables such as |
| 2820 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 2824 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 2821 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 2825 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 2822 # files to appear (when present) in the UI as actual files and not red | 2826 # files to appear (when present) in the UI as actual files and not red |
| 2823 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 2827 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 2824 # and therefore SYMROOT, needs to be set at the project level. | 2828 # and therefore SYMROOT, needs to be set at the project level. |
| 2825 'SYMROOT': '<(DEPTH)/xcodebuild', | 2829 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 2826 }, | 2830 }, |
| 2827 } | 2831 } |
| OLD | NEW |