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

Unified Diff: components/components_tests.gyp

Issue 1527063002: Fix a leak in TestingJsonParser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: With fix Created 5 years 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index a3b33281024c44d882b20db4714d2775e2df68a2..f1e7eac920904943acfed8342501846500bea8e5 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -606,6 +606,7 @@
],
'safe_json_unittest_sources': [
'safe_json/json_sanitizer_unittest.cc',
+ 'safe_json/testing_json_parser_unittest.cc',
],
'scheduler_unittest_sources': [
'scheduler/base/task_queue_manager_delegate_for_test.cc',
« no previous file with comments | « no previous file | components/safe_json/testing_json_parser.cc » ('j') | components/safe_json/testing_json_parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698