| 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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 'browser/search_engines/template_url_service_util_unittest.cc', | 1109 'browser/search_engines/template_url_service_util_unittest.cc', |
| 1110 'browser/search_engines/template_url_service_sync_unittest.cc', | 1110 'browser/search_engines/template_url_service_sync_unittest.cc', |
| 1111 'browser/search_engines/template_url_service_unittest.cc', | 1111 'browser/search_engines/template_url_service_unittest.cc', |
| 1112 'browser/search_engines/template_url_parser_unittest.cc', | 1112 'browser/search_engines/template_url_parser_unittest.cc', |
| 1113 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1113 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
| 1114 'browser/search_engines/template_url_scraper_unittest.cc', | 1114 'browser/search_engines/template_url_scraper_unittest.cc', |
| 1115 'browser/search_engines/template_url_unittest.cc', | 1115 'browser/search_engines/template_url_unittest.cc', |
| 1116 'browser/sessions/session_backend_unittest.cc', | 1116 'browser/sessions/session_backend_unittest.cc', |
| 1117 'browser/sessions/session_service_unittest.cc', | 1117 'browser/sessions/session_service_unittest.cc', |
| 1118 'browser/sessions/session_types_unittest.cc', | 1118 'browser/sessions/session_types_unittest.cc', |
| 1119 'browser/local_discovery/service_discovery_client_unittest.cc', |
| 1119 'browser/shell_integration_unittest.cc', | 1120 'browser/shell_integration_unittest.cc', |
| 1120 'browser/shell_integration_win_unittest.cc', | 1121 'browser/shell_integration_win_unittest.cc', |
| 1121 'browser/signin/fake_auth_status_provider.cc', | 1122 'browser/signin/fake_auth_status_provider.cc', |
| 1122 'browser/signin/fake_auth_status_provider.h', | 1123 'browser/signin/fake_auth_status_provider.h', |
| 1123 'browser/signin/oauth2_token_service_test_util.cc', | 1124 'browser/signin/oauth2_token_service_test_util.cc', |
| 1124 'browser/signin/oauth2_token_service_test_util.h', | 1125 'browser/signin/oauth2_token_service_test_util.h', |
| 1125 'browser/signin/oauth2_token_service_unittest.cc', | 1126 'browser/signin/oauth2_token_service_unittest.cc', |
| 1126 'browser/signin/profile_oauth2_token_service_request_unittest.cc', | 1127 'browser/signin/profile_oauth2_token_service_request_unittest.cc', |
| 1127 'browser/signin/profile_oauth2_token_service_unittest.cc', | 1128 'browser/signin/profile_oauth2_token_service_unittest.cc', |
| 1128 'browser/signin/signin_global_error_unittest.cc', | 1129 'browser/signin/signin_global_error_unittest.cc', |
| (...skipping 1321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2450 ['enable_managed_users!=1', { | 2451 ['enable_managed_users!=1', { |
| 2451 'sources/': [ | 2452 'sources/': [ |
| 2452 ['exclude', '^browser/managed_mode/'], | 2453 ['exclude', '^browser/managed_mode/'], |
| 2453 ], | 2454 ], |
| 2454 }], | 2455 }], |
| 2455 ['safe_browsing!=1', { | 2456 ['safe_browsing!=1', { |
| 2456 'sources/': [ | 2457 'sources/': [ |
| 2457 ['exclude', '^browser/extensions/blacklist_unittest.cc'], | 2458 ['exclude', '^browser/extensions/blacklist_unittest.cc'], |
| 2458 ], | 2459 ], |
| 2459 }], | 2460 }], |
| 2461 ['enable_service_discovery != 1', { |
| 2462 'sources!' : [ |
| 2463 'browser/local_discovery/service_discovery_client_unittest.cc', |
| 2464 ], |
| 2465 }], |
| 2460 ], | 2466 ], |
| 2461 'target_conditions': [ | 2467 'target_conditions': [ |
| 2462 ['OS == "ios"', { | 2468 ['OS == "ios"', { |
| 2463 'sources/': [ | 2469 'sources/': [ |
| 2464 ['include', '^common/mac/nscoder_util_unittest\\.mm$'], | 2470 ['include', '^common/mac/nscoder_util_unittest\\.mm$'], |
| 2465 ], | 2471 ], |
| 2466 }], | 2472 }], |
| 2467 ], | 2473 ], |
| 2468 }, | 2474 }, |
| 2469 { | 2475 { |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2575 # more details. | 2581 # more details. |
| 2576 'DebugInformationFormat': '3', | 2582 'DebugInformationFormat': '3', |
| 2577 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2583 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2578 }, | 2584 }, |
| 2579 }, | 2585 }, |
| 2580 }, | 2586 }, |
| 2581 ], | 2587 ], |
| 2582 }], | 2588 }], |
| 2583 ], # 'conditions' | 2589 ], # 'conditions' |
| 2584 } | 2590 } |
| OLD | NEW |