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 |