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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 179963002: New Zip::ZipFromMemory API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 6 years, 9 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
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 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after
1995 '../skia/ext/pixel_ref_utils_unittest.cc', 1995 '../skia/ext/pixel_ref_utils_unittest.cc',
1996 '../skia/ext/platform_canvas_unittest.cc', 1996 '../skia/ext/platform_canvas_unittest.cc',
1997 '../skia/ext/recursive_gaussian_convolution_unittest.cc', 1997 '../skia/ext/recursive_gaussian_convolution_unittest.cc',
1998 '../skia/ext/refptr_unittest.cc', 1998 '../skia/ext/refptr_unittest.cc',
1999 '../skia/ext/skia_utils_ios_unittest.mm', 1999 '../skia/ext/skia_utils_ios_unittest.mm',
2000 '../skia/ext/skia_utils_mac_unittest.mm', 2000 '../skia/ext/skia_utils_mac_unittest.mm',
2001 '../skia/ext/vector_canvas_unittest.cc', 2001 '../skia/ext/vector_canvas_unittest.cc',
2002 '../testing/gtest_mac_unittest.mm', 2002 '../testing/gtest_mac_unittest.mm',
2003 '../third_party/zlib/google/zip_reader_unittest.cc', 2003 '../third_party/zlib/google/zip_reader_unittest.cc',
2004 '../third_party/zlib/google/zip_unittest.cc', 2004 '../third_party/zlib/google/zip_unittest.cc',
2005 '../third_party/zlib/google/zip_writer_unittest.cc',
2005 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', 2006 '../tools/json_schema_compiler/test/additional_properties_unittest.cc',
2006 '../tools/json_schema_compiler/test/any_unittest.cc', 2007 '../tools/json_schema_compiler/test/any_unittest.cc',
2007 '../tools/json_schema_compiler/test/arrays_unittest.cc', 2008 '../tools/json_schema_compiler/test/arrays_unittest.cc',
2008 '../tools/json_schema_compiler/test/callbacks_unittest.cc', 2009 '../tools/json_schema_compiler/test/callbacks_unittest.cc',
2009 '../tools/json_schema_compiler/test/choices_unittest.cc', 2010 '../tools/json_schema_compiler/test/choices_unittest.cc',
2010 '../tools/json_schema_compiler/test/crossref_unittest.cc', 2011 '../tools/json_schema_compiler/test/crossref_unittest.cc',
2011 '../tools/json_schema_compiler/test/enums_unittest.cc', 2012 '../tools/json_schema_compiler/test/enums_unittest.cc',
2012 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' , 2013 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' ,
2013 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 2014 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
2014 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 2015 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
(...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
2903 'browser/ui/app_list/test/fake_profile_store.h', 2904 'browser/ui/app_list/test/fake_profile_store.h',
2904 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2905 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2905 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2906 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2906 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2907 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2907 ], 2908 ],
2908 }, 2909 },
2909 ], 2910 ],
2910 }], 2911 }],
2911 ], # 'conditions' 2912 ], # 'conditions'
2912 } 2913 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698