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 1768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1779 ['exclude', '^browser/autocomplete/bookmark_provider_unittest\\.
cc$'], | 1779 ['exclude', '^browser/autocomplete/bookmark_provider_unittest\\.
cc$'], |
1780 ['exclude', '^browser/autocomplete/builtin_provider_unittest\\.c
c$'], | 1780 ['exclude', '^browser/autocomplete/builtin_provider_unittest\\.c
c$'], |
1781 ['exclude', '^browser/autocomplete/history_quick_provider_unitte
st\\.cc$'], | 1781 ['exclude', '^browser/autocomplete/history_quick_provider_unitte
st\\.cc$'], |
1782 ['exclude', '^browser/autocomplete/shortcuts_provider_unittest\\
.cc$'], | 1782 ['exclude', '^browser/autocomplete/shortcuts_provider_unittest\\
.cc$'], |
1783 ['exclude', '^browser/bookmarks/bookmark_codec_unittest\\.cc$'], | 1783 ['exclude', '^browser/bookmarks/bookmark_codec_unittest\\.cc$'], |
1784 ], | 1784 ], |
1785 }], | 1785 }], |
1786 ], | 1786 ], |
1787 # Bundle all the necessary resources into the test bundle. | 1787 # Bundle all the necessary resources into the test bundle. |
1788 'includes': ['chrome_ios_bundle_resources.gypi'], | 1788 'includes': ['chrome_ios_bundle_resources.gypi'], |
1789 'actions': [ | |
1790 { | |
1791 'action_name': 'copy_test_data', | |
1792 'variables': { | |
1793 'test_data_files': [ | |
1794 'test/data/zip', | |
1795 ], | |
1796 'test_data_prefix': 'chrome', | |
1797 }, | |
1798 'includes': [ '../build/copy_test_data_ios.gypi' ], | |
1799 }, | |
1800 ], | |
1801 'xcode_settings': {'OTHER_LDFLAGS': ['-ObjC']}, | 1789 'xcode_settings': {'OTHER_LDFLAGS': ['-ObjC']}, |
1802 }], | 1790 }], |
1803 ['enable_background==0', { | 1791 ['enable_background==0', { |
1804 'sources/': [ | 1792 'sources/': [ |
1805 ['exclude', '^browser/background/'], | 1793 ['exclude', '^browser/background/'], |
1806 ], | 1794 ], |
1807 }], | 1795 }], |
1808 ['enable_one_click_signin==0', { | 1796 ['enable_one_click_signin==0', { |
1809 'sources!': [ | 1797 'sources!': [ |
1810 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm', | 1798 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm', |
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2431 # more details. | 2419 # more details. |
2432 'DebugInformationFormat': '3', | 2420 'DebugInformationFormat': '3', |
2433 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2421 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2434 }, | 2422 }, |
2435 }, | 2423 }, |
2436 }, | 2424 }, |
2437 ], | 2425 ], |
2438 }], | 2426 }], |
2439 ], # 'conditions' | 2427 ], # 'conditions' |
2440 } | 2428 } |
OLD | NEW |