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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 ], 599 ],
600 'rlz_unittest_sources': [ 600 'rlz_unittest_sources': [
601 'rlz/rlz_tracker_unittest.cc', 601 'rlz/rlz_tracker_unittest.cc',
602 ], 602 ],
603 'safe_browsing_db_unittest_sources': [ 603 'safe_browsing_db_unittest_sources': [
604 'safe_browsing_db/prefix_set_unittest.cc', 604 'safe_browsing_db/prefix_set_unittest.cc',
605 'safe_browsing_db/util_unittest.cc', 605 'safe_browsing_db/util_unittest.cc',
606 ], 606 ],
607 'safe_json_unittest_sources': [ 607 'safe_json_unittest_sources': [
608 'safe_json/json_sanitizer_unittest.cc', 608 'safe_json/json_sanitizer_unittest.cc',
609 'safe_json/testing_json_parser_unittest.cc',
609 ], 610 ],
610 'scheduler_unittest_sources': [ 611 'scheduler_unittest_sources': [
611 'scheduler/base/task_queue_manager_delegate_for_test.cc', 612 'scheduler/base/task_queue_manager_delegate_for_test.cc',
612 'scheduler/base/task_queue_manager_delegate_for_test.h', 613 'scheduler/base/task_queue_manager_delegate_for_test.h',
613 'scheduler/base/task_queue_manager_unittest.cc', 614 'scheduler/base/task_queue_manager_unittest.cc',
614 'scheduler/base/task_queue_selector_unittest.cc', 615 'scheduler/base/task_queue_selector_unittest.cc',
615 'scheduler/base/test_always_fail_time_source.cc', 616 'scheduler/base/test_always_fail_time_source.cc',
616 'scheduler/base/test_always_fail_time_source.h', 617 'scheduler/base/test_always_fail_time_source.h',
617 'scheduler/base/test_time_source.cc', 618 'scheduler/base/test_time_source.cc',
618 'scheduler/base/test_time_source.h', 619 'scheduler/base/test_time_source.h',
(...skipping 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after
1869 'dependencies': [ 1870 'dependencies': [
1870 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1871 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1871 ], 1872 ],
1872 }], 1873 }],
1873 ], 1874 ],
1874 }, 1875 },
1875 ], 1876 ],
1876 }], 1877 }],
1877 ], 1878 ],
1878 } 1879 }
OLDNEW
« 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