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

Unified Diff: tools/gn/BUILD.gn

Issue 561273003: Add public deps to GN (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 | tools/gn/action_target_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/BUILD.gn
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index 09ede8d1ce8cf559dd6b439e1b3d274a71c617d7..c3fe6f0d764c342c923719b52d02cce96a4d3a1a 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -41,6 +41,8 @@ static_library("gn_lib") {
"config_values_generator.h",
"copy_target_generator.cc",
"copy_target_generator.h",
+ "deps_iterator.cc",
+ "deps_iterator.h",
"err.cc",
"err.h",
"escape.cc",
« no previous file with comments | « no previous file | tools/gn/action_target_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698