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

Unified Diff: tools/gn/gn.gyp

Issue 26537002: Add a UniqueVector class to GN (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: REview comments, remove npos Created 6 years, 4 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 | « tools/gn/command_desc.cc ('k') | tools/gn/header_checker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/gn.gyp
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
index c94c8e27bef5049d813afa91209010f5281d4c27..da6af4e2ca6f55721c53b18784c2e7dbd3e5770a 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -148,6 +148,7 @@
'tokenizer.h',
'toolchain.cc',
'toolchain.h',
+ 'unique_vector.h',
'trace.cc',
'trace.h',
'value.cc',
@@ -214,6 +215,7 @@
'test_with_scope.cc',
'test_with_scope.h',
'tokenizer_unittest.cc',
+ 'unique_vector_unittest.cc',
'value_unittest.cc',
'visibility_unittest.cc',
],
« no previous file with comments | « tools/gn/command_desc.cc ('k') | tools/gn/header_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698