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 2391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2402 'dependencies': [ | 2402 'dependencies': [ |
2403 '../base/allocator/allocator.gyp:allocator', | 2403 '../base/allocator/allocator.gyp:allocator', |
2404 ], | 2404 ], |
2405 }], | 2405 }], |
2406 ], | 2406 ], |
2407 }], | 2407 }], |
2408 ['OS=="mac"', { | 2408 ['OS=="mac"', { |
2409 # The test fetches resources which means Mac need the app bundle to | 2409 # The test fetches resources which means Mac need the app bundle to |
2410 # exist on disk so it can pull from it. | 2410 # exist on disk so it can pull from it. |
2411 'dependencies': [ | 2411 'dependencies': [ |
| 2412 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
| 2413 '../third_party/ocmock/ocmock.gyp:ocmock', |
2412 'chrome', | 2414 'chrome', |
2413 '../third_party/ocmock/ocmock.gyp:ocmock', | |
2414 ], | |
2415 'include_dirs': [ | |
2416 '../third_party/GTM', | |
2417 '../third_party/GTM/AppKit', | |
2418 ], | 2415 ], |
2419 'sources!': [ | 2416 'sources!': [ |
2420 'browser/ui/tabs/dock_info_unittest.cc', | 2417 'browser/ui/tabs/dock_info_unittest.cc', |
2421 'browser/ui/tests/ui_gfx_image_unittest.cc', | 2418 'browser/ui/tests/ui_gfx_image_unittest.cc', |
2422 'browser/ui/gtk/reload_button_gtk_unittest.cc', | 2419 'browser/ui/gtk/reload_button_gtk_unittest.cc', |
2423 'browser/password_manager/password_store_default_unittest.cc', | 2420 'browser/password_manager/password_store_default_unittest.cc', |
2424 'tools/convert_dict/convert_dict_unittest.cc', | 2421 'tools/convert_dict/convert_dict_unittest.cc', |
2425 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', | 2422 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', |
2426 ], | 2423 ], |
2427 # TODO(mark): We really want this for all non-static library targets, | 2424 # TODO(mark): We really want this for all non-static library targets, |
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2901 'browser/ui/app_list/test/fake_profile_store.h', | 2898 'browser/ui/app_list/test/fake_profile_store.h', |
2902 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2899 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2903 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2900 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2904 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2901 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2905 ], | 2902 ], |
2906 }, | 2903 }, |
2907 ], | 2904 ], |
2908 }], | 2905 }], |
2909 ], # 'conditions' | 2906 ], # 'conditions' |
2910 } | 2907 } |
OLD | NEW |