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

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: comments Created 7 years, 2 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/BUILD.gn ('k') | tools/gn/label.h » ('j') | tools/gn/uniquify.h » ('J')
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 fb5a53e8a34bdfa6e1b643cd25f99ed3e1e38c41..bdac2fe43d286fa6b79586c7188f122c316cca72 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -139,6 +139,7 @@
'toolchain.h',
'toolchain_manager.cc',
'toolchain_manager.h',
+ 'uniquify.h',
'trace.cc',
'trace.h',
'value.cc',
@@ -186,6 +187,7 @@
'test_with_scope.cc',
'test_with_scope.h',
'tokenizer_unittest.cc',
+ 'uniquify_unittest.cc',
],
'dependencies': [
'gn_lib',
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/gn/label.h » ('j') | tools/gn/uniquify.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698