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

Unified Diff: examples/device_name/BUILD.gn

Issue 773283006: Run gn format on all BUILD.gn files (gn version 306668) (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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: examples/device_name/BUILD.gn
diff --git a/examples/device_name/BUILD.gn b/examples/device_name/BUILD.gn
index 2c6f91ee3af7a1e6e93cb3d68b435144ba48fdf1..66f28b9231a8b312eedb75dcd8dbf3cc826d6559 100644
--- a/examples/device_name/BUILD.gn
+++ b/examples/device_name/BUILD.gn
@@ -32,9 +32,7 @@ generate_jni("jni_headers") {
dex_output_path = "$target_out_dir/device_name_java.dex.jar"
android_library("device_name_java") {
- java_files = [
- "java/src/org/chromium/mojo/examples/DeviceName.java",
- ]
+ java_files = [ "java/src/org/chromium/mojo/examples/DeviceName.java" ]
deps = [
"//base:base_java",

Powered by Google App Engine
This is Rietveld 408576698