mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Remove unused gyp variable
Review URL: https://codereview.chromium.org/1825233002 .
This commit is contained in:
parent
3bd5a3317f
commit
a87fca4d0a
2 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
|||
# then do not build the native libraries supporting dart:io.
|
||||
'dart_io_support%': 0,
|
||||
'dart_io_secure_socket%': 1,
|
||||
'dart_io_ssl_builtin_roots%': 1,
|
||||
# Intel VTune related variables.
|
||||
'dart_vtune_support%': 0,
|
||||
'conditions': [
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
{
|
||||
'variables': {
|
||||
'dart_io_ssl_builtin_roots': 0,
|
||||
'android_ndk_root': '<(PRODUCT_DIR)/../../third_party/android_tools/ndk',
|
||||
}, # variables
|
||||
'target_defaults': {
|
||||
|
|
Loading…
Reference in a new issue