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

Side by Side Diff: android_webview/BUILD.gn

Issue 2272213003: DevTools: remove devtools_discovery (merged into content). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix Created 4 years, 3 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("//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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 ":generate_components_strings", 575 ":generate_components_strings",
576 "//android_webview/common:version", 576 "//android_webview/common:version",
577 "//android_webview/native:native", 577 "//android_webview/native:native",
578 "//cc/surfaces", 578 "//cc/surfaces",
579 "//components/auto_login_parser:auto_login_parser", 579 "//components/auto_login_parser:auto_login_parser",
580 "//components/autofill/content/renderer", 580 "//components/autofill/content/renderer",
581 "//components/cdm/browser", 581 "//components/cdm/browser",
582 "//components/cdm/renderer", 582 "//components/cdm/renderer",
583 "//components/crash/content/app", 583 "//components/crash/content/app",
584 "//components/crash/content/browser", 584 "//components/crash/content/browser",
585 "//components/devtools_discovery",
586 "//components/metrics", 585 "//components/metrics",
587 "//components/metrics:gpu", 586 "//components/metrics:gpu",
588 "//components/metrics:net", 587 "//components/metrics:net",
589 "//components/metrics:profiler", 588 "//components/metrics:profiler",
590 "//components/metrics:ui", 589 "//components/metrics:ui",
591 "//components/navigation_interception", 590 "//components/navigation_interception",
592 "//components/prefs", 591 "//components/prefs",
593 "//components/printing/browser", 592 "//components/printing/browser",
594 "//components/printing/common", 593 "//components/printing/common",
595 "//components/printing/renderer", 594 "//components/printing/renderer",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 android_manifest = get_target_outputs(":system_webview_manifest") 787 android_manifest = get_target_outputs(":system_webview_manifest")
789 android_manifest = android_manifest[1] 788 android_manifest = android_manifest[1]
790 android_manifest_dep = ":system_webview_manifest" 789 android_manifest_dep = ":system_webview_manifest"
791 deps = [ 790 deps = [
792 ":system_webview_resources", 791 ":system_webview_resources",
793 "//android_webview/glue", 792 "//android_webview/glue",
794 ] 793 ]
795 apk_name = "SystemWebView" 794 apk_name = "SystemWebView"
796 } 795 }
797 } 796 }
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