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

Unified Diff: android_webview/native/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Rebase 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 561c1e18c5d9954dec0823f1c32cff200058bd13..0a37dc71b15936ae39691d661bf92c6628a78aa5 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_static",
"//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