| 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 2396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 'chrome', | 2413 'chrome', |
| 2414 '../third_party/ocmock/ocmock.gyp:ocmock', | 2414 '../third_party/ocmock/ocmock.gyp:ocmock', |
| 2415 ], | 2415 ], |
| 2416 'include_dirs': [ | 2416 'include_dirs': [ |
| 2417 '../third_party/GTM', | 2417 '../third_party/google_toolbox_for_mac/src', |
| 2418 '../third_party/GTM/AppKit', | 2418 '../third_party/google_toolbox_for_mac/src/AppKit', |
| 2419 ], | 2419 ], |
| 2420 'sources!': [ | 2420 'sources!': [ |
| 2421 'browser/ui/tabs/dock_info_unittest.cc', | 2421 'browser/ui/tabs/dock_info_unittest.cc', |
| 2422 'browser/ui/tests/ui_gfx_image_unittest.cc', | 2422 'browser/ui/tests/ui_gfx_image_unittest.cc', |
| 2423 'browser/ui/gtk/reload_button_gtk_unittest.cc', | 2423 'browser/ui/gtk/reload_button_gtk_unittest.cc', |
| 2424 'browser/password_manager/password_store_default_unittest.cc', | 2424 'browser/password_manager/password_store_default_unittest.cc', |
| 2425 'tools/convert_dict/convert_dict_unittest.cc', | 2425 'tools/convert_dict/convert_dict_unittest.cc', |
| 2426 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', | 2426 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', |
| 2427 ], | 2427 ], |
| 2428 # TODO(mark): We really want this for all non-static library targets, | 2428 # 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', | 2902 'browser/ui/app_list/test/fake_profile_store.h', |
| 2903 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2903 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2904 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2904 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2905 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2905 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2906 ], | 2906 ], |
| 2907 }, | 2907 }, |
| 2908 ], | 2908 ], |
| 2909 }], | 2909 }], |
| 2910 ], # 'conditions' | 2910 ], # 'conditions' |
| 2911 } | 2911 } |
| OLD | NEW |