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

Unified Diff: components/ownership/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 | « components/os_crypt/BUILD.gn ('k') | components/password_manager/content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ownership/BUILD.gn
diff --git a/components/ownership/BUILD.gn b/components/ownership/BUILD.gn
index 9051ddb51801948059ae4aa11a442b2bc27dce4b..0432b94bccbcb3161b118b36ef1ad36ec91eafb0 100644
--- a/components/ownership/BUILD.gn
+++ b/components/ownership/BUILD.gn
@@ -14,9 +14,7 @@ component("ownership") {
"owner_settings_service.h",
]
- defines = [
- "OWNERSHIP_IMPLEMENTATION"
- ]
+ defines = [ "OWNERSHIP_IMPLEMENTATION" ]
deps = [
"//base",
@@ -30,7 +28,9 @@ component("ownership") {
source_set("unit_tests") {
testonly = true
- sources = ["owner_key_util_impl_unittest.cc"]
+ sources = [
+ "owner_key_util_impl_unittest.cc",
+ ]
deps = [
":ownership",
« no previous file with comments | « components/os_crypt/BUILD.gn ('k') | components/password_manager/content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698