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 2077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2088 }], | 2088 }], |
| 2089 ['use_nss_certs==1', { | 2089 ['use_nss_certs==1', { |
| 2090 'grit_defines': ['-D', 'use_nss_certs'], | 2090 'grit_defines': ['-D', 'use_nss_certs'], |
| 2091 }], | 2091 }], |
| 2092 ['use_ozone==1', { | 2092 ['use_ozone==1', { |
| 2093 'grit_defines': ['-D', 'use_ozone'], | 2093 'grit_defines': ['-D', 'use_ozone'], |
| 2094 }], | 2094 }], |
| 2095 ['image_loader_extension==1', { | 2095 ['image_loader_extension==1', { |
| 2096 'grit_defines': ['-D', 'image_loader_extension'], | 2096 'grit_defines': ['-D', 'image_loader_extension'], |
| 2097 }], | 2097 }], |
| 2098 ['remoting==1', { | |
| 2099 'grit_defines': ['-D', 'remoting'], | |
|
davidben
2015/08/04 23:23:25
Added in http://codereview.chromium.org/6174005. r
| |
| 2100 }], | |
| 2101 ['use_titlecase_in_grd==1', { | 2098 ['use_titlecase_in_grd==1', { |
| 2102 'grit_defines': ['-D', 'use_titlecase'], | 2099 'grit_defines': ['-D', 'use_titlecase'], |
| 2103 }], | 2100 }], |
| 2104 ['use_third_party_translations==1', { | 2101 ['use_third_party_translations==1', { |
| 2105 'grit_defines': ['-D', 'use_third_party_translations'], | 2102 'grit_defines': ['-D', 'use_third_party_translations'], |
| 2106 'locales': [ | 2103 'locales': [ |
| 2107 'ast', 'bs', 'ca@valencia', 'en-AU', 'eo', 'eu', 'gl', 'hy', 'ia', | 2104 'ast', 'bs', 'ca@valencia', 'en-AU', 'eo', 'eu', 'gl', 'hy', 'ia', |
| 2108 'ka', 'ku', 'kw', 'ms', 'ug' | 2105 'ka', 'ku', 'kw', 'ms', 'ug' |
| 2109 ], | 2106 ], |
| 2110 }], | 2107 }], |
| (...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2747 }], | 2744 }], |
| 2748 ['enable_pre_sync_backup==1', { | 2745 ['enable_pre_sync_backup==1', { |
| 2749 'defines': ['ENABLE_PRE_SYNC_BACKUP'], | 2746 'defines': ['ENABLE_PRE_SYNC_BACKUP'], |
| 2750 }], | 2747 }], |
| 2751 ['image_loader_extension==1', { | 2748 ['image_loader_extension==1', { |
| 2752 'defines': ['IMAGE_LOADER_EXTENSION=1'], | 2749 'defines': ['IMAGE_LOADER_EXTENSION=1'], |
| 2753 }], | 2750 }], |
| 2754 ['profiling==1', { | 2751 ['profiling==1', { |
| 2755 'defines': ['ENABLE_PROFILING=1'], | 2752 'defines': ['ENABLE_PROFILING=1'], |
| 2756 }], | 2753 }], |
| 2757 ['remoting==1', { | |
| 2758 'defines': ['ENABLE_REMOTING=1'], | |
|
davidben
2015/08/04 23:23:25
grep finds no more uses.
| |
| 2759 }], | |
| 2760 ['enable_webrtc==1', { | 2754 ['enable_webrtc==1', { |
| 2761 'defines': ['ENABLE_WEBRTC=1'], | 2755 'defines': ['ENABLE_WEBRTC=1'], |
| 2762 }], | 2756 }], |
| 2763 ['enable_media_router==1', { | 2757 ['enable_media_router==1', { |
| 2764 'defines': ['ENABLE_MEDIA_ROUTER=1'], | 2758 'defines': ['ENABLE_MEDIA_ROUTER=1'], |
| 2765 }], | 2759 }], |
| 2766 ['proprietary_codecs==1', { | 2760 ['proprietary_codecs==1', { |
| 2767 'defines': ['USE_PROPRIETARY_CODECS'], | 2761 'defines': ['USE_PROPRIETARY_CODECS'], |
| 2768 'conditions': [ | 2762 'conditions': [ |
| 2769 ['enable_mpeg2ts_stream_parser==1', { | 2763 ['enable_mpeg2ts_stream_parser==1', { |
| (...skipping 3531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 6301 # settings in target dicts. SYMROOT is a special case, because many other | 6295 # settings in target dicts. SYMROOT is a special case, because many other |
| 6302 # Xcode variables depend on it, including variables such as | 6296 # Xcode variables depend on it, including variables such as |
| 6303 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6297 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 6304 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6298 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 6305 # files to appear (when present) in the UI as actual files and not red | 6299 # files to appear (when present) in the UI as actual files and not red |
| 6306 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6300 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 6307 # and therefore SYMROOT, needs to be set at the project level. | 6301 # and therefore SYMROOT, needs to be set at the project level. |
| 6308 'SYMROOT': '<(DEPTH)/xcodebuild', | 6302 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 6309 }, | 6303 }, |
| 6310 } | 6304 } |
| OLD | NEW |