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

Side by Side Diff: android_webview/BUILD.gn

Issue 1892123003: Add components/network_session_configurator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on https://crrev.com/1945513002. Created 4 years, 7 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/android_webview.gyp » ('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("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build/config/locales.gni") 7 import("//build/config/locales.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 import("system_webview_apk_tmpl.gni") 9 import("system_webview_apk_tmpl.gni")
10 import("webview_repack_locales.gni") 10 import("webview_repack_locales.gni")
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 "//components/crash/content/app", 557 "//components/crash/content/app",
558 "//components/crash/content/browser", 558 "//components/crash/content/browser",
559 "//components/data_reduction_proxy/core/browser", 559 "//components/data_reduction_proxy/core/browser",
560 "//components/devtools_discovery", 560 "//components/devtools_discovery",
561 "//components/metrics", 561 "//components/metrics",
562 "//components/metrics:gpu", 562 "//components/metrics:gpu",
563 "//components/metrics:net", 563 "//components/metrics:net",
564 "//components/metrics:profiler", 564 "//components/metrics:profiler",
565 "//components/metrics:ui", 565 "//components/metrics:ui",
566 "//components/navigation_interception", 566 "//components/navigation_interception",
567 "//components/network_session_configurator:switches",
567 "//components/prefs", 568 "//components/prefs",
568 "//components/printing/browser", 569 "//components/printing/browser",
569 "//components/printing/common", 570 "//components/printing/common",
570 "//components/printing/renderer", 571 "//components/printing/renderer",
571 "//components/visitedlink/browser", 572 "//components/visitedlink/browser",
572 "//components/visitedlink/renderer", 573 "//components/visitedlink/renderer",
573 "//components/web_contents_delegate_android:web_contents_delegate_android", 574 "//components/web_contents_delegate_android:web_contents_delegate_android",
574 "//content", 575 "//content",
575 "//content/public/app:both", 576 "//content/public/app:both",
576 "//content/public/browser", 577 "//content/public/browser",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 android_manifest = get_target_outputs(":system_webview_manifest") 746 android_manifest = get_target_outputs(":system_webview_manifest")
746 android_manifest = android_manifest[1] 747 android_manifest = android_manifest[1]
747 android_manifest_dep = ":system_webview_manifest" 748 android_manifest_dep = ":system_webview_manifest"
748 deps = [ 749 deps = [
749 ":system_webview_resources", 750 ":system_webview_resources",
750 "//android_webview/glue", 751 "//android_webview/glue",
751 ] 752 ]
752 apk_name = "SystemWebView" 753 apk_name = "SystemWebView"
753 } 754 }
754 } 755 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698