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

Unified Diff: tools/gn/gn.gyp

Issue 46313003: Implement target visibility in GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « tools/gn/functions.cc ('k') | tools/gn/item.h » ('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 1c9c1c6b254e93eabd9f0bd00c14c2843da68947..e1a0dfac575e80c620b8c6fd2496dceb610f0666 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -147,6 +147,8 @@
'value_extractors.h',
'variables.cc',
'variables.h',
+ 'visibility.cc',
+ 'visibility.h',
],
},
{
@@ -192,6 +194,7 @@
'test_with_scope.cc',
'test_with_scope.h',
'tokenizer_unittest.cc',
+ 'visibility_unittest.cc',
],
'dependencies': [
'gn_lib',
« no previous file with comments | « tools/gn/functions.cc ('k') | tools/gn/item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698