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", |