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 2548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2559 ['exclude', '^browser/themes/'], | 2559 ['exclude', '^browser/themes/'], |
2560 ['exclude', '^browser/ui/autofill/.*credit_card_bubble.*'], | 2560 ['exclude', '^browser/ui/autofill/.*credit_card_bubble.*'], |
2561 ['exclude', '^browser/ui/content_settings/'], | 2561 ['exclude', '^browser/ui/content_settings/'], |
2562 ['exclude', '^browser/ui/omnibox/'], | 2562 ['exclude', '^browser/ui/omnibox/'], |
2563 ['exclude', '^browser/ui/panels'], | 2563 ['exclude', '^browser/ui/panels'], |
2564 ['exclude', '^browser/ui/tabs/'], | 2564 ['exclude', '^browser/ui/tabs/'], |
2565 ['exclude', '^browser/ui/toolbar/'], | 2565 ['exclude', '^browser/ui/toolbar/'], |
2566 ['exclude', '^browser/ui/webui/downloads_'], | 2566 ['exclude', '^browser/ui/webui/downloads_'], |
2567 ['exclude', '^browser/ui/webui/flags_'], | 2567 ['exclude', '^browser/ui/webui/flags_'], |
2568 ['exclude', '^browser/ui/webui/help/'], | 2568 ['exclude', '^browser/ui/webui/help/'], |
| 2569 ['exclude', '^browser/ui/webui/ntp/'], |
2569 ['exclude', '^browser/ui/webui/options/'], | 2570 ['exclude', '^browser/ui/webui/options/'], |
2570 ['exclude', '^browser/ui/webui/options/'], | 2571 ['exclude', '^browser/ui/webui/options/'], |
2571 ['exclude', '^browser/ui/webui/signin/'], | 2572 ['exclude', '^browser/ui/webui/signin/'], |
2572 ['exclude', '^browser/ui/webui/suggestions_internals'], | 2573 ['exclude', '^browser/ui/webui/suggestions_internals'], |
2573 ['exclude', '^browser/ui/webui/sync_promo'], | 2574 ['exclude', '^browser/ui/webui/sync_promo'], |
2574 ['exclude', '^tools/profile_reset/'], | 2575 ['exclude', '^tools/profile_reset/'], |
2575 ['exclude', '^utility/importer/'], | 2576 ['exclude', '^utility/importer/'], |
2576 ['exclude', '^utility/media_galleries/'], | 2577 ['exclude', '^utility/media_galleries/'], |
2577 ], | 2578 ], |
2578 'conditions': [ | 2579 'conditions': [ |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2849 'browser/ui/app_list/test/fake_profile_store.h', | 2850 'browser/ui/app_list/test/fake_profile_store.h', |
2850 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2851 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2851 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2852 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2852 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2853 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2853 ], | 2854 ], |
2854 }, | 2855 }, |
2855 ], | 2856 ], |
2856 }], | 2857 }], |
2857 ], # 'conditions' | 2858 ], # 'conditions' |
2858 } | 2859 } |
OLD | NEW |