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

Unified Diff: sql/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: sql/BUILD.gn
diff --git a/sql/BUILD.gn b/sql/BUILD.gn
index 8d071a3e7747fb0d72241cf88601cac3d2ba309c..d805c6544cec3801b2702270dc57940339f9758a 100644
--- a/sql/BUILD.gn
+++ b/sql/BUILD.gn
@@ -30,8 +30,8 @@ component("sql") {
deps = [
"//base",
- "//third_party/sqlite",
"//base/third_party/dynamic_annotations",
+ "//third_party/sqlite",
]
}
@@ -100,8 +100,8 @@ test("sql_unittests") {
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
deps = [
- ":sql",
":redirection_header",
+ ":sql",
":test_support",
"//base/allocator",
"//base/test:test_support",
« components/BUILD.gn ('K') | « skia/BUILD.gn ('k') | storage/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698