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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11826002: Reject invalid GURLs across IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/common/common_param_traits_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1426 matching lines...) Expand 10 before | Expand all | Expand 10 after
1437 'browser/webdata/web_apps_table_unittest.cc', 1437 'browser/webdata/web_apps_table_unittest.cc',
1438 'browser/webdata/web_data_service_test_util.h', 1438 'browser/webdata/web_data_service_test_util.h',
1439 'browser/webdata/web_data_service_unittest.cc', 1439 'browser/webdata/web_data_service_unittest.cc',
1440 'browser/webdata/web_database_migration_unittest.cc', 1440 'browser/webdata/web_database_migration_unittest.cc',
1441 'browser/webdata/web_intents_table_unittest.cc', 1441 'browser/webdata/web_intents_table_unittest.cc',
1442 'common/bzip2_unittest.cc', 1442 'common/bzip2_unittest.cc',
1443 'common/cancelable_task_tracker_unittest.cc', 1443 'common/cancelable_task_tracker_unittest.cc',
1444 'common/child_process_logging_mac_unittest.mm', 1444 'common/child_process_logging_mac_unittest.mm',
1445 'common/chrome_paths_unittest.cc', 1445 'common/chrome_paths_unittest.cc',
1446 'common/cloud_print/cloud_print_helpers_unittest.cc', 1446 'common/cloud_print/cloud_print_helpers_unittest.cc',
1447 'common/common_param_traits_unittest.cc',
1448 'common/chrome_content_client_unittest.cc', 1447 'common/chrome_content_client_unittest.cc',
1449 'common/content_settings_helper_unittest.cc', 1448 'common/content_settings_helper_unittest.cc',
1450 'common/content_settings_pattern_parser_unittest.cc', 1449 'common/content_settings_pattern_parser_unittest.cc',
1451 'common/content_settings_pattern_unittest.cc', 1450 'common/content_settings_pattern_unittest.cc',
1452 'common/extensions/command_unittest.cc', 1451 'common/extensions/command_unittest.cc',
1453 'common/extensions/csp_validator_unittest.cc', 1452 'common/extensions/csp_validator_unittest.cc',
1454 'common/extensions/event_filter_unittest.cc', 1453 'common/extensions/event_filter_unittest.cc',
1455 'common/extensions/extension_constants_unittest.cc', 1454 'common/extensions/extension_constants_unittest.cc',
1456 'common/extensions/extension_file_util_unittest.cc', 1455 'common/extensions/extension_file_util_unittest.cc',
1457 'common/extensions/extension_icon_set_unittest.cc', 1456 'common/extensions/extension_icon_set_unittest.cc',
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
2316 'unit_tests.isolate', 2315 'unit_tests.isolate',
2317 ], 2316 ],
2318 'sources': [ 2317 'sources': [
2319 'unit_tests.isolate', 2318 'unit_tests.isolate',
2320 ], 2319 ],
2321 }, 2320 },
2322 ], 2321 ],
2323 }], 2322 }],
2324 ], # 'conditions' 2323 ], # 'conditions'
2325 } 2324 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/common_param_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698