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