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 2326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2337 }], | 2337 }], |
2338 ['OS=="win" or OS=="mac"', { | 2338 ['OS=="win" or OS=="mac"', { |
2339 'sources': [ | 2339 'sources': [ |
2340 'browser/media_galleries/fileapi/picasa/picasa_file_util_unittest.cc
', | 2340 'browser/media_galleries/fileapi/picasa/picasa_file_util_unittest.cc
', |
2341 'utility/media_galleries/itunes_library_parser_unittest.cc', | 2341 'utility/media_galleries/itunes_library_parser_unittest.cc', |
2342 'utility/media_galleries/picasa_album_table_reader_unittest.cc', | 2342 'utility/media_galleries/picasa_album_table_reader_unittest.cc', |
2343 'utility/media_galleries/picasa_albums_indexer_unittest.cc', | 2343 'utility/media_galleries/picasa_albums_indexer_unittest.cc', |
2344 'utility/media_galleries/pmp_column_reader_unittest.cc', | 2344 'utility/media_galleries/pmp_column_reader_unittest.cc', |
2345 ], | 2345 ], |
2346 }], | 2346 }], |
| 2347 ['OS=="win" or OS=="mac"', { |
| 2348 'sources': [ |
| 2349 'utility/wifi/wifi_service_test.cc', |
| 2350 ], |
| 2351 }], |
2347 ['enable_rlz==0', { | 2352 ['enable_rlz==0', { |
2348 'sources!': [ | 2353 'sources!': [ |
2349 'browser/rlz/rlz_unittest.cc', | 2354 'browser/rlz/rlz_unittest.cc', |
2350 ], | 2355 ], |
2351 }], | 2356 }], |
2352 ['OS=="win" and component!="shared_library"', { | 2357 ['OS=="win" and component!="shared_library"', { |
2353 # Unit_tests pdb files can get too big when incremental linking is | 2358 # Unit_tests pdb files can get too big when incremental linking is |
2354 # on, disabling for this target. | 2359 # on, disabling for this target. |
2355 'configurations': { | 2360 'configurations': { |
2356 'Debug': { | 2361 'Debug': { |
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2714 # more details. | 2719 # more details. |
2715 'DebugInformationFormat': '3', | 2720 'DebugInformationFormat': '3', |
2716 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2721 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2717 }, | 2722 }, |
2718 }, | 2723 }, |
2719 }, | 2724 }, |
2720 ], | 2725 ], |
2721 }], | 2726 }], |
2722 ], # 'conditions' | 2727 ], # 'conditions' |
2723 } | 2728 } |
OLD | NEW |