Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: build/android/pylib/utils/isolator.py

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/utils/isolator.py
diff --git a/build/android/pylib/utils/isolator.py b/build/android/pylib/utils/isolator.py
index 832b4ad3c301853d13555ecbaf0bc4b39e0a5bb1..c1281ff17a83e4bf6a644d2b05a9cec0a51a2456 100644
--- a/build/android/pylib/utils/isolator.py
+++ b/build/android/pylib/utils/isolator.py
@@ -47,7 +47,6 @@ def DefaultConfigVariables():
'use_custom_libcxx': '0',
'use_instrumented_libraries': '0',
'use_prebuilt_instrumented_libraries': '0',
- 'use_openssl': '0',
'use_ozone': '0',
'use_x11': '0',
'v8_use_external_startup_data': '1',
@@ -174,4 +173,3 @@ class Isolator(object):
shutil.move(os.path.join(deps_product_dir, p), self._isolate_deps_dir)
os.rmdir(deps_product_dir)
os.rmdir(deps_out_dir)
-
« no previous file with comments | « build/all.gyp ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698