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

Side by Side Diff: android_webview/BUILD.gn

Issue 2914893002: Move some of IOThread's command line logic to network_session_configurator. (Closed)
Patch Set: Fix merge Created 3 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | android_webview/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//android_webview/system_webview_apk_tmpl.gni") 5 import("//android_webview/system_webview_apk_tmpl.gni")
6 import("//android_webview/webview_repack_locales.gni") 6 import("//android_webview/webview_repack_locales.gni")
7 import("//build/config/android/config.gni") 7 import("//build/config/android/config.gni")
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 import("//build/config/locales.gni") 9 import("//build/config/locales.gni")
10 import("//components/spellcheck/spellcheck_build_features.gni") 10 import("//components/spellcheck/spellcheck_build_features.gni")
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 "//components/cdm/browser", 685 "//components/cdm/browser",
686 "//components/cdm/renderer", 686 "//components/cdm/renderer",
687 "//components/crash/content/app", 687 "//components/crash/content/app",
688 "//components/crash/content/browser", 688 "//components/crash/content/browser",
689 "//components/metrics", 689 "//components/metrics",
690 "//components/metrics:gpu", 690 "//components/metrics:gpu",
691 "//components/metrics:net", 691 "//components/metrics:net",
692 "//components/metrics:profiler", 692 "//components/metrics:profiler",
693 "//components/metrics:ui", 693 "//components/metrics:ui",
694 "//components/navigation_interception", 694 "//components/navigation_interception",
695 "//components/network_session_configurator/common",
695 "//components/policy:generated", 696 "//components/policy:generated",
696 "//components/policy/core/browser", 697 "//components/policy/core/browser",
697 "//components/prefs", 698 "//components/prefs",
698 "//components/printing/browser", 699 "//components/printing/browser",
699 "//components/printing/common", 700 "//components/printing/common",
700 "//components/printing/renderer", 701 "//components/printing/renderer",
701 "//components/safe_browsing", 702 "//components/safe_browsing",
702 "//components/safe_browsing_db:safe_browsing_db_mobile", 703 "//components/safe_browsing_db:safe_browsing_db_mobile",
703 "//components/spellcheck:build_features", 704 "//components/spellcheck:build_features",
704 "//components/supervised_user_error_page", 705 "//components/supervised_user_error_page",
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 system_webview_apk_tmpl("system_webview_apk") { 957 system_webview_apk_tmpl("system_webview_apk") {
957 android_manifest = system_webview_android_manifest 958 android_manifest = system_webview_android_manifest
958 android_manifest_dep = ":system_webview_manifest" 959 android_manifest_dep = ":system_webview_manifest"
959 deps = [ 960 deps = [
960 ":system_webview_resources", 961 ":system_webview_resources",
961 "//android_webview/glue", 962 "//android_webview/glue",
962 ] 963 ]
963 apk_name = "SystemWebView" 964 apk_name = "SystemWebView"
964 } 965 }
965 } 966 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698