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

Unified Diff: tools/gn/gn.gyp

Issue 216903004: Add optional public header checking to GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit test Created 6 years, 8 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/filesystem_utils.cc ('k') | tools/gn/header_checker.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 e1a0dfac575e80c620b8c6fd2496dceb610f0666..0ae37ca069759452bebb9cc7f2a583f23ff48143 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -24,7 +24,10 @@
'builder.h',
'builder_record.cc',
'builder_record.h',
+ 'c_include_iterator.cc',
+ 'c_include_iterator.h',
'command_args.cc',
+ 'command_check.cc',
'command_desc.cc',
'command_gen.cc',
'command_help.cc',
@@ -63,6 +66,8 @@
'function_write_file.cc',
'group_target_generator.cc',
'group_target_generator.h',
+ 'header_checker.cc',
+ 'header_checker.h',
'import_manager.cc',
'import_manager.h',
'input_conversion.cc',
@@ -168,11 +173,13 @@
'type': '<(gtest_target_type)',
'sources': [
'builder_unittest.cc',
+ 'c_include_iterator_unittest.cc',
'escape_unittest.cc',
'filesystem_utils_unittest.cc',
'file_template_unittest.cc',
'function_rebase_path_unittest.cc',
'functions_unittest.cc',
+ 'header_checker_unittest.cc',
'input_conversion_unittest.cc',
'label_unittest.cc',
'loader_unittest.cc',
« no previous file with comments | « tools/gn/filesystem_utils.cc ('k') | tools/gn/header_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698