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

Unified Diff: tools/gn/BUILD.gn

Issue 984353002: Makes declared_arguments per toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 5 years, 9 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/args.h » ('j') | tools/gn/args.cc » ('J')
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 bc37bc765894afbbe7356bcffcdc4b5f82b1b1ee..97c0f945fbfd8e2f03753a7aa4c151f0018992c2 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -222,6 +222,7 @@ executable("gn") {
test("gn_unittests") {
sources = [
"action_target_generator_unittest.cc",
+ "args_unittest.cc",
"builder_unittest.cc",
"c_include_iterator_unittest.cc",
"command_format_unittest.cc",
« no previous file with comments | « no previous file | tools/gn/args.h » ('j') | tools/gn/args.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698