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

Unified Diff: tools/gn/gn.gyp

Issue 1002353002: Add gn_unittests to linux bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp too Created 5 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/BUILD.gn ('k') | tools/gn/run_all_unittests.cc » ('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 0b6d204b6983f1e5319274e568171b17d48b76b9..ed2cf3d583b25ee70a212b7984bf75f88062b87e 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -232,7 +232,6 @@
'parser_unittest.cc',
'path_output_unittest.cc',
'pattern_unittest.cc',
- 'run_all_unittests.cc',
'scope_per_file_provider_unittest.cc',
'scope_unittest.cc',
'source_dir_unittest.cc',
@@ -251,6 +250,7 @@
],
'dependencies': [
'gn_lib',
+ '../../base/base.gyp:run_all_unittests',
'../../base/base.gyp:test_support_base',
'../../testing/gtest.gyp:gtest',
],
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/gn/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698