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

Unified Diff: base/test/BUILD.gn

Issue 584683002: Improve GN header checker, make //ui pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 months 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 | « no previous file | build/config/BUILDCONFIG.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/BUILD.gn
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index 18d7a25bdef0bc86cab37c4af5a0e106e854e3e5..f86f9ae0597096db45e1c73a3a5cc5986c0adbfe 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -101,11 +101,14 @@ source_set("test_support") {
"values_test_util.cc",
"values_test_util.h",
]
- deps = [
+
+ public_deps = [
"//base",
- "//base/third_party/dynamic_annotations",
"//base:i18n",
"//base:base_static",
+ ]
+ deps = [
+ "//base/third_party/dynamic_annotations",
"//testing/gmock",
"//testing/gtest",
"//third_party/libxml"
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698