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

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: 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 | « build/config/BUILDCONFIG.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 299a0cd5b3ebb64d630d91d24cbee179ecf082c0..2542b2ec862446718d0ec0e1008bb47e3fd12852 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -624,6 +624,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698