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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 278593005: Extension content verification: new class for parsing data from store (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix windows compile in unit tests file 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | extensions/browser/verified_contents.h » ('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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 '../extensions/browser/process_manager_unittest.cc', 548 '../extensions/browser/process_manager_unittest.cc',
549 '../extensions/browser/process_map_unittest.cc', 549 '../extensions/browser/process_map_unittest.cc',
550 '../extensions/browser/quota_service_unittest.cc', 550 '../extensions/browser/quota_service_unittest.cc',
551 '../extensions/browser/runtime_data_unittest.cc', 551 '../extensions/browser/runtime_data_unittest.cc',
552 '../extensions/browser/value_store/leveldb_value_store_unittest.cc', 552 '../extensions/browser/value_store/leveldb_value_store_unittest.cc',
553 '../extensions/browser/value_store/testing_value_store_unittest.cc', 553 '../extensions/browser/value_store/testing_value_store_unittest.cc',
554 '../extensions/browser/value_store/value_store_change_unittest.cc', 554 '../extensions/browser/value_store/value_store_change_unittest.cc',
555 '../extensions/browser/value_store/value_store_frontend_unittest.cc', 555 '../extensions/browser/value_store/value_store_frontend_unittest.cc',
556 '../extensions/browser/value_store/value_store_unittest.cc', 556 '../extensions/browser/value_store/value_store_unittest.cc',
557 '../extensions/browser/value_store/value_store_unittest.h', 557 '../extensions/browser/value_store/value_store_unittest.h',
558 '../extensions/browser/verified_contents_unittest.cc',
558 '../extensions/common/api/sockets/sockets_manifest_permission_unittest.c c', 559 '../extensions/common/api/sockets/sockets_manifest_permission_unittest.c c',
559 '../extensions/common/csp_validator_unittest.cc', 560 '../extensions/common/csp_validator_unittest.cc',
560 '../extensions/common/event_filter_unittest.cc', 561 '../extensions/common/event_filter_unittest.cc',
561 '../extensions/common/extension_l10n_util_unittest.cc', 562 '../extensions/common/extension_l10n_util_unittest.cc',
562 '../extensions/common/extension_resource_unittest.cc', 563 '../extensions/common/extension_resource_unittest.cc',
563 '../extensions/common/extension_set_unittest.cc', 564 '../extensions/common/extension_set_unittest.cc',
564 '../extensions/common/features/base_feature_provider_unittest.cc', 565 '../extensions/common/features/base_feature_provider_unittest.cc',
565 '../extensions/common/features/complex_feature_unittest.cc', 566 '../extensions/common/features/complex_feature_unittest.cc',
566 '../extensions/common/features/simple_feature_unittest.cc', 567 '../extensions/common/features/simple_feature_unittest.cc',
567 '../extensions/common/file_util_unittest.cc', 568 '../extensions/common/file_util_unittest.cc',
(...skipping 2276 matching lines...) Expand 10 before | Expand all | Expand 10 after
2844 # more details. 2845 # more details.
2845 'DebugInformationFormat': '3', 2846 'DebugInformationFormat': '3',
2846 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2847 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2847 }, 2848 },
2848 }, 2849 },
2849 }, 2850 },
2850 ], 2851 ],
2851 }], 2852 }],
2852 ], # 'conditions' 2853 ], # 'conditions'
2853 } 2854 }
OLDNEW
« no previous file with comments | « no previous file | extensions/browser/verified_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698