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

Unified Diff: base/base.gyp

Issue 1908633002: Introduce ScopedCommandLine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update CrOS Unit Test Created 4 years, 8 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 | base/test/BUILD.gn » ('j') | base/test/command_line_test_util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index c39d42820a8d052646c8facd8d4215fdf39f6b17..0584cd9bde67db67d8d0f73f535377ab84c754d4 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -847,6 +847,8 @@
}],
],
'sources': [
+ 'test/command_line_test_util.cc',
+ 'test/command_line_test_util.h',
'test/gtest_util.cc',
'test/gtest_util.h',
'test/gtest_xml_unittest_result_printer.cc',
« no previous file with comments | « no previous file | base/test/BUILD.gn » ('j') | base/test/command_line_test_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698