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

Unified Diff: tools/gn/BUILD.gn

Issue 23606031: GN: Use build directory for CD for scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « no previous file | tools/gn/function_exec_script.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/BUILD.gn
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index c34e9772e8fdb0cfff3576020619009d71913e38..eb2e9e3ea7a84524480eed72c26af0441204be2e 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -41,6 +41,7 @@ static_library("gn_lib") {
"function_set_default_toolchain.cc",
"function_set_defaults.cc",
"function_template.cc",
+ "function_to_build_path.cc",
"function_toolchain.cc",
"function_write_file.cc",
"group_target_generator.cc",
@@ -155,6 +156,7 @@ test("gn_unittests") {
"escape_unittest.cc",
"file_template_unittest.cc",
"filesystem_utils_unittest.cc",
+ "function_to_build_path_unittest.cc",
"input_conversion_unittest.cc",
"label_unittest.cc",
"ninja_helper_unittest.cc",
@@ -167,6 +169,8 @@ test("gn_unittests") {
"target_generator_unittest.cc",
"target_manager_unittest.cc",
"target_unittest.cc",
+ "test_with_scope.cc",
+ "test_with_scope.h",
"tokenizer_unittest.cc",
]
deps = [
« no previous file with comments | « no previous file | tools/gn/function_exec_script.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698