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

Unified Diff: content/public/android/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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
« no previous file with comments | « content/common/BUILD.gn ('k') | content/public/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index 94bb8780b175dc4329e8302a76f1652db1a82db0..2ca0a87ceaeef74e36cc0acf75231e95d7afe2a8 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -6,9 +6,9 @@ import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
content_jni_gypi_values = exec_script("//build/gypi_to_gn.py",
- [ rebase_path("../../content_jni.gypi") ],
- "scope",
- [ "../../content_jni.gypi" ])
+ [ rebase_path("../../content_jni.gypi") ],
+ "scope",
+ [ "../../content_jni.gypi" ])
android_aidl("common_aidl") {
interface_file = "java/src/org/chromium/content/common/common.aidl"
@@ -40,7 +40,7 @@ android_library("content_java") {
"//ui/android:ui_java",
"//third_party/jsr-305:jsr_305_javalib",
-#"//content:content_common",
+ #"//content:content_common",
]
srcjar_deps = [
@@ -50,9 +50,7 @@ android_library("content_java") {
DEPRECATED_java_in_dir = "java/src"
if (!is_android_webview_build) {
- deps += [
- "//third_party/eyesfree:eyesfree_java",
- ]
+ deps += [ "//third_party/eyesfree:eyesfree_java" ]
}
}
@@ -173,6 +171,4 @@ android_library("content_javatests") {
DEPRECATED_java_in_dir = "javatests/src"
}
-
-
# TODO(GYP): content_icudata
« no previous file with comments | « content/common/BUILD.gn ('k') | content/public/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698