| 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 2446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2457 'utility/media_galleries/picasa_album_table_reader_unittest.cc', | 2457 'utility/media_galleries/picasa_album_table_reader_unittest.cc', |
| 2458 'utility/media_galleries/picasa_albums_indexer_unittest.cc', | 2458 'utility/media_galleries/picasa_albums_indexer_unittest.cc', |
| 2459 'utility/media_galleries/pmp_column_reader_unittest.cc', | 2459 'utility/media_galleries/pmp_column_reader_unittest.cc', |
| 2460 ], | 2460 ], |
| 2461 }], | 2461 }], |
| 2462 ['OS=="mac"', { | 2462 ['OS=="mac"', { |
| 2463 'sources': [ | 2463 'sources': [ |
| 2464 'utility/media_galleries/iphoto_library_parser_unittest.cc', | 2464 'utility/media_galleries/iphoto_library_parser_unittest.cc', |
| 2465 ], | 2465 ], |
| 2466 }], | 2466 }], |
| 2467 ['OS=="win"', { |
| 2468 'sources': [ |
| 2469 'utility/wifi/wifi_service_test.cc', |
| 2470 ], |
| 2471 }], |
| 2467 ['enable_rlz==0', { | 2472 ['enable_rlz==0', { |
| 2468 'sources!': [ | 2473 'sources!': [ |
| 2469 'browser/rlz/rlz_unittest.cc', | 2474 'browser/rlz/rlz_unittest.cc', |
| 2470 ], | 2475 ], |
| 2471 }], | 2476 }], |
| 2472 ['OS=="win" and component!="shared_library"', { | 2477 ['OS=="win" and component!="shared_library"', { |
| 2473 # Unit_tests pdb files can get too big when incremental linking is | 2478 # Unit_tests pdb files can get too big when incremental linking is |
| 2474 # on, disabling for this target. | 2479 # on, disabling for this target. |
| 2475 'configurations': { | 2480 'configurations': { |
| 2476 'Debug': { | 2481 'Debug': { |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2900 'browser/ui/app_list/test/fake_profile.h', | 2905 'browser/ui/app_list/test/fake_profile.h', |
| 2901 'browser/ui/app_list/test/fake_profile_store.cc', | 2906 'browser/ui/app_list/test/fake_profile_store.cc', |
| 2902 'browser/ui/app_list/test/fake_profile_store.h', | 2907 'browser/ui/app_list/test/fake_profile_store.h', |
| 2903 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2908 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2904 ], | 2909 ], |
| 2905 }, | 2910 }, |
| 2906 ], | 2911 ], |
| 2907 }], | 2912 }], |
| 2908 ], # 'conditions' | 2913 ], # 'conditions' |
| 2909 } | 2914 } |
| OLD | NEW |