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

Unified Diff: tools/gn/BUILD.gn

Issue 1494883002: GN: Makes GN output deterministic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/command_desc.cc » ('j') | tools/gn/ninja_build_writer.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 cc7f7e4ec5a5986424052c000c3a656e652d9658..830fa5bbece3f563b7f3cd07863e1614872b44b4 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -130,6 +130,7 @@ static_library("gn_lib") {
"path_output.h",
"pattern.cc",
"pattern.h",
+ "pointer_set.h",
"runtime_deps.cc",
"runtime_deps.h",
"scheduler.cc",
@@ -281,6 +282,7 @@ test("gn_unittests") {
"parser_unittest.cc",
"path_output_unittest.cc",
"pattern_unittest.cc",
+ "pointer_set_unittest.cc",
"runtime_deps_unittest.cc",
"scope_per_file_provider_unittest.cc",
"scope_unittest.cc",
« no previous file with comments | « no previous file | tools/gn/command_desc.cc » ('j') | tools/gn/ninja_build_writer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698