Chromium Code Reviews| 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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 559 'browser/chromeos/cros/network_library_unittest.cc', | 559 'browser/chromeos/cros/network_library_unittest.cc', |
| 560 'browser/chromeos/cros/network_property_ui_data_unittest.cc', | 560 'browser/chromeos/cros/network_property_ui_data_unittest.cc', |
| 561 'browser/chromeos/customization_document_unittest.cc', | 561 'browser/chromeos/customization_document_unittest.cc', |
| 562 'browser/chromeos/dbus/cros_dbus_service_unittest.cc', | 562 'browser/chromeos/dbus/cros_dbus_service_unittest.cc', |
| 563 'browser/chromeos/dbus/printer_service_provider_unittest.cc', | 563 'browser/chromeos/dbus/printer_service_provider_unittest.cc', |
| 564 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc', | 564 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc', |
| 565 'browser/chromeos/dbus/service_provider_test_helper.cc', | 565 'browser/chromeos/dbus/service_provider_test_helper.cc', |
| 566 'browser/chromeos/dbus/service_provider_test_helper.h', | 566 'browser/chromeos/dbus/service_provider_test_helper.h', |
| 567 'browser/chromeos/display/display_preferences_unittest.cc', | 567 'browser/chromeos/display/display_preferences_unittest.cc', |
| 568 'browser/chromeos/drive/download_handler_unittest.cc', | 568 'browser/chromeos/drive/download_handler_unittest.cc', |
| 569 'browser/chromeos/drive/change_list_processor_unittest.cc', | |
|
satorux1
2013/05/28 07:16:30
please sort
kinaba
2013/05/28 07:29:48
oops. done.
| |
| 569 'browser/chromeos/drive/drive_file_stream_reader_unittest.cc', | 570 'browser/chromeos/drive/drive_file_stream_reader_unittest.cc', |
| 570 'browser/chromeos/drive/drive_integration_service_unittest.cc', | 571 'browser/chromeos/drive/drive_integration_service_unittest.cc', |
| 571 'browser/chromeos/drive/drive_url_request_job_unittest.cc', | 572 'browser/chromeos/drive/drive_url_request_job_unittest.cc', |
| 572 'browser/chromeos/drive/drive_webapps_registry_unittest.cc', | 573 'browser/chromeos/drive/drive_webapps_registry_unittest.cc', |
| 573 'browser/chromeos/drive/dummy_file_system.h', | 574 'browser/chromeos/drive/dummy_file_system.h', |
| 574 'browser/chromeos/drive/fake_file_system.cc', | 575 'browser/chromeos/drive/fake_file_system.cc', |
| 575 'browser/chromeos/drive/fake_file_system.h', | 576 'browser/chromeos/drive/fake_file_system.h', |
| 576 'browser/chromeos/drive/fake_file_system_unittest.cc', | 577 'browser/chromeos/drive/fake_file_system_unittest.cc', |
| 577 'browser/chromeos/drive/fake_free_disk_space_getter.cc', | 578 'browser/chromeos/drive/fake_free_disk_space_getter.cc', |
| 578 'browser/chromeos/drive/fake_free_disk_space_getter.h', | 579 'browser/chromeos/drive/fake_free_disk_space_getter.h', |
| (...skipping 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2539 # more details. | 2540 # more details. |
| 2540 'DebugInformationFormat': '3', | 2541 'DebugInformationFormat': '3', |
| 2541 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2542 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2542 }, | 2543 }, |
| 2543 }, | 2544 }, |
| 2544 }, | 2545 }, |
| 2545 ], | 2546 ], |
| 2546 }], | 2547 }], |
| 2547 ], # 'conditions' | 2548 ], # 'conditions' |
| 2548 } | 2549 } |
| OLD | NEW |