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

Unified Diff: components/policy/android/BUILD.gn

Issue 1415753003: gn format everything. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert freetype-android change Created 5 years, 2 months 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 | « build/secondary/third_party/nss/BUILD.gn ('k') | components/resource_provider/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/android/BUILD.gn
diff --git a/components/policy/android/BUILD.gn b/components/policy/android/BUILD.gn
index 4d84602c3fe8c1620cb08dcfed1cd5bdfeba676e..a3ef6bae3c13aa33a8d66f445140607bf521b5fc 100644
--- a/components/policy/android/BUILD.gn
+++ b/components/policy/android/BUILD.gn
@@ -14,11 +14,12 @@ android_library("policy_java") {
deps = [
"//base:base_java",
]
- java_files = _jni_sources + [
- "java/src/org/chromium/policy/AbstractAppRestrictionsProvider.java",
- "java/src/org/chromium/policy/AppRestrictionsProvider.java",
- "java/src/org/chromium/policy/PolicyProvider.java",
- ]
+ java_files =
+ _jni_sources + [
+ "java/src/org/chromium/policy/AbstractAppRestrictionsProvider.java",
+ "java/src/org/chromium/policy/AppRestrictionsProvider.java",
+ "java/src/org/chromium/policy/PolicyProvider.java",
+ ]
}
# GYP: //components/components.gyp:policy_jni_headers
« no previous file with comments | « build/secondary/third_party/nss/BUILD.gn ('k') | components/resource_provider/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698