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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 # Set to select the Title Case versions of strings in GRD files. | 196 # Set to select the Title Case versions of strings in GRD files. |
197 'use_titlecase_in_grd_files%': 0, | 197 'use_titlecase_in_grd_files%': 0, |
198 | 198 |
199 # Use translations provided by volunteers at launchpad.net. This | 199 # Use translations provided by volunteers at launchpad.net. This |
200 # currently only works on Linux. | 200 # currently only works on Linux. |
201 'use_third_party_translations%': 0, | 201 'use_third_party_translations%': 0, |
202 | 202 |
203 # Remoting compilation is enabled by default. Set to 0 to disable. | 203 # Remoting compilation is enabled by default. Set to 0 to disable. |
204 'remoting%': 1, | 204 'remoting%': 1, |
205 | 205 |
206 # P2P APIs are compiled in by default. Set to 0 to disable. | |
207 # Also note that this should be enabled for remoting to compile. | |
208 'p2p_apis%': 1, | |
209 | |
210 # Configuration policy is enabled by default. Set to 0 to disable. | 206 # Configuration policy is enabled by default. Set to 0 to disable. |
211 'configuration_policy%': 1, | 207 'configuration_policy%': 1, |
212 | 208 |
213 # Safe browsing is compiled in by default. Set to 0 to disable. | 209 # Safe browsing is compiled in by default. Set to 0 to disable. |
214 'safe_browsing%': 1, | 210 'safe_browsing%': 1, |
215 | 211 |
216 # Speech input is compiled in by default. Set to 0 to disable. | 212 # Speech input is compiled in by default. Set to 0 to disable. |
217 'input_speech%': 1, | 213 'input_speech%': 1, |
218 | 214 |
219 # Notifications are compiled in by default. Set to 0 to disable. | 215 # Notifications are compiled in by default. Set to 0 to disable. |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
538 'sysroot%': '<(sysroot)', | 534 'sysroot%': '<(sysroot)', |
539 'system_libdir%': '<(system_libdir)', | 535 'system_libdir%': '<(system_libdir)', |
540 'disable_sse2%': '<(disable_sse2)', | 536 'disable_sse2%': '<(disable_sse2)', |
541 'component%': '<(component)', | 537 'component%': '<(component)', |
542 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)', | 538 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)', |
543 'use_third_party_translations%': '<(use_third_party_translations)', | 539 'use_third_party_translations%': '<(use_third_party_translations)', |
544 'remoting%': '<(remoting)', | 540 'remoting%': '<(remoting)', |
545 'enable_one_click_signin%': '<(enable_one_click_signin)', | 541 'enable_one_click_signin%': '<(enable_one_click_signin)', |
546 'enable_webrtc%': '<(enable_webrtc)', | 542 'enable_webrtc%': '<(enable_webrtc)', |
547 'chromium_win_pch%': '<(chromium_win_pch)', | 543 'chromium_win_pch%': '<(chromium_win_pch)', |
548 'p2p_apis%': '<(p2p_apis)', | |
549 'configuration_policy%': '<(configuration_policy)', | 544 'configuration_policy%': '<(configuration_policy)', |
550 'safe_browsing%': '<(safe_browsing)', | 545 'safe_browsing%': '<(safe_browsing)', |
551 'input_speech%': '<(input_speech)', | 546 'input_speech%': '<(input_speech)', |
552 'notifications%': '<(notifications)', | 547 'notifications%': '<(notifications)', |
553 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', | 548 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', |
554 'asan%': '<(asan)', | 549 'asan%': '<(asan)', |
555 'order_profiling%': '<(order_profiling)', | 550 'order_profiling%': '<(order_profiling)', |
556 'order_text_section%': '<(order_text_section)', | 551 'order_text_section%': '<(order_text_section)', |
557 'enable_extensions%': '<(enable_extensions)', | 552 'enable_extensions%': '<(enable_extensions)', |
558 'enable_web_intents%': '<(enable_web_intents)', | 553 'enable_web_intents%': '<(enable_web_intents)', |
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1313 'defines': ['_GLIBCXX_DEBUG=1',], | 1308 'defines': ['_GLIBCXX_DEBUG=1',], |
1314 'cflags_cc!': ['-fno-rtti'], | 1309 'cflags_cc!': ['-fno-rtti'], |
1315 'cflags_cc+': ['-frtti', '-g'], | 1310 'cflags_cc+': ['-frtti', '-g'], |
1316 }], | 1311 }], |
1317 ['remoting==1', { | 1312 ['remoting==1', { |
1318 'defines': ['ENABLE_REMOTING=1'], | 1313 'defines': ['ENABLE_REMOTING=1'], |
1319 }], | 1314 }], |
1320 ['enable_webrtc==1', { | 1315 ['enable_webrtc==1', { |
1321 'defines': ['ENABLE_WEBRTC=1'], | 1316 'defines': ['ENABLE_WEBRTC=1'], |
1322 }], | 1317 }], |
1323 ['p2p_apis==1', { | |
1324 'defines': ['ENABLE_P2P_APIS=1'], | |
1325 }], | |
1326 ['proprietary_codecs==1', { | 1318 ['proprietary_codecs==1', { |
1327 'defines': ['USE_PROPRIETARY_CODECS'], | 1319 'defines': ['USE_PROPRIETARY_CODECS'], |
1328 }], | 1320 }], |
1329 ['enable_pepper_threading==1', { | 1321 ['enable_pepper_threading==1', { |
1330 'defines': ['ENABLE_PEPPER_THREADING'], | 1322 'defines': ['ENABLE_PEPPER_THREADING'], |
1331 }], | 1323 }], |
1332 ['enable_viewport==1', { | 1324 ['enable_viewport==1', { |
1333 'defines': ['ENABLE_VIEWPORT'], | 1325 'defines': ['ENABLE_VIEWPORT'], |
1334 }], | 1326 }], |
1335 ['configuration_policy==1', { | 1327 ['configuration_policy==1', { |
(...skipping 1772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3108 # 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 |
3109 # Xcode variables depend on it, including variables such as | 3101 # Xcode variables depend on it, including variables such as |
3110 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 3102 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
3111 # 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 |
3112 # 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 |
3113 # 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, |
3114 # and therefore SYMROOT, needs to be set at the project level. | 3106 # and therefore SYMROOT, needs to be set at the project level. |
3115 'SYMROOT': '<(DEPTH)/xcodebuild', | 3107 'SYMROOT': '<(DEPTH)/xcodebuild', |
3116 }, | 3108 }, |
3117 } | 3109 } |
OLD | NEW |