| 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 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1112 'browser/search_engines/template_url_service_util_unittest.cc', | 1112 'browser/search_engines/template_url_service_util_unittest.cc', |
| 1113 'browser/search_engines/template_url_service_sync_unittest.cc', | 1113 'browser/search_engines/template_url_service_sync_unittest.cc', |
| 1114 'browser/search_engines/template_url_service_unittest.cc', | 1114 'browser/search_engines/template_url_service_unittest.cc', |
| 1115 'browser/search_engines/template_url_parser_unittest.cc', | 1115 'browser/search_engines/template_url_parser_unittest.cc', |
| 1116 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1116 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
| 1117 'browser/search_engines/template_url_scraper_unittest.cc', | 1117 'browser/search_engines/template_url_scraper_unittest.cc', |
| 1118 'browser/search_engines/template_url_unittest.cc', | 1118 'browser/search_engines/template_url_unittest.cc', |
| 1119 'browser/sessions/session_backend_unittest.cc', | 1119 'browser/sessions/session_backend_unittest.cc', |
| 1120 'browser/sessions/session_service_unittest.cc', | 1120 'browser/sessions/session_service_unittest.cc', |
| 1121 'browser/sessions/session_types_unittest.cc', | 1121 'browser/sessions/session_types_unittest.cc', |
| 1122 'browser/local_discovery/service_discovery_client_unittest.cc', |
| 1122 'browser/shell_integration_unittest.cc', | 1123 'browser/shell_integration_unittest.cc', |
| 1123 'browser/shell_integration_win_unittest.cc', | 1124 'browser/shell_integration_win_unittest.cc', |
| 1124 'browser/signin/fake_auth_status_provider.cc', | 1125 'browser/signin/fake_auth_status_provider.cc', |
| 1125 'browser/signin/fake_auth_status_provider.h', | 1126 'browser/signin/fake_auth_status_provider.h', |
| 1126 'browser/signin/oauth2_token_service_test_util.cc', | 1127 'browser/signin/oauth2_token_service_test_util.cc', |
| 1127 'browser/signin/oauth2_token_service_test_util.h', | 1128 'browser/signin/oauth2_token_service_test_util.h', |
| 1128 'browser/signin/oauth2_token_service_unittest.cc', | 1129 'browser/signin/oauth2_token_service_unittest.cc', |
| 1129 'browser/signin/profile_oauth2_token_service_request_unittest.cc', | 1130 'browser/signin/profile_oauth2_token_service_request_unittest.cc', |
| 1130 'browser/signin/profile_oauth2_token_service_unittest.cc', | 1131 'browser/signin/profile_oauth2_token_service_unittest.cc', |
| 1131 'browser/signin/signin_global_error_unittest.cc', | 1132 'browser/signin/signin_global_error_unittest.cc', |
| (...skipping 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2457 ['enable_managed_users!=1', { | 2458 ['enable_managed_users!=1', { |
| 2458 'sources/': [ | 2459 'sources/': [ |
| 2459 ['exclude', '^browser/managed_mode/'], | 2460 ['exclude', '^browser/managed_mode/'], |
| 2460 ], | 2461 ], |
| 2461 }], | 2462 }], |
| 2462 ['safe_browsing!=1', { | 2463 ['safe_browsing!=1', { |
| 2463 'sources/': [ | 2464 'sources/': [ |
| 2464 ['exclude', '^browser/extensions/blacklist_unittest.cc'], | 2465 ['exclude', '^browser/extensions/blacklist_unittest.cc'], |
| 2465 ], | 2466 ], |
| 2466 }], | 2467 }], |
| 2468 ['enable_mdns != 1', { |
| 2469 'sources!' : [ |
| 2470 'browser/local_discovery/service_discovery_client_unittest.cc', |
| 2471 ], |
| 2472 }], |
| 2467 ], | 2473 ], |
| 2468 'target_conditions': [ | 2474 'target_conditions': [ |
| 2469 ['OS == "ios"', { | 2475 ['OS == "ios"', { |
| 2470 'sources/': [ | 2476 'sources/': [ |
| 2471 ['include', '^common/mac/nscoder_util_unittest\\.mm$'], | 2477 ['include', '^common/mac/nscoder_util_unittest\\.mm$'], |
| 2472 ], | 2478 ], |
| 2473 }], | 2479 }], |
| 2474 ], | 2480 ], |
| 2475 }, | 2481 }, |
| 2476 { | 2482 { |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2582 # more details. | 2588 # more details. |
| 2583 'DebugInformationFormat': '3', | 2589 'DebugInformationFormat': '3', |
| 2584 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2590 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2585 }, | 2591 }, |
| 2586 }, | 2592 }, |
| 2587 }, | 2593 }, |
| 2588 ], | 2594 ], |
| 2589 }], | 2595 }], |
| 2590 ], # 'conditions' | 2596 ], # 'conditions' |
| 2591 } | 2597 } |
| OLD | NEW |