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

Unified Diff: sql/BUILD.gn

Issue 1482653002: Add more components to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chromeos 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
« no previous file with comments | « components/rappor/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/BUILD.gn
diff --git a/sql/BUILD.gn b/sql/BUILD.gn
index d805c6544cec3801b2702270dc57940339f9758a..58097b7a63d42088ebfdb54784d3642e6acac620 100644
--- a/sql/BUILD.gn
+++ b/sql/BUILD.gn
@@ -46,8 +46,10 @@ source_set("test_support") {
"test/test_helpers.h",
]
- deps = [
+ public_deps = [
":sql",
+ ]
+ deps = [
"//base",
"//testing/gtest",
"//third_party/sqlite",
« no previous file with comments | « components/rappor/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698