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

Unified Diff: tools/gn/gn.gyp

Issue 56433003: GN threading refactor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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_target.cc ('k') | tools/gn/group_target_generator.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 a4f4c348756a56ab28e20d5612c1523adf0f17af..3a04387bb0eec141474854144cda65d20ea36999 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -16,6 +16,10 @@
'binary_target_generator.h',
'build_settings.cc',
'build_settings.h',
+ 'builder.cc',
+ 'builder.h',
+ 'builder_record.cc',
+ 'builder_record.h',
'command_args.cc',
'command_desc.cc',
'command_gen.cc',
@@ -72,13 +76,11 @@
'input_file_manager.h',
'item.cc',
'item.h',
- 'item_node.cc',
- 'item_node.h',
- 'item_tree.cc',
- 'item_tree.h',
'label.cc',
'label.h',
'label_ptr.h',
+ 'loader.cc',
+ 'loader.h',
'location.cc',
'location.h',
'ninja_binary_target_writer.cc',
@@ -136,16 +138,12 @@
'target.h',
'target_generator.cc',
'target_generator.h',
- 'target_manager.cc',
- 'target_manager.h',
'token.cc',
'token.h',
'tokenizer.cc',
'tokenizer.h',
'toolchain.cc',
'toolchain.h',
- 'toolchain_manager.cc',
- 'toolchain_manager.h',
'trace.cc',
'trace.h',
'value.cc',
@@ -172,12 +170,14 @@
'target_name': 'gn_unittests',
'type': '<(gtest_target_type)',
'sources': [
+ 'builder_unittest.cc',
'escape_unittest.cc',
'file_template_unittest.cc',
'filesystem_utils_unittest.cc',
'function_rebase_path_unittest.cc',
'input_conversion_unittest.cc',
'label_unittest.cc',
+ 'loader_unittest.cc',
'ninja_binary_target_writer_unittest.cc',
'ninja_helper_unittest.cc',
'ninja_copy_target_writer_unittest.cc',
@@ -189,7 +189,6 @@
'source_dir_unittest.cc',
'string_utils_unittest.cc',
'target_generator_unittest.cc',
- 'target_manager_unittest.cc',
'target_unittest.cc',
'test_with_scope.cc',
'test_with_scope.h',
« no previous file with comments | « tools/gn/functions_target.cc ('k') | tools/gn/group_target_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698