| 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 1564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1575 'common/multi_process_lock_unittest.cc', | 1575 'common/multi_process_lock_unittest.cc', |
| 1576 'common/net/net_error_tracker_unittest.cc', | 1576 'common/net/net_error_tracker_unittest.cc', |
| 1577 'common/net/x509_certificate_model_unittest.cc', | 1577 'common/net/x509_certificate_model_unittest.cc', |
| 1578 'common/pref_names_util_unittest.cc', | 1578 'common/pref_names_util_unittest.cc', |
| 1579 'common/service_process_util_unittest.cc', | 1579 'common/service_process_util_unittest.cc', |
| 1580 'common/switch_utils_unittest.cc', | 1580 'common/switch_utils_unittest.cc', |
| 1581 'common/thumbnail_score_unittest.cc', | 1581 'common/thumbnail_score_unittest.cc', |
| 1582 'common/time_format_unittest.cc', | 1582 'common/time_format_unittest.cc', |
| 1583 'common/web_apps_unittest.cc', | 1583 'common/web_apps_unittest.cc', |
| 1584 'common/worker_thread_ticker_unittest.cc', | 1584 'common/worker_thread_ticker_unittest.cc', |
| 1585 'common/zip_reader_unittest.cc', | |
| 1586 'common/zip_unittest.cc', | |
| 1587 'nacl/nacl_ipc_adapter_unittest.cc', | 1585 'nacl/nacl_ipc_adapter_unittest.cc', |
| 1588 'nacl/nacl_validation_query_unittest.cc', | 1586 'nacl/nacl_validation_query_unittest.cc', |
| 1589 'renderer/chrome_content_renderer_client_unittest.cc', | 1587 'renderer/chrome_content_renderer_client_unittest.cc', |
| 1590 'renderer/content_settings_observer_unittest.cc', | 1588 'renderer/content_settings_observer_unittest.cc', |
| 1591 'renderer/extensions/chrome_v8_context_set_unittest.cc', | 1589 'renderer/extensions/chrome_v8_context_set_unittest.cc', |
| 1592 'renderer/extensions/event_unittest.cc', | 1590 'renderer/extensions/event_unittest.cc', |
| 1593 'renderer/extensions/json_js_unittest.cc', | 1591 'renderer/extensions/json_js_unittest.cc', |
| 1594 'renderer/extensions/json_schema_unittest.cc', | 1592 'renderer/extensions/json_schema_unittest.cc', |
| 1595 'renderer/extensions/module_system_unittest.cc', | 1593 'renderer/extensions/module_system_unittest.cc', |
| 1596 'renderer/net/predictor_queue_unittest.cc', | 1594 'renderer/net/predictor_queue_unittest.cc', |
| (...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2422 # more details. | 2420 # more details. |
| 2423 'DebugInformationFormat': '3', | 2421 'DebugInformationFormat': '3', |
| 2424 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2422 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2425 }, | 2423 }, |
| 2426 }, | 2424 }, |
| 2427 }, | 2425 }, |
| 2428 ], | 2426 ], |
| 2429 }], | 2427 }], |
| 2430 ], # 'conditions' | 2428 ], # 'conditions' |
| 2431 } | 2429 } |
| OLD | NEW |