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

Unified Diff: sql/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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",
« no previous file with comments | « skia/BUILD.gn ('k') | storage/common/BUILD.gn » ('j') | third_party/freetype-android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698