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

Unified Diff: tools/gn/gn.gyp

Issue 318543002: Make GN unit tests single process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 b43e7007059614b036fc41b927021fae52f199da..c3ae8628c55f922e3d8616d355782024881d1817 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -201,6 +201,7 @@
'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',
@@ -215,7 +216,6 @@
],
'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