Imported Upstream version 20210313 upstream upstream/20210313
authorJinWang An <jinwang.an@samsung.com>
Tue, 30 Mar 2021 06:03:51 +0000 (15:03 +0900)
committerJinWang An <jinwang.an@samsung.com>
Tue, 30 Mar 2021 06:03:51 +0000 (15:03 +0900)
commit59f9ebfeb55d57c1eaf18a6e3e3e057588cc657d
tree1f5f13f6a7b8e669ea03e052a324e1f343348f50
parent625079ebdb620cbd2f9a5e8a8f6857cd1af3dd3b
Imported Upstream version 20210313
805 files changed:
.clang-format [new file with mode: 0644]
.editorconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.style.yapf [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
LICENSE [new file with mode: 0644]
OWNERS [new file with mode: 0644]
README.md [new file with mode: 0644]
build/build_aix.ninja.template [new file with mode: 0644]
build/build_haiku.ninja.template [new file with mode: 0644]
build/build_linux.ninja.template [new file with mode: 0644]
build/build_mac.ninja.template [new file with mode: 0644]
build/build_openbsd.ninja.template [new file with mode: 0644]
build/build_win.ninja.template [new file with mode: 0644]
build/full_test.py [new file with mode: 0755]
build/gen.py [new file with mode: 0755]
docs/cross_compiles.md [new file with mode: 0644]
docs/faq.md [new file with mode: 0644]
docs/language.md [new file with mode: 0644]
docs/quick_start.md [new file with mode: 0644]
docs/reference.md [new file with mode: 0644]
docs/standalone.md [new file with mode: 0644]
docs/style_guide.md [new file with mode: 0644]
examples/ios/.gitignore [new file with mode: 0644]
examples/ios/.gn [new file with mode: 0644]
examples/ios/BUILD.gn [new file with mode: 0644]
examples/ios/app/AppDelegate.h [new file with mode: 0644]
examples/ios/app/AppDelegate.m [new file with mode: 0644]
examples/ios/app/BUILD.gn [new file with mode: 0644]
examples/ios/app/Bar.swift [new file with mode: 0644]
examples/ios/app/Baz.swift [new file with mode: 0644]
examples/ios/app/Foo-Bridging-Header.h [new file with mode: 0644]
examples/ios/app/Foo.swift [new file with mode: 0644]
examples/ios/app/FooWrapper.swift [new file with mode: 0644]
examples/ios/app/SceneDelegate.h [new file with mode: 0644]
examples/ios/app/SceneDelegate.m [new file with mode: 0644]
examples/ios/app/ViewController.h [new file with mode: 0644]
examples/ios/app/ViewController.m [new file with mode: 0644]
examples/ios/app/main.m [new file with mode: 0644]
examples/ios/app/resources/Info.plist [new file with mode: 0644]
examples/ios/app/resources/LaunchScreen.storyboard [new file with mode: 0644]
examples/ios/app/resources/Main.storyboard [new file with mode: 0644]
examples/ios/build/BUILD.gn [new file with mode: 0644]
examples/ios/build/BUILDCONFIG.gn [new file with mode: 0644]
examples/ios/build/config/ios/BUILD.gn [new file with mode: 0644]
examples/ios/build/config/ios/bundle_identifier_prefix.gni [new file with mode: 0644]
examples/ios/build/config/ios/deployment_target.gni [new file with mode: 0644]
examples/ios/build/config/ios/resources/Entitlements-Simulated.plist [new file with mode: 0644]
examples/ios/build/config/ios/resources/Info.plist [new file with mode: 0644]
examples/ios/build/config/ios/resources/compiler-Info.plist [new file with mode: 0644]
examples/ios/build/config/ios/scripts/compile_storyboard.py [new file with mode: 0644]
examples/ios/build/config/ios/scripts/find_app_identifier_prefix.py [new file with mode: 0644]
examples/ios/build/config/ios/scripts/generate_umbrella_header.py [new file with mode: 0644]
examples/ios/build/config/ios/scripts/merge_plist.py [new file with mode: 0644]
examples/ios/build/config/ios/scripts/sdk_info.py [new file with mode: 0644]
examples/ios/build/config/ios/sdk_info.gni [new file with mode: 0644]
examples/ios/build/config/ios/templates/ios_app_bundle.gni [new file with mode: 0644]
examples/ios/build/config/ios/templates/ios_binary_bundle.gni [new file with mode: 0644]
examples/ios/build/config/ios/templates/ios_framework_bundle.gni [new file with mode: 0644]
examples/ios/build/config/ios/templates/merge_plist.gni [new file with mode: 0644]
examples/ios/build/config/ios/templates/storyboards.gni [new file with mode: 0644]
examples/ios/build/toolchain/apple/swiftc.py [new file with mode: 0755]
examples/ios/build/toolchain/ios/BUILD.gn [new file with mode: 0644]
examples/ios/build/toolchain/mac/BUILD.gn [new file with mode: 0644]
examples/ios/host/BUILD.gn [new file with mode: 0644]
examples/ios/host/main.cc [new file with mode: 0644]
examples/ios/shared/BUILD.gn [new file with mode: 0644]
examples/ios/shared/hello_shared.h [new file with mode: 0644]
examples/ios/shared/hello_shared.m [new file with mode: 0644]
examples/rust_example/.gn [new file with mode: 0644]
examples/rust_example/BUILD.gn [new file with mode: 0644]
examples/rust_example/BUILDCONFIG.gn [new file with mode: 0644]
examples/rust_example/README.txt [new file with mode: 0644]
examples/rust_example/build/BUILD.gn [new file with mode: 0644]
examples/rust_example/hello_world/bar/src/BUILD.gn [new file with mode: 0644]
examples/rust_example/hello_world/bar/src/lib.rs [new file with mode: 0644]
examples/rust_example/hello_world/foo/src/BUILD.gn [new file with mode: 0644]
examples/rust_example/hello_world/foo/src/lib.rs [new file with mode: 0644]
examples/rust_example/hello_world/src/BUILD.gn [new file with mode: 0644]
examples/rust_example/hello_world/src/main.rs [new file with mode: 0644]
examples/simple_build/.gn [new file with mode: 0644]
examples/simple_build/BUILD.gn [new file with mode: 0644]
examples/simple_build/README.md [new file with mode: 0644]
examples/simple_build/build/BUILD.gn [new file with mode: 0644]
examples/simple_build/build/BUILDCONFIG.gn [new file with mode: 0644]
examples/simple_build/build/toolchain/BUILD.gn [new file with mode: 0644]
examples/simple_build/hello.cc [new file with mode: 0644]
examples/simple_build/hello_shared.cc [new file with mode: 0644]
examples/simple_build/hello_shared.h [new file with mode: 0644]
examples/simple_build/hello_static.cc [new file with mode: 0644]
examples/simple_build/hello_static.h [new file with mode: 0644]
examples/simple_build/tutorial/README.md [new file with mode: 0644]
examples/simple_build/tutorial/tutorial.cc [new file with mode: 0644]
infra/README.recipes.md [new file with mode: 0644]
infra/config/recipes.cfg [new file with mode: 0644]
infra/config/refs.cfg [new file with mode: 0644]
infra/recipe_modules/macos_sdk/__init__.py [new file with mode: 0644]
infra/recipe_modules/macos_sdk/api.py [new file with mode: 0644]
infra/recipe_modules/macos_sdk/examples/full.expected/linux.json [new file with mode: 0644]
infra/recipe_modules/macos_sdk/examples/full.expected/mac.json [new file with mode: 0644]
infra/recipe_modules/macos_sdk/examples/full.expected/win.json [new file with mode: 0644]
infra/recipe_modules/macos_sdk/examples/full.py [new file with mode: 0644]
infra/recipe_modules/target/__init__.py [new file with mode: 0644]
infra/recipe_modules/target/api.py [new file with mode: 0644]
infra/recipe_modules/target/examples/full.expected/linux.json [new file with mode: 0644]
infra/recipe_modules/target/examples/full.expected/mac.json [new file with mode: 0644]
infra/recipe_modules/target/examples/full.expected/win.json [new file with mode: 0644]
infra/recipe_modules/target/examples/full.py [new file with mode: 0644]
infra/recipe_modules/windows_sdk/__init__.py [new file with mode: 0644]
infra/recipe_modules/windows_sdk/api.py [new file with mode: 0644]
infra/recipe_modules/windows_sdk/examples/full.expected/linux.json [new file with mode: 0644]
infra/recipe_modules/windows_sdk/examples/full.expected/mac.json [new file with mode: 0644]
infra/recipe_modules/windows_sdk/examples/full.expected/win.json [new file with mode: 0644]
infra/recipe_modules/windows_sdk/examples/full.py [new file with mode: 0644]
infra/recipes.py [new file with mode: 0755]
infra/recipes/gn.expected/ci_linux.json [new file with mode: 0644]
infra/recipes/gn.expected/ci_mac.json [new file with mode: 0644]
infra/recipes/gn.expected/ci_win.json [new file with mode: 0644]
infra/recipes/gn.expected/cipd_exists.json [new file with mode: 0644]
infra/recipes/gn.expected/cipd_register.json [new file with mode: 0644]
infra/recipes/gn.expected/cq_linux.json [new file with mode: 0644]
infra/recipes/gn.expected/cq_mac.json [new file with mode: 0644]
infra/recipes/gn.expected/cq_win.json [new file with mode: 0644]
infra/recipes/gn.py [new file with mode: 0644]
misc/emacs/.gitignore [new file with mode: 0644]
misc/emacs/gn-mode.el [new file with mode: 0644]
misc/help_as_html.py [new file with mode: 0755]
misc/tm/GN.tmLanguage [new file with mode: 0644]
misc/tm/GN.tmPreferences [new file with mode: 0644]
misc/vim/README.md [new file with mode: 0644]
misc/vim/autoload/gn.vim [new file with mode: 0644]
misc/vim/ftdetect/gnfiletype.vim [new file with mode: 0644]
misc/vim/ftplugin/gn.vim [new file with mode: 0644]
misc/vim/gn-format.py [new file with mode: 0644]
misc/vim/syntax/gn.vim [new file with mode: 0644]
src/base/atomic_ref_count.h [new file with mode: 0644]
src/base/command_line.cc [new file with mode: 0644]
src/base/command_line.h [new file with mode: 0644]
src/base/compiler_specific.h [new file with mode: 0644]
src/base/containers/circular_deque.h [new file with mode: 0644]
src/base/containers/flat_map.h [new file with mode: 0644]
src/base/containers/flat_set.h [new file with mode: 0644]
src/base/containers/flat_tree.h [new file with mode: 0644]
src/base/containers/queue.h [new file with mode: 0644]
src/base/containers/span.h [new file with mode: 0644]
src/base/containers/stack.h [new file with mode: 0644]
src/base/containers/vector_buffer.h [new file with mode: 0644]
src/base/environment.cc [new file with mode: 0644]
src/base/environment.h [new file with mode: 0644]
src/base/files/file.cc [new file with mode: 0644]
src/base/files/file.h [new file with mode: 0644]
src/base/files/file_enumerator.cc [new file with mode: 0644]
src/base/files/file_enumerator.h [new file with mode: 0644]
src/base/files/file_enumerator_posix.cc [new file with mode: 0644]
src/base/files/file_enumerator_win.cc [new file with mode: 0644]
src/base/files/file_path.cc [new file with mode: 0644]
src/base/files/file_path.h [new file with mode: 0644]
src/base/files/file_path_constants.cc [new file with mode: 0644]
src/base/files/file_posix.cc [new file with mode: 0644]
src/base/files/file_util.cc [new file with mode: 0644]
src/base/files/file_util.h [new file with mode: 0644]
src/base/files/file_util_linux.cc [new file with mode: 0644]
src/base/files/file_util_posix.cc [new file with mode: 0644]
src/base/files/file_util_win.cc [new file with mode: 0644]
src/base/files/file_win.cc [new file with mode: 0644]
src/base/files/platform_file.h [new file with mode: 0644]
src/base/files/scoped_file.cc [new file with mode: 0644]
src/base/files/scoped_file.h [new file with mode: 0644]
src/base/files/scoped_temp_dir.cc [new file with mode: 0644]
src/base/files/scoped_temp_dir.h [new file with mode: 0644]
src/base/gtest_prod_util.h [new file with mode: 0644]
src/base/json/json_parser.cc [new file with mode: 0644]
src/base/json/json_parser.h [new file with mode: 0644]
src/base/json/json_reader.cc [new file with mode: 0644]
src/base/json/json_reader.h [new file with mode: 0644]
src/base/json/json_value_converter.cc [new file with mode: 0644]
src/base/json/json_value_converter.h [new file with mode: 0644]
src/base/json/json_writer.cc [new file with mode: 0644]
src/base/json/json_writer.h [new file with mode: 0644]
src/base/json/string_escape.cc [new file with mode: 0644]
src/base/json/string_escape.h [new file with mode: 0644]
src/base/logging.cc [new file with mode: 0644]
src/base/logging.h [new file with mode: 0644]
src/base/mac/bundle_locations.h [new file with mode: 0644]
src/base/mac/mac_logging.h [new file with mode: 0644]
src/base/mac/mac_logging.mm [new file with mode: 0644]
src/base/mac/scoped_cftyperef.h [new file with mode: 0644]
src/base/mac/scoped_typeref.h [new file with mode: 0644]
src/base/macros.h [new file with mode: 0644]
src/base/md5.cc [new file with mode: 0644]
src/base/md5.h [new file with mode: 0644]
src/base/memory/free_deleter.h [new file with mode: 0644]
src/base/memory/ptr_util.h [new file with mode: 0644]
src/base/memory/raw_scoped_refptr_mismatch_checker.h [new file with mode: 0644]
src/base/memory/ref_counted.cc [new file with mode: 0644]
src/base/memory/ref_counted.h [new file with mode: 0644]
src/base/memory/scoped_policy.h [new file with mode: 0644]
src/base/memory/scoped_refptr.h [new file with mode: 0644]
src/base/memory/weak_ptr.cc [new file with mode: 0644]
src/base/memory/weak_ptr.h [new file with mode: 0644]
src/base/numerics/checked_math.h [new file with mode: 0644]
src/base/numerics/checked_math_impl.h [new file with mode: 0644]
src/base/numerics/clamped_math.h [new file with mode: 0644]
src/base/numerics/clamped_math_impl.h [new file with mode: 0644]
src/base/numerics/math_constants.h [new file with mode: 0644]
src/base/numerics/ranges.h [new file with mode: 0644]
src/base/numerics/safe_conversions.h [new file with mode: 0644]
src/base/numerics/safe_conversions_impl.h [new file with mode: 0644]
src/base/numerics/safe_math.h [new file with mode: 0644]
src/base/numerics/safe_math_clang_gcc_impl.h [new file with mode: 0644]
src/base/numerics/safe_math_shared_impl.h [new file with mode: 0644]
src/base/posix/eintr_wrapper.h [new file with mode: 0644]
src/base/posix/file_descriptor_shuffle.cc [new file with mode: 0644]
src/base/posix/file_descriptor_shuffle.h [new file with mode: 0644]
src/base/posix/safe_strerror.cc [new file with mode: 0644]
src/base/posix/safe_strerror.h [new file with mode: 0644]
src/base/scoped_clear_errno.h [new file with mode: 0644]
src/base/scoped_generic.h [new file with mode: 0644]
src/base/sha1.cc [new file with mode: 0644]
src/base/sha1.h [new file with mode: 0644]
src/base/stl_util.h [new file with mode: 0644]
src/base/strings/string_number_conversions.cc [new file with mode: 0644]
src/base/strings/string_number_conversions.h [new file with mode: 0644]
src/base/strings/string_split.cc [new file with mode: 0644]
src/base/strings/string_split.h [new file with mode: 0644]
src/base/strings/string_tokenizer.h [new file with mode: 0644]
src/base/strings/string_util.cc [new file with mode: 0644]
src/base/strings/string_util.h [new file with mode: 0644]
src/base/strings/string_util_constants.cc [new file with mode: 0644]
src/base/strings/string_util_posix.h [new file with mode: 0644]
src/base/strings/string_util_win.h [new file with mode: 0644]
src/base/strings/stringize_macros.h [new file with mode: 0644]
src/base/strings/stringprintf.cc [new file with mode: 0644]
src/base/strings/stringprintf.h [new file with mode: 0644]
src/base/strings/utf_offset_string_conversions.cc [new file with mode: 0644]
src/base/strings/utf_offset_string_conversions.h [new file with mode: 0644]
src/base/strings/utf_string_conversion_utils.cc [new file with mode: 0644]
src/base/strings/utf_string_conversion_utils.h [new file with mode: 0644]
src/base/strings/utf_string_conversions.cc [new file with mode: 0644]
src/base/strings/utf_string_conversions.h [new file with mode: 0644]
src/base/sys_byteorder.h [new file with mode: 0644]
src/base/template_util.h [new file with mode: 0644]
src/base/third_party/icu/LICENSE [new file with mode: 0644]
src/base/third_party/icu/README.chromium [new file with mode: 0644]
src/base/third_party/icu/icu_utf.cc [new file with mode: 0644]
src/base/third_party/icu/icu_utf.h [new file with mode: 0644]
src/base/timer/elapsed_timer.cc [new file with mode: 0644]
src/base/timer/elapsed_timer.h [new file with mode: 0644]
src/base/value_iterators.cc [new file with mode: 0644]
src/base/value_iterators.h [new file with mode: 0644]
src/base/values.cc [new file with mode: 0644]
src/base/values.h [new file with mode: 0644]
src/base/win/registry.cc [new file with mode: 0644]
src/base/win/registry.h [new file with mode: 0644]
src/base/win/scoped_handle.cc [new file with mode: 0644]
src/base/win/scoped_handle.h [new file with mode: 0644]
src/base/win/scoped_process_information.cc [new file with mode: 0644]
src/base/win/scoped_process_information.h [new file with mode: 0644]
src/base/win/win_util.h [new file with mode: 0644]
src/gn/action_target_generator.cc [new file with mode: 0644]
src/gn/action_target_generator.h [new file with mode: 0644]
src/gn/action_target_generator_unittest.cc [new file with mode: 0644]
src/gn/action_values.cc [new file with mode: 0644]
src/gn/action_values.h [new file with mode: 0644]
src/gn/analyzer.cc [new file with mode: 0644]
src/gn/analyzer.h [new file with mode: 0644]
src/gn/analyzer_unittest.cc [new file with mode: 0644]
src/gn/args.cc [new file with mode: 0644]
src/gn/args.h [new file with mode: 0644]
src/gn/args_unittest.cc [new file with mode: 0644]
src/gn/binary_target_generator.cc [new file with mode: 0644]
src/gn/binary_target_generator.h [new file with mode: 0644]
src/gn/build_settings.cc [new file with mode: 0644]
src/gn/build_settings.h [new file with mode: 0644]
src/gn/builder.cc [new file with mode: 0644]
src/gn/builder.h [new file with mode: 0644]
src/gn/builder_record.cc [new file with mode: 0644]
src/gn/builder_record.h [new file with mode: 0644]
src/gn/builder_unittest.cc [new file with mode: 0644]
src/gn/bundle_data.cc [new file with mode: 0644]
src/gn/bundle_data.h [new file with mode: 0644]
src/gn/bundle_data_target_generator.cc [new file with mode: 0644]
src/gn/bundle_data_target_generator.h [new file with mode: 0644]
src/gn/bundle_file_rule.cc [new file with mode: 0644]
src/gn/bundle_file_rule.h [new file with mode: 0644]
src/gn/c_include_iterator.cc [new file with mode: 0644]
src/gn/c_include_iterator.h [new file with mode: 0644]
src/gn/c_include_iterator_unittest.cc [new file with mode: 0644]
src/gn/c_substitution_type.cc [new file with mode: 0644]
src/gn/c_substitution_type.h [new file with mode: 0644]
src/gn/c_tool.cc [new file with mode: 0644]
src/gn/c_tool.h [new file with mode: 0644]
src/gn/command_analyze.cc [new file with mode: 0644]
src/gn/command_args.cc [new file with mode: 0644]
src/gn/command_check.cc [new file with mode: 0644]
src/gn/command_clean.cc [new file with mode: 0644]
src/gn/command_clean_stale.cc [new file with mode: 0644]
src/gn/command_desc.cc [new file with mode: 0644]
src/gn/command_format.cc [new file with mode: 0644]
src/gn/command_format.h [new file with mode: 0644]
src/gn/command_format_unittest.cc [new file with mode: 0644]
src/gn/command_gen.cc [new file with mode: 0644]
src/gn/command_help.cc [new file with mode: 0644]
src/gn/command_ls.cc [new file with mode: 0644]
src/gn/command_meta.cc [new file with mode: 0644]
src/gn/command_outputs.cc [new file with mode: 0644]
src/gn/command_path.cc [new file with mode: 0644]
src/gn/command_refs.cc [new file with mode: 0644]
src/gn/commands.cc [new file with mode: 0644]
src/gn/commands.h [new file with mode: 0644]
src/gn/commands_unittest.cc [new file with mode: 0644]
src/gn/compile_commands_writer.cc [new file with mode: 0644]
src/gn/compile_commands_writer.h [new file with mode: 0644]
src/gn/compile_commands_writer_unittest.cc [new file with mode: 0644]
src/gn/config.cc [new file with mode: 0644]
src/gn/config.h [new file with mode: 0644]
src/gn/config_unittest.cc [new file with mode: 0644]
src/gn/config_values.cc [new file with mode: 0644]
src/gn/config_values.h [new file with mode: 0644]
src/gn/config_values_extractors.cc [new file with mode: 0644]
src/gn/config_values_extractors.h [new file with mode: 0644]
src/gn/config_values_extractors_unittest.cc [new file with mode: 0644]
src/gn/config_values_generator.cc [new file with mode: 0644]
src/gn/config_values_generator.h [new file with mode: 0644]
src/gn/copy_target_generator.cc [new file with mode: 0644]
src/gn/copy_target_generator.h [new file with mode: 0644]
src/gn/create_bundle_target_generator.cc [new file with mode: 0644]
src/gn/create_bundle_target_generator.h [new file with mode: 0644]
src/gn/deps_iterator.cc [new file with mode: 0644]
src/gn/deps_iterator.h [new file with mode: 0644]
src/gn/desc_builder.cc [new file with mode: 0644]
src/gn/desc_builder.h [new file with mode: 0644]
src/gn/eclipse_writer.cc [new file with mode: 0644]
src/gn/eclipse_writer.h [new file with mode: 0644]
src/gn/err.cc [new file with mode: 0644]
src/gn/err.h [new file with mode: 0644]
src/gn/escape.cc [new file with mode: 0644]
src/gn/escape.h [new file with mode: 0644]
src/gn/escape_unittest.cc [new file with mode: 0644]
src/gn/exec_process.cc [new file with mode: 0644]
src/gn/exec_process.h [new file with mode: 0644]
src/gn/exec_process_unittest.cc [new file with mode: 0644]
src/gn/file_writer.cc [new file with mode: 0644]
src/gn/file_writer.h [new file with mode: 0644]
src/gn/file_writer_unittest.cc [new file with mode: 0644]
src/gn/filesystem_utils.cc [new file with mode: 0644]
src/gn/filesystem_utils.h [new file with mode: 0644]
src/gn/filesystem_utils_unittest.cc [new file with mode: 0644]
src/gn/format_test_data/001.gn [new file with mode: 0644]
src/gn/format_test_data/001.golden [new file with mode: 0644]
src/gn/format_test_data/002.gn [new file with mode: 0644]
src/gn/format_test_data/002.golden [new file with mode: 0644]
src/gn/format_test_data/003.gn [new file with mode: 0644]
src/gn/format_test_data/003.golden [new file with mode: 0644]
src/gn/format_test_data/004.gn [new file with mode: 0644]
src/gn/format_test_data/004.golden [new file with mode: 0644]
src/gn/format_test_data/005.gn [new file with mode: 0644]
src/gn/format_test_data/005.golden [new file with mode: 0644]
src/gn/format_test_data/006.gn [new file with mode: 0644]
src/gn/format_test_data/006.golden [new file with mode: 0644]
src/gn/format_test_data/007.gn [new file with mode: 0644]
src/gn/format_test_data/007.golden [new file with mode: 0644]
src/gn/format_test_data/008.gn [new file with mode: 0644]
src/gn/format_test_data/008.golden [new file with mode: 0644]
src/gn/format_test_data/009.gn [new file with mode: 0644]
src/gn/format_test_data/009.golden [new file with mode: 0644]
src/gn/format_test_data/010.gn [new file with mode: 0644]
src/gn/format_test_data/010.golden [new file with mode: 0644]
src/gn/format_test_data/011.gn [new file with mode: 0644]
src/gn/format_test_data/011.golden [new file with mode: 0644]
src/gn/format_test_data/012.gn [new file with mode: 0644]
src/gn/format_test_data/012.golden [new file with mode: 0644]
src/gn/format_test_data/013.gn [new file with mode: 0644]
src/gn/format_test_data/013.golden [new file with mode: 0644]
src/gn/format_test_data/014.gn [new file with mode: 0644]
src/gn/format_test_data/014.golden [new file with mode: 0644]
src/gn/format_test_data/015.gn [new file with mode: 0644]
src/gn/format_test_data/015.golden [new file with mode: 0644]
src/gn/format_test_data/016.gn [new file with mode: 0644]
src/gn/format_test_data/016.golden [new file with mode: 0644]
src/gn/format_test_data/017.gn [new file with mode: 0644]
src/gn/format_test_data/017.golden [new file with mode: 0644]
src/gn/format_test_data/018.gn [new file with mode: 0644]
src/gn/format_test_data/018.golden [new file with mode: 0644]
src/gn/format_test_data/019.gn [new file with mode: 0644]
src/gn/format_test_data/019.golden [new file with mode: 0644]
src/gn/format_test_data/020.gn [new file with mode: 0644]
src/gn/format_test_data/020.golden [new file with mode: 0644]
src/gn/format_test_data/021.gn [new file with mode: 0644]
src/gn/format_test_data/021.golden [new file with mode: 0644]
src/gn/format_test_data/022.gn [new file with mode: 0644]
src/gn/format_test_data/022.golden [new file with mode: 0644]
src/gn/format_test_data/023.gn [new file with mode: 0644]
src/gn/format_test_data/023.golden [new file with mode: 0644]
src/gn/format_test_data/024.gn [new file with mode: 0644]
src/gn/format_test_data/024.golden [new file with mode: 0644]
src/gn/format_test_data/025.gn [new file with mode: 0644]
src/gn/format_test_data/025.golden [new file with mode: 0644]
src/gn/format_test_data/026.gn [new file with mode: 0644]
src/gn/format_test_data/026.golden [new file with mode: 0644]
src/gn/format_test_data/027.gn [new file with mode: 0644]
src/gn/format_test_data/027.golden [new file with mode: 0644]
src/gn/format_test_data/028.gn [new file with mode: 0644]
src/gn/format_test_data/028.golden [new file with mode: 0644]
src/gn/format_test_data/029.gn [new file with mode: 0644]
src/gn/format_test_data/029.golden [new file with mode: 0644]
src/gn/format_test_data/030.gn [new file with mode: 0644]
src/gn/format_test_data/030.golden [new file with mode: 0644]
src/gn/format_test_data/031.gn [new file with mode: 0644]
src/gn/format_test_data/031.golden [new file with mode: 0644]
src/gn/format_test_data/032.gn [new file with mode: 0644]
src/gn/format_test_data/032.golden [new file with mode: 0644]
src/gn/format_test_data/033.gn [new file with mode: 0644]
src/gn/format_test_data/033.golden [new file with mode: 0644]
src/gn/format_test_data/034.gn [new file with mode: 0644]
src/gn/format_test_data/035.gn [new file with mode: 0644]
src/gn/format_test_data/035.golden [new file with mode: 0644]
src/gn/format_test_data/036.gn [new file with mode: 0644]
src/gn/format_test_data/036.golden [new file with mode: 0644]
src/gn/format_test_data/037.gn [new file with mode: 0644]
src/gn/format_test_data/037.golden [new file with mode: 0644]
src/gn/format_test_data/038.gn [new file with mode: 0644]
src/gn/format_test_data/038.golden [new file with mode: 0644]
src/gn/format_test_data/039.gn [new file with mode: 0644]
src/gn/format_test_data/039.golden [new file with mode: 0644]
src/gn/format_test_data/040.gn [new file with mode: 0644]
src/gn/format_test_data/040.golden [new file with mode: 0644]
src/gn/format_test_data/041.gn [new file with mode: 0644]
src/gn/format_test_data/041.golden [new file with mode: 0644]
src/gn/format_test_data/042.gn [new file with mode: 0644]
src/gn/format_test_data/042.golden [new file with mode: 0644]
src/gn/format_test_data/043.gn [new file with mode: 0644]
src/gn/format_test_data/043.golden [new file with mode: 0644]
src/gn/format_test_data/044.gn [new file with mode: 0644]
src/gn/format_test_data/044.golden [new file with mode: 0644]
src/gn/format_test_data/045.gn [new file with mode: 0644]
src/gn/format_test_data/045.golden [new file with mode: 0644]
src/gn/format_test_data/046.gn [new file with mode: 0644]
src/gn/format_test_data/046.golden [new file with mode: 0644]
src/gn/format_test_data/047.gn [new file with mode: 0644]
src/gn/format_test_data/047.golden [new file with mode: 0644]
src/gn/format_test_data/048.gn [new file with mode: 0644]
src/gn/format_test_data/048.golden [new file with mode: 0644]
src/gn/format_test_data/049.gn [new file with mode: 0644]
src/gn/format_test_data/050.gn [new file with mode: 0644]
src/gn/format_test_data/050.golden [new file with mode: 0644]
src/gn/format_test_data/051.gn [new file with mode: 0644]
src/gn/format_test_data/051.golden [new file with mode: 0644]
src/gn/format_test_data/052.gn [new file with mode: 0644]
src/gn/format_test_data/052.golden [new file with mode: 0644]
src/gn/format_test_data/053.gn [new file with mode: 0644]
src/gn/format_test_data/053.golden [new file with mode: 0644]
src/gn/format_test_data/054.gn [new file with mode: 0644]
src/gn/format_test_data/054.golden [new file with mode: 0644]
src/gn/format_test_data/055.gn [new file with mode: 0644]
src/gn/format_test_data/055.golden [new file with mode: 0644]
src/gn/format_test_data/056.gn [new file with mode: 0644]
src/gn/format_test_data/056.golden [new file with mode: 0644]
src/gn/format_test_data/057.gn [new file with mode: 0644]
src/gn/format_test_data/057.golden [new file with mode: 0644]
src/gn/format_test_data/058.gn [new file with mode: 0644]
src/gn/format_test_data/058.golden [new file with mode: 0644]
src/gn/format_test_data/059.gn [new file with mode: 0644]
src/gn/format_test_data/059.golden [new file with mode: 0644]
src/gn/format_test_data/060.gn [new file with mode: 0644]
src/gn/format_test_data/060.golden [new file with mode: 0644]
src/gn/format_test_data/061.gn [new file with mode: 0644]
src/gn/format_test_data/061.golden [new file with mode: 0644]
src/gn/format_test_data/062.gn [new file with mode: 0644]
src/gn/format_test_data/062.golden [new file with mode: 0644]
src/gn/format_test_data/063.gn [new file with mode: 0644]
src/gn/format_test_data/063.golden [new file with mode: 0644]
src/gn/format_test_data/064.gn [new file with mode: 0644]
src/gn/format_test_data/064.golden [new file with mode: 0644]
src/gn/format_test_data/065.gn [new file with mode: 0644]
src/gn/format_test_data/065.golden [new file with mode: 0644]
src/gn/format_test_data/066.gn [new file with mode: 0644]
src/gn/format_test_data/066.golden [new file with mode: 0644]
src/gn/format_test_data/067.gn [new file with mode: 0644]
src/gn/format_test_data/067.golden [new file with mode: 0644]
src/gn/format_test_data/068.gn [new file with mode: 0644]
src/gn/format_test_data/068.golden [new file with mode: 0644]
src/gn/format_test_data/069.gn [new file with mode: 0644]
src/gn/format_test_data/069.golden [new file with mode: 0644]
src/gn/format_test_data/070.gn [new file with mode: 0644]
src/gn/format_test_data/070.golden [new file with mode: 0644]
src/gn/format_test_data/071.gn [new file with mode: 0644]
src/gn/format_test_data/071.golden [new file with mode: 0644]
src/gn/format_test_data/072.gn [new file with mode: 0644]
src/gn/format_test_data/072.golden [new file with mode: 0644]
src/gn/format_test_data/073.gn [new file with mode: 0644]
src/gn/format_test_data/073.golden [new file with mode: 0644]
src/gn/format_test_data/074.gn [new file with mode: 0644]
src/gn/format_test_data/074.golden [new file with mode: 0644]
src/gn/format_test_data/075.gn [new file with mode: 0644]
src/gn/format_test_data/075.golden [new file with mode: 0644]
src/gn/format_test_data/076.gn [new file with mode: 0644]
src/gn/format_test_data/076.golden [new file with mode: 0644]
src/gn/format_test_data/077.gn [new file with mode: 0644]
src/gn/format_test_data/077.golden [new file with mode: 0644]
src/gn/format_test_data/078.gn [new file with mode: 0644]
src/gn/format_test_data/078.golden [new file with mode: 0644]
src/gn/format_test_data/079.gn [new file with mode: 0644]
src/gn/format_test_data/079.golden [new file with mode: 0644]
src/gn/format_test_data/080.gn [new file with mode: 0644]
src/gn/format_test_data/080.golden [new file with mode: 0644]
src/gn/format_test_data/081.gn [new file with mode: 0644]
src/gn/format_test_data/081.golden [new file with mode: 0644]
src/gn/format_test_data/082.gn [new file with mode: 0644]
src/gn/format_test_data/082.golden [new file with mode: 0644]
src/gn/format_test_data/083.gn [new file with mode: 0644]
src/gn/format_test_data/083.golden [new file with mode: 0644]
src/gn/frameworks_utils.cc [new file with mode: 0644]
src/gn/frameworks_utils.h [new file with mode: 0644]
src/gn/frameworks_utils_unittest.cc [new file with mode: 0644]
src/gn/function_exec_script.cc [new file with mode: 0644]
src/gn/function_filter.cc [new file with mode: 0644]
src/gn/function_filter_unittest.cc [new file with mode: 0644]
src/gn/function_foreach.cc [new file with mode: 0644]
src/gn/function_foreach_unittest.cc [new file with mode: 0644]
src/gn/function_forward_variables_from.cc [new file with mode: 0644]
src/gn/function_forward_variables_from_unittest.cc [new file with mode: 0644]
src/gn/function_get_label_info.cc [new file with mode: 0644]
src/gn/function_get_label_info_unittest.cc [new file with mode: 0644]
src/gn/function_get_path_info.cc [new file with mode: 0644]
src/gn/function_get_path_info_unittest.cc [new file with mode: 0644]
src/gn/function_get_target_outputs.cc [new file with mode: 0644]
src/gn/function_get_target_outputs_unittest.cc [new file with mode: 0644]
src/gn/function_process_file_template.cc [new file with mode: 0644]
src/gn/function_process_file_template_unittest.cc [new file with mode: 0644]
src/gn/function_read_file.cc [new file with mode: 0644]
src/gn/function_rebase_path.cc [new file with mode: 0644]
src/gn/function_rebase_path_unittest.cc [new file with mode: 0644]
src/gn/function_set_default_toolchain.cc [new file with mode: 0644]
src/gn/function_set_defaults.cc [new file with mode: 0644]
src/gn/function_template.cc [new file with mode: 0644]
src/gn/function_template_unittest.cc [new file with mode: 0644]
src/gn/function_toolchain.cc [new file with mode: 0644]
src/gn/function_toolchain_unittest.cc [new file with mode: 0644]
src/gn/function_write_file.cc [new file with mode: 0644]
src/gn/function_write_file_unittest.cc [new file with mode: 0644]
src/gn/functions.cc [new file with mode: 0644]
src/gn/functions.h [new file with mode: 0644]
src/gn/functions_target.cc [new file with mode: 0644]
src/gn/functions_target_rust_unittest.cc [new file with mode: 0644]
src/gn/functions_target_unittest.cc [new file with mode: 0644]
src/gn/functions_unittest.cc [new file with mode: 0644]
src/gn/general_tool.cc [new file with mode: 0644]
src/gn/general_tool.h [new file with mode: 0644]
src/gn/generated_file_target_generator.cc [new file with mode: 0644]
src/gn/generated_file_target_generator.h [new file with mode: 0644]
src/gn/gn_main.cc [new file with mode: 0644]
src/gn/group_target_generator.cc [new file with mode: 0644]
src/gn/group_target_generator.h [new file with mode: 0644]
src/gn/hash_table_base.h [new file with mode: 0644]
src/gn/hash_table_base_unittest.cc [new file with mode: 0644]
src/gn/header_checker.cc [new file with mode: 0644]
src/gn/header_checker.h [new file with mode: 0644]
src/gn/header_checker_unittest.cc [new file with mode: 0644]
src/gn/import_manager.cc [new file with mode: 0644]
src/gn/import_manager.h [new file with mode: 0644]
src/gn/inherited_libraries.cc [new file with mode: 0644]
src/gn/inherited_libraries.h [new file with mode: 0644]
src/gn/inherited_libraries_unittest.cc [new file with mode: 0644]
src/gn/input_conversion.cc [new file with mode: 0644]
src/gn/input_conversion.h [new file with mode: 0644]
src/gn/input_conversion_unittest.cc [new file with mode: 0644]
src/gn/input_file.cc [new file with mode: 0644]
src/gn/input_file.h [new file with mode: 0644]
src/gn/input_file_manager.cc [new file with mode: 0644]
src/gn/input_file_manager.h [new file with mode: 0644]
src/gn/item.cc [new file with mode: 0644]
src/gn/item.h [new file with mode: 0644]
src/gn/json_project_writer.cc [new file with mode: 0644]
src/gn/json_project_writer.h [new file with mode: 0644]
src/gn/json_project_writer_unittest.cc [new file with mode: 0644]
src/gn/label.cc [new file with mode: 0644]
src/gn/label.h [new file with mode: 0644]
src/gn/label_pattern.cc [new file with mode: 0644]
src/gn/label_pattern.h [new file with mode: 0644]
src/gn/label_pattern_unittest.cc [new file with mode: 0644]
src/gn/label_ptr.h [new file with mode: 0644]
src/gn/label_unittest.cc [new file with mode: 0644]
src/gn/lib_file.cc [new file with mode: 0644]
src/gn/lib_file.h [new file with mode: 0644]
src/gn/loader.cc [new file with mode: 0644]
src/gn/loader.h [new file with mode: 0644]
src/gn/loader_unittest.cc [new file with mode: 0644]
src/gn/location.cc [new file with mode: 0644]
src/gn/location.h [new file with mode: 0644]
src/gn/metadata.cc [new file with mode: 0644]
src/gn/metadata.h [new file with mode: 0644]
src/gn/metadata_unittest.cc [new file with mode: 0644]
src/gn/metadata_walk.cc [new file with mode: 0644]
src/gn/metadata_walk.h [new file with mode: 0644]
src/gn/metadata_walk_unittest.cc [new file with mode: 0644]
src/gn/ninja_action_target_writer.cc [new file with mode: 0644]
src/gn/ninja_action_target_writer.h [new file with mode: 0644]
src/gn/ninja_action_target_writer_unittest.cc [new file with mode: 0644]
src/gn/ninja_binary_target_writer.cc [new file with mode: 0644]
src/gn/ninja_binary_target_writer.h [new file with mode: 0644]
src/gn/ninja_binary_target_writer_unittest.cc [new file with mode: 0644]
src/gn/ninja_build_writer.cc [new file with mode: 0644]
src/gn/ninja_build_writer.h [new file with mode: 0644]
src/gn/ninja_build_writer_unittest.cc [new file with mode: 0644]
src/gn/ninja_bundle_data_target_writer.cc [new file with mode: 0644]
src/gn/ninja_bundle_data_target_writer.h [new file with mode: 0644]
src/gn/ninja_bundle_data_target_writer_unittest.cc [new file with mode: 0644]
src/gn/ninja_c_binary_target_writer.cc [new file with mode: 0644]
src/gn/ninja_c_binary_target_writer.h [new file with mode: 0644]
src/gn/ninja_c_binary_target_writer_unittest.cc [new file with mode: 0644]
src/gn/ninja_copy_target_writer.cc [new file with mode: 0644]
src/gn/ninja_copy_target_writer.h [new file with mode: 0644]
src/gn/ninja_copy_target_writer_unittest.cc [new file with mode: 0644]
src/gn/ninja_create_bundle_target_writer.cc [new file with mode: 0644]
src/gn/ninja_create_bundle_target_writer.h [new file with mode: 0644]
src/gn/ninja_create_bundle_target_writer_unittest.cc [new file with mode: 0644]
src/gn/ninja_generated_file_target_writer.cc [new file with mode: 0644]
src/gn/ninja_generated_file_target_writer.h [new file with mode: 0644]
src/gn/ninja_generated_file_target_writer_unittest.cc [new file with mode: 0644]
src/gn/ninja_group_target_writer.cc [new file with mode: 0644]
src/gn/ninja_group_target_writer.h [new file with mode: 0644]
src/gn/ninja_group_target_writer_unittest.cc [new file with mode: 0644]
src/gn/ninja_rust_binary_target_writer.cc [new file with mode: 0644]
src/gn/ninja_rust_binary_target_writer.h [new file with mode: 0644]
src/gn/ninja_rust_binary_target_writer_unittest.cc [new file with mode: 0644]
src/gn/ninja_target_command_util.cc [new file with mode: 0644]
src/gn/ninja_target_command_util.h [new file with mode: 0644]
src/gn/ninja_target_command_util_unittest.cc [new file with mode: 0644]
src/gn/ninja_target_writer.cc [new file with mode: 0644]
src/gn/ninja_target_writer.h [new file with mode: 0644]
src/gn/ninja_target_writer_unittest.cc [new file with mode: 0644]
src/gn/ninja_toolchain_writer.cc [new file with mode: 0644]
src/gn/ninja_toolchain_writer.h [new file with mode: 0644]
src/gn/ninja_toolchain_writer_unittest.cc [new file with mode: 0644]
src/gn/ninja_tools.cc [new file with mode: 0644]
src/gn/ninja_tools.h [new file with mode: 0644]
src/gn/ninja_utils.cc [new file with mode: 0644]
src/gn/ninja_utils.h [new file with mode: 0644]
src/gn/ninja_writer.cc [new file with mode: 0644]
src/gn/ninja_writer.h [new file with mode: 0644]
src/gn/operators.cc [new file with mode: 0644]
src/gn/operators.h [new file with mode: 0644]
src/gn/operators_unittest.cc [new file with mode: 0644]
src/gn/ordered_set.h [new file with mode: 0644]
src/gn/output_conversion.cc [new file with mode: 0644]
src/gn/output_conversion.h [new file with mode: 0644]
src/gn/output_conversion_unittest.cc [new file with mode: 0644]
src/gn/output_file.cc [new file with mode: 0644]
src/gn/output_file.h [new file with mode: 0644]
src/gn/parse_node_value_adapter.cc [new file with mode: 0644]
src/gn/parse_node_value_adapter.h [new file with mode: 0644]
src/gn/parse_tree.cc [new file with mode: 0644]
src/gn/parse_tree.h [new file with mode: 0644]
src/gn/parse_tree_unittest.cc [new file with mode: 0644]
src/gn/parser.cc [new file with mode: 0644]
src/gn/parser.h [new file with mode: 0644]
src/gn/parser_unittest.cc [new file with mode: 0644]
src/gn/path_output.cc [new file with mode: 0644]
src/gn/path_output.h [new file with mode: 0644]
src/gn/path_output_unittest.cc [new file with mode: 0644]
src/gn/pattern.cc [new file with mode: 0644]
src/gn/pattern.h [new file with mode: 0644]
src/gn/pattern_unittest.cc [new file with mode: 0644]
src/gn/pool.cc [new file with mode: 0644]
src/gn/pool.h [new file with mode: 0644]
src/gn/qt_creator_writer.cc [new file with mode: 0644]
src/gn/qt_creator_writer.h [new file with mode: 0644]
src/gn/runtime_deps.cc [new file with mode: 0644]
src/gn/runtime_deps.h [new file with mode: 0644]
src/gn/runtime_deps_unittest.cc [new file with mode: 0644]
src/gn/rust_project_writer.cc [new file with mode: 0644]
src/gn/rust_project_writer.h [new file with mode: 0644]
src/gn/rust_project_writer_helpers.h [new file with mode: 0644]
src/gn/rust_project_writer_helpers_unittest.cc [new file with mode: 0644]
src/gn/rust_project_writer_unittest.cc [new file with mode: 0644]
src/gn/rust_substitution_type.cc [new file with mode: 0644]
src/gn/rust_substitution_type.h [new file with mode: 0644]
src/gn/rust_tool.cc [new file with mode: 0644]
src/gn/rust_tool.h [new file with mode: 0644]
src/gn/rust_values.cc [new file with mode: 0644]
src/gn/rust_values.h [new file with mode: 0644]
src/gn/rust_values_generator.cc [new file with mode: 0644]
src/gn/rust_values_generator.h [new file with mode: 0644]
src/gn/rust_variables.cc [new file with mode: 0644]
src/gn/rust_variables.h [new file with mode: 0644]
src/gn/scheduler.cc [new file with mode: 0644]
src/gn/scheduler.h [new file with mode: 0644]
src/gn/scope.cc [new file with mode: 0644]
src/gn/scope.h [new file with mode: 0644]
src/gn/scope_per_file_provider.cc [new file with mode: 0644]
src/gn/scope_per_file_provider.h [new file with mode: 0644]
src/gn/scope_per_file_provider_unittest.cc [new file with mode: 0644]
src/gn/scope_unittest.cc [new file with mode: 0644]
src/gn/settings.cc [new file with mode: 0644]
src/gn/settings.h [new file with mode: 0644]
src/gn/setup.cc [new file with mode: 0644]
src/gn/setup.h [new file with mode: 0644]
src/gn/setup_unittest.cc [new file with mode: 0644]
src/gn/source_dir.cc [new file with mode: 0644]
src/gn/source_dir.h [new file with mode: 0644]
src/gn/source_dir_unittest.cc [new file with mode: 0644]
src/gn/source_file.cc [new file with mode: 0644]
src/gn/source_file.h [new file with mode: 0644]
src/gn/source_file_unittest.cc [new file with mode: 0644]
src/gn/standard_out.cc [new file with mode: 0644]
src/gn/standard_out.h [new file with mode: 0644]
src/gn/string_atom.cc [new file with mode: 0644]
src/gn/string_atom.h [new file with mode: 0644]
src/gn/string_atom_unittest.cc [new file with mode: 0644]
src/gn/string_output_buffer.cc [new file with mode: 0644]
src/gn/string_output_buffer.h [new file with mode: 0644]
src/gn/string_output_buffer_unittest.cc [new file with mode: 0644]
src/gn/string_utils.cc [new file with mode: 0644]
src/gn/string_utils.h [new file with mode: 0644]
src/gn/string_utils_unittest.cc [new file with mode: 0644]
src/gn/substitution_list.cc [new file with mode: 0644]
src/gn/substitution_list.h [new file with mode: 0644]
src/gn/substitution_pattern.cc [new file with mode: 0644]
src/gn/substitution_pattern.h [new file with mode: 0644]
src/gn/substitution_pattern_unittest.cc [new file with mode: 0644]
src/gn/substitution_type.cc [new file with mode: 0644]
src/gn/substitution_type.h [new file with mode: 0644]
src/gn/substitution_writer.cc [new file with mode: 0644]
src/gn/substitution_writer.h [new file with mode: 0644]
src/gn/substitution_writer_unittest.cc [new file with mode: 0644]
src/gn/swift_values.cc [new file with mode: 0644]
src/gn/swift_values.h [new file with mode: 0644]
src/gn/swift_values_generator.cc [new file with mode: 0644]
src/gn/swift_values_generator.h [new file with mode: 0644]
src/gn/swift_variables.cc [new file with mode: 0644]
src/gn/swift_variables.h [new file with mode: 0644]
src/gn/switches.cc [new file with mode: 0644]
src/gn/switches.h [new file with mode: 0644]
src/gn/target.cc [new file with mode: 0644]
src/gn/target.h [new file with mode: 0644]
src/gn/target_generator.cc [new file with mode: 0644]
src/gn/target_generator.h [new file with mode: 0644]
src/gn/target_unittest.cc [new file with mode: 0644]
src/gn/template.cc [new file with mode: 0644]
src/gn/template.h [new file with mode: 0644]
src/gn/template_unittest.cc [new file with mode: 0644]
src/gn/test_with_scheduler.cc [new file with mode: 0644]
src/gn/test_with_scheduler.h [new file with mode: 0644]
src/gn/test_with_scope.cc [new file with mode: 0644]
src/gn/test_with_scope.h [new file with mode: 0644]
src/gn/token.cc [new file with mode: 0644]
src/gn/token.h [new file with mode: 0644]
src/gn/tokenizer.cc [new file with mode: 0644]
src/gn/tokenizer.h [new file with mode: 0644]
src/gn/tokenizer_unittest.cc [new file with mode: 0644]
src/gn/tool.cc [new file with mode: 0644]
src/gn/tool.h [new file with mode: 0644]
src/gn/toolchain.cc [new file with mode: 0644]
src/gn/toolchain.h [new file with mode: 0644]
src/gn/trace.cc [new file with mode: 0644]
src/gn/trace.h [new file with mode: 0644]
src/gn/unique_vector.h [new file with mode: 0644]
src/gn/unique_vector_unittest.cc [new file with mode: 0644]
src/gn/value.cc [new file with mode: 0644]
src/gn/value.h [new file with mode: 0644]
src/gn/value_extractors.cc [new file with mode: 0644]
src/gn/value_extractors.h [new file with mode: 0644]
src/gn/value_unittest.cc [new file with mode: 0644]
src/gn/variables.cc [new file with mode: 0644]
src/gn/variables.h [new file with mode: 0644]
src/gn/vector_utils.h [new file with mode: 0644]
src/gn/vector_utils_unittest.cc [new file with mode: 0644]
src/gn/version.cc [new file with mode: 0644]
src/gn/version.h [new file with mode: 0644]
src/gn/version_unittest.cc [new file with mode: 0644]
src/gn/visibility.cc [new file with mode: 0644]
src/gn/visibility.h [new file with mode: 0644]
src/gn/visibility_unittest.cc [new file with mode: 0644]
src/gn/visual_studio_utils.cc [new file with mode: 0644]
src/gn/visual_studio_utils.h [new file with mode: 0644]
src/gn/visual_studio_utils_unittest.cc [new file with mode: 0644]
src/gn/visual_studio_writer.cc [new file with mode: 0644]
src/gn/visual_studio_writer.h [new file with mode: 0644]
src/gn/visual_studio_writer_unittest.cc [new file with mode: 0644]
src/gn/xcode_object.cc [new file with mode: 0644]
src/gn/xcode_object.h [new file with mode: 0644]
src/gn/xcode_object_unittest.cc [new file with mode: 0644]
src/gn/xcode_writer.cc [new file with mode: 0644]
src/gn/xcode_writer.h [new file with mode: 0644]
src/gn/xml_element_writer.cc [new file with mode: 0644]
src/gn/xml_element_writer.h [new file with mode: 0644]
src/gn/xml_element_writer_unittest.cc [new file with mode: 0644]
src/util/auto_reset_event.h [new file with mode: 0644]
src/util/build_config.h [new file with mode: 0644]
src/util/exe_path.cc [new file with mode: 0644]
src/util/exe_path.h [new file with mode: 0644]
src/util/msg_loop.cc [new file with mode: 0644]
src/util/msg_loop.h [new file with mode: 0644]
src/util/semaphore.cc [new file with mode: 0644]
src/util/semaphore.h [new file with mode: 0644]
src/util/sys_info.cc [new file with mode: 0644]
src/util/sys_info.h [new file with mode: 0644]
src/util/test/gn_test.cc [new file with mode: 0644]
src/util/test/test.h [new file with mode: 0644]
src/util/ticks.cc [new file with mode: 0644]
src/util/ticks.h [new file with mode: 0644]
src/util/worker_pool.cc [new file with mode: 0644]
src/util/worker_pool.h [new file with mode: 0644]
tools/find_unreachable.py [new file with mode: 0755]