| 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 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1669 'browser/ui/webui/sync_internals_ui_unittest.cc', | 1669 'browser/ui/webui/sync_internals_ui_unittest.cc', |
| 1670 'browser/ui/webui/sync_setup_handler_unittest.cc', | 1670 'browser/ui/webui/sync_setup_handler_unittest.cc', |
| 1671 'browser/ui/webui/theme_source_unittest.cc', | 1671 'browser/ui/webui/theme_source_unittest.cc', |
| 1672 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', | 1672 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', |
| 1673 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', | 1673 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', |
| 1674 'browser/ui/window_sizer/window_sizer_common_unittest.cc', | 1674 'browser/ui/window_sizer/window_sizer_common_unittest.cc', |
| 1675 'browser/ui/window_sizer/window_sizer_unittest.cc', | 1675 'browser/ui/window_sizer/window_sizer_unittest.cc', |
| 1676 'browser/ui/zoom/zoom_controller_unittest.cc', | 1676 'browser/ui/zoom/zoom_controller_unittest.cc', |
| 1677 'browser/upload_list_unittest.cc', | 1677 'browser/upload_list_unittest.cc', |
| 1678 'browser/chrome_content_browser_client_unittest.cc', | 1678 'browser/chrome_content_browser_client_unittest.cc', |
| 1679 'browser/undo/bookmark_undo_service_test.cc', |
| 1679 'browser/undo/undo_manager_test.cc', | 1680 'browser/undo/undo_manager_test.cc', |
| 1680 'browser/usb/usb_context_unittest.cc', | 1681 'browser/usb/usb_context_unittest.cc', |
| 1681 'browser/user_style_sheet_watcher_unittest.cc', | 1682 'browser/user_style_sheet_watcher_unittest.cc', |
| 1682 'browser/value_store/leveldb_value_store_unittest.cc', | 1683 'browser/value_store/leveldb_value_store_unittest.cc', |
| 1683 'browser/value_store/testing_value_store_unittest.cc', | 1684 'browser/value_store/testing_value_store_unittest.cc', |
| 1684 'browser/value_store/value_store_change_unittest.cc', | 1685 'browser/value_store/value_store_change_unittest.cc', |
| 1685 'browser/value_store/value_store_frontend_unittest.cc', | 1686 'browser/value_store/value_store_frontend_unittest.cc', |
| 1686 'browser/value_store/value_store_unittest.cc', | 1687 'browser/value_store/value_store_unittest.cc', |
| 1687 'browser/value_store/value_store_unittest.h', | 1688 'browser/value_store/value_store_unittest.h', |
| 1688 'browser/web_applications/web_app_mac_unittest.mm', | 1689 'browser/web_applications/web_app_mac_unittest.mm', |
| (...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2539 'browser/ui/autofill/autofill_popup_controller_unittest.cc', | 2540 'browser/ui/autofill/autofill_popup_controller_unittest.cc', |
| 2540 | 2541 |
| 2541 # Android uses a different invaliator. | 2542 # Android uses a different invaliator. |
| 2542 'browser/invalidation/ticl_invalidation_service_unittest.cc', | 2543 'browser/invalidation/ticl_invalidation_service_unittest.cc', |
| 2543 | 2544 |
| 2544 # The importer code is not used on Android. | 2545 # The importer code is not used on Android. |
| 2545 'common/importer/firefox_importer_utils_unittest.cc', | 2546 'common/importer/firefox_importer_utils_unittest.cc', |
| 2546 | 2547 |
| 2547 # USB service is not supported on Android. | 2548 # USB service is not supported on Android. |
| 2548 'browser/usb/usb_context_unittest.cc', | 2549 'browser/usb/usb_context_unittest.cc', |
| 2550 |
| 2551 # Bookmark undo is not used on Android. |
| 2552 'browser/undo/bookmark_undo_service_test.cc', |
| 2553 'browser/undo/undo_manager_test.cc', |
| 2549 ], | 2554 ], |
| 2550 'sources/': [ | 2555 'sources/': [ |
| 2551 ['exclude', '^browser/captive_portal/'], | 2556 ['exclude', '^browser/captive_portal/'], |
| 2552 ['exclude', '^browser/diagnostics/'], | 2557 ['exclude', '^browser/diagnostics/'], |
| 2553 ['exclude', '^browser/first_run/'], | 2558 ['exclude', '^browser/first_run/'], |
| 2554 ['exclude', '^browser/lifetime/'], | 2559 ['exclude', '^browser/lifetime/'], |
| 2555 ['exclude', '^browser/media_galleries/'], | 2560 ['exclude', '^browser/media_galleries/'], |
| 2556 ['exclude', '^browser/net/firefox_*'], | 2561 ['exclude', '^browser/net/firefox_*'], |
| 2557 ['exclude', '^browser/profile_resetter/'], | 2562 ['exclude', '^browser/profile_resetter/'], |
| 2558 ['exclude', '^browser/speech/'], | 2563 ['exclude', '^browser/speech/'], |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2771 # more details. | 2776 # more details. |
| 2772 'DebugInformationFormat': '3', | 2777 'DebugInformationFormat': '3', |
| 2773 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2778 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2774 }, | 2779 }, |
| 2775 }, | 2780 }, |
| 2776 }, | 2781 }, |
| 2777 ], | 2782 ], |
| 2778 }], | 2783 }], |
| 2779 ], # 'conditions' | 2784 ], # 'conditions' |
| 2780 } | 2785 } |
| OLD | NEW |