OLD | NEW |
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 # Copied from Chromium's src/build/isolate.gypi | 9 # Copied from Chromium's src/build/isolate.gypi |
10 # | 10 # |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 'internal_gles2_conform_tests=<(internal_gles2_conform_tests)', | 100 'internal_gles2_conform_tests=<(internal_gles2_conform_tests)', |
101 '--config-variable', 'kasko=<(kasko)', | 101 '--config-variable', 'kasko=<(kasko)', |
102 '--config-variable', 'lsan=<(lsan)', | 102 '--config-variable', 'lsan=<(lsan)', |
103 '--config-variable', 'msan=<(msan)', | 103 '--config-variable', 'msan=<(msan)', |
104 '--config-variable', 'target_arch=<(target_arch)', | 104 '--config-variable', 'target_arch=<(target_arch)', |
105 '--config-variable', 'tsan=<(tsan)', | 105 '--config-variable', 'tsan=<(tsan)', |
106 '--config-variable', 'use_custom_libcxx=<(use_custom_libcxx)', | 106 '--config-variable', 'use_custom_libcxx=<(use_custom_libcxx)', |
107 '--config-variable', 'use_instrumented_libraries=<(use_instrumented_libr
aries)', | 107 '--config-variable', 'use_instrumented_libraries=<(use_instrumented_libr
aries)', |
108 '--config-variable', | 108 '--config-variable', |
109 'use_prebuilt_instrumented_libraries=<(use_prebuilt_instrumented_librari
es)', | 109 'use_prebuilt_instrumented_libraries=<(use_prebuilt_instrumented_librari
es)', |
110 '--config-variable', 'use_openssl=<(use_openssl)', | |
111 '--config-variable', 'use_ozone=<(use_ozone)', | 110 '--config-variable', 'use_ozone=<(use_ozone)', |
112 '--config-variable', 'use_x11=<(use_x11)', | 111 '--config-variable', 'use_x11=<(use_x11)', |
113 '--config-variable', 'v8_use_external_startup_data=<(v8_use_external_sta
rtup_data)', | 112 '--config-variable', 'v8_use_external_startup_data=<(v8_use_external_sta
rtup_data)', |
114 ], | 113 ], |
115 'conditions': [ | 114 'conditions': [ |
116 # Note: When gyp merges lists, it appends them to the old value. | 115 # Note: When gyp merges lists, it appends them to the old value. |
117 ['OS=="mac"', { | 116 ['OS=="mac"', { |
118 'action': [ | 117 'action': [ |
119 '--extra-variable', 'mac_product_name=<(mac_product_name)', | 118 '--extra-variable', 'mac_product_name=<(mac_product_name)', |
120 ], | 119 ], |
(...skipping 13 matching lines...) Expand all Loading... |
134 ], | 133 ], |
135 }, { | 134 }, { |
136 'action': [ | 135 'action': [ |
137 '--config-variable', 'msvs_version=0', | 136 '--config-variable', 'msvs_version=0', |
138 ], | 137 ], |
139 }], | 138 }], |
140 ], | 139 ], |
141 }, | 140 }, |
142 ], | 141 ], |
143 } | 142 } |
OLD | NEW |