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

Unified Diff: android_webview/BUILD.gn

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 | « no previous file | build/config/android/config.gni » ('j') | build/config/android/config.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index 9a225392e459c74202d659f4ef6e687a5e8c9eef..f0785032a8321ea0f6421b8ed6568af7f22b7be2 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -9,6 +9,10 @@ import("//tools/grit/repack.gni")
import("system_webview_apk_tmpl.gni")
import("webview_repack_locales.gni")
+if (!defined(use_webview_internal_framework)) {
+ use_webview_internal_framework = false
+}
+
group("android_webview") {
if (!use_webview_internal_framework) {
deps = [
« no previous file with comments | « no previous file | build/config/android/config.gni » ('j') | build/config/android/config.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698