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

Unified Diff: build/config/android/config.gni

Issue 1551393002: Move use_webview_internal_framework to android_webview/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 | « android_webview/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index 2b5bb7117f21b57271635388321a6d566ad53170..14857a38ffbde7cfdde6c1de9e8441a06a771e3d 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -108,9 +108,6 @@ if (is_android) {
# Adds intrumentation to each function. Writes a file with the order that
# functions are called at startup.
use_order_profiling = false
-
- # Use the internal version of the framework to build Android WebView.
- use_webview_internal_framework = false
michaelbai 2016/01/06 03:53:42 Sorry, I still don't understand what caused the er
agrieve 2016/01/06 04:16:04 Looks like the problem doesn't happen anymore beca
}
# Host stuff -----------------------------------------------------------------
« no previous file with comments | « android_webview/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698