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