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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 14021015: Move components/zip to third_party/zip (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update unit_tests.isolate for new test data location Created 7 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 | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/unpacker.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 1758 matching lines...) Expand 10 before | Expand all | Expand 10 after
1769 '../skia/ext/bitmap_platform_device_mac_unittest.cc', 1769 '../skia/ext/bitmap_platform_device_mac_unittest.cc',
1770 '../skia/ext/convolver_unittest.cc', 1770 '../skia/ext/convolver_unittest.cc',
1771 '../skia/ext/image_operations_unittest.cc', 1771 '../skia/ext/image_operations_unittest.cc',
1772 '../skia/ext/platform_canvas_unittest.cc', 1772 '../skia/ext/platform_canvas_unittest.cc',
1773 '../skia/ext/refptr_unittest.cc', 1773 '../skia/ext/refptr_unittest.cc',
1774 '../skia/ext/skia_utils_ios_unittest.mm', 1774 '../skia/ext/skia_utils_ios_unittest.mm',
1775 '../skia/ext/skia_utils_mac_unittest.mm', 1775 '../skia/ext/skia_utils_mac_unittest.mm',
1776 '../skia/ext/vector_canvas_unittest.cc', 1776 '../skia/ext/vector_canvas_unittest.cc',
1777 '../testing/gtest_mac_unittest.mm', 1777 '../testing/gtest_mac_unittest.mm',
1778 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1778 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1779 '../third_party/zlib/google/zip_reader_unittest.cc',
1780 '../third_party/zlib/google/zip_unittest.cc',
1779 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', 1781 '../tools/json_schema_compiler/test/additional_properties_unittest.cc',
1780 '../tools/json_schema_compiler/test/any_unittest.cc', 1782 '../tools/json_schema_compiler/test/any_unittest.cc',
1781 '../tools/json_schema_compiler/test/arrays_unittest.cc', 1783 '../tools/json_schema_compiler/test/arrays_unittest.cc',
1782 '../tools/json_schema_compiler/test/callbacks_unittest.cc', 1784 '../tools/json_schema_compiler/test/callbacks_unittest.cc',
1783 '../tools/json_schema_compiler/test/choices_unittest.cc', 1785 '../tools/json_schema_compiler/test/choices_unittest.cc',
1784 '../tools/json_schema_compiler/test/crossref_unittest.cc', 1786 '../tools/json_schema_compiler/test/crossref_unittest.cc',
1785 '../tools/json_schema_compiler/test/enums_unittest.cc', 1787 '../tools/json_schema_compiler/test/enums_unittest.cc',
1786 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' , 1788 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' ,
1787 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 1789 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
1788 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 1790 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
2487 # more details. 2489 # more details.
2488 'DebugInformationFormat': '3', 2490 'DebugInformationFormat': '3',
2489 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2491 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2490 }, 2492 },
2491 }, 2493 },
2492 }, 2494 },
2493 ], 2495 ],
2494 }], 2496 }],
2495 ], # 'conditions' 2497 ], # 'conditions'
2496 } 2498 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/unpacker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698