| 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 1805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1816 'browser/ui/webui/signin/login_ui_service_unittest.cc', | 1816 'browser/ui/webui/signin/login_ui_service_unittest.cc', |
| 1817 'browser/ui/webui/sync_setup_handler_unittest.cc', | 1817 'browser/ui/webui/sync_setup_handler_unittest.cc', |
| 1818 'browser/ui/webui/theme_source_unittest.cc', | 1818 'browser/ui/webui/theme_source_unittest.cc', |
| 1819 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', | 1819 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', |
| 1820 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', | 1820 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', |
| 1821 'browser/ui/window_sizer/window_sizer_common_unittest.cc', | 1821 'browser/ui/window_sizer/window_sizer_common_unittest.cc', |
| 1822 'browser/ui/window_sizer/window_sizer_unittest.cc', | 1822 'browser/ui/window_sizer/window_sizer_unittest.cc', |
| 1823 'browser/ui/zoom/zoom_controller_unittest.cc', | 1823 'browser/ui/zoom/zoom_controller_unittest.cc', |
| 1824 'browser/undo/bookmark_undo_service_test.cc', | 1824 'browser/undo/bookmark_undo_service_test.cc', |
| 1825 'browser/undo/undo_manager_test.cc', | 1825 'browser/undo/undo_manager_test.cc', |
| 1826 'browser/upgrade_detector_impl_unittest.cc', |
| 1826 'browser/upload_list_unittest.cc', | 1827 'browser/upload_list_unittest.cc', |
| 1827 'browser/web_applications/web_app_mac_unittest.mm', | 1828 'browser/web_applications/web_app_mac_unittest.mm', |
| 1828 'browser/web_applications/web_app_unittest.cc', | 1829 'browser/web_applications/web_app_unittest.cc', |
| 1829 'browser/web_resource/eula_accepted_notifier_unittest.cc', | 1830 'browser/web_resource/eula_accepted_notifier_unittest.cc', |
| 1830 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', | 1831 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', |
| 1831 'browser/web_resource/promo_resource_service_unittest.cc', | 1832 'browser/web_resource/promo_resource_service_unittest.cc', |
| 1832 'browser/web_resource/resource_request_allowed_notifier_test_util.cc', | 1833 'browser/web_resource/resource_request_allowed_notifier_test_util.cc', |
| 1833 'browser/web_resource/resource_request_allowed_notifier_test_util.h', | 1834 'browser/web_resource/resource_request_allowed_notifier_test_util.h', |
| 1834 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', | 1835 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', |
| 1835 'browser/webdata/keyword_table_unittest.cc', | 1836 'browser/webdata/keyword_table_unittest.cc', |
| (...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2915 'dependencies': [ | 2916 'dependencies': [ |
| 2916 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2917 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2917 ], | 2918 ], |
| 2918 }], | 2919 }], |
| 2919 ], | 2920 ], |
| 2920 }, | 2921 }, |
| 2921 ], | 2922 ], |
| 2922 }], | 2923 }], |
| 2923 ], # 'conditions' | 2924 ], # 'conditions' |
| 2924 } | 2925 } |
| OLD | NEW |