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

Unified Diff: cc/BUILD.gn

Issue 584683002: Improve GN header checker, make //ui pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the adnoid 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
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 35f08c877895588a7391223672909916ca1a74d5..709ca71f7eccc14a3c4bdfd22ad0f91f3a5551b1 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -622,6 +622,9 @@ source_set("test_support") {
"test",
]
+ public_deps = [
+ ":cc",
+ ]
deps = [
"//base",
"//base/third_party/dynamic_annotations",
« no previous file with comments | « build/config/BUILDCONFIG.gn ('k') | content/shell/BUILD.gn » ('j') | tools/gn/header_checker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698