OLD | NEW |
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 2357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2368 ], | 2368 ], |
2369 }], | 2369 }], |
2370 ['OS!="win" and OS!="mac"', { | 2370 ['OS!="win" and OS!="mac"', { |
2371 'sources!': [ | 2371 'sources!': [ |
2372 '../skia/ext/platform_canvas_unittest.cc', | 2372 '../skia/ext/platform_canvas_unittest.cc', |
2373 ], | 2373 ], |
2374 }], | 2374 }], |
2375 ['OS=="win" or OS=="mac"', { | 2375 ['OS=="win" or OS=="mac"', { |
2376 'sources': [ | 2376 'sources': [ |
2377 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc', | 2377 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc', |
2378 'browser/media_galleries/fileapi/picasa/picasa_file_util_unittest.cc
', | 2378 'browser/media_galleries/fileapi/picasa_file_util_unittest.cc', |
2379 'utility/media_galleries/itunes_library_parser_unittest.cc', | 2379 'utility/media_galleries/itunes_library_parser_unittest.cc', |
2380 'utility/media_galleries/picasa_album_table_reader_unittest.cc', | 2380 'utility/media_galleries/picasa_album_table_reader_unittest.cc', |
2381 'utility/media_galleries/picasa_albums_indexer_unittest.cc', | 2381 'utility/media_galleries/picasa_albums_indexer_unittest.cc', |
2382 'utility/media_galleries/pmp_column_reader_unittest.cc', | 2382 'utility/media_galleries/pmp_column_reader_unittest.cc', |
2383 ], | 2383 ], |
2384 }], | 2384 }], |
2385 ['enable_rlz==0', { | 2385 ['enable_rlz==0', { |
2386 'sources!': [ | 2386 'sources!': [ |
2387 'browser/rlz/rlz_unittest.cc', | 2387 'browser/rlz/rlz_unittest.cc', |
2388 ], | 2388 ], |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2757 # more details. | 2757 # more details. |
2758 'DebugInformationFormat': '3', | 2758 'DebugInformationFormat': '3', |
2759 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2759 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2760 }, | 2760 }, |
2761 }, | 2761 }, |
2762 }, | 2762 }, |
2763 ], | 2763 ], |
2764 }], | 2764 }], |
2765 ], # 'conditions' | 2765 ], # 'conditions' |
2766 } | 2766 } |
OLD | NEW |