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

Unified Diff: android_webview/native/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: android_webview/native/BUILD.gn
diff --git a/android_webview/native/BUILD.gn b/android_webview/native/BUILD.gn
index a76af83b455ea1aca02fcac522d78d075f4f29d2..320cbb31421dfeea7497cfb62b385819d70f06f2 100644
--- a/android_webview/native/BUILD.gn
+++ b/android_webview/native/BUILD.gn
@@ -7,6 +7,7 @@ import("//build/config/android/rules.gni")
source_set("native") {
deps = [
+ ":native_jni",
"//android_webview/common:version",
"//base",
"//base/third_party/dynamic_annotations:dynamic_annotations",
@@ -21,11 +22,10 @@ source_set("native") {
"//skia",
"//storage/browser",
"//storage/common",
+ "//third_party/boringssl",
"//ui/base",
"//ui/gfx",
"//ui/gfx/geometry:geometry",
- "//third_party/boringssl",
- ":native_jni",
]
include_dirs = [ "//skia/config" ]

Powered by Google App Engine
This is Rietveld 408576698