Remove unused gyp variable

Review URL: https://codereview.chromium.org/1825233002 .
This commit is contained in:
Zachary Anderson 2016-03-22 14:31:54 -07:00
parent 3bd5a3317f
commit a87fca4d0a
2 changed files with 0 additions and 2 deletions

View file

@ -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': [

View file

@ -8,7 +8,6 @@
{
'variables': {
'dart_io_ssl_builtin_roots': 0,
'android_ndk_root': '<(PRODUCT_DIR)/../../third_party/android_tools/ndk',
}, # variables
'target_defaults': {