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 2423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2434 'tools/convert_dict/convert_dict_unittest.cc', | 2434 'tools/convert_dict/convert_dict_unittest.cc', |
2435 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', | 2435 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', |
2436 ], | 2436 ], |
2437 # TODO(mark): We really want this for all non-static library targets, | 2437 # TODO(mark): We really want this for all non-static library targets, |
2438 # but when we tried to pull it up to the common.gypi level, it broke | 2438 # but when we tried to pull it up to the common.gypi level, it broke |
2439 # other things like the ui and startup tests. *shrug* | 2439 # other things like the ui and startup tests. *shrug* |
2440 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 2440 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
2441 }], | 2441 }], |
2442 ['OS!="mac" and OS!="ios"', { | 2442 ['OS!="mac" and OS!="ios"', { |
2443 'dependencies': [ | 2443 'dependencies': [ |
| 2444 '../third_party/hunspell/hunspell.gyp:hunspell', |
2444 'chrome_resources.gyp:packed_extra_resources', | 2445 'chrome_resources.gyp:packed_extra_resources', |
2445 'chrome_resources.gyp:packed_resources', | 2446 'chrome_resources.gyp:packed_resources', |
2446 'convert_dict_lib', | 2447 'tools/convert_dict/convert_dict.gyp:convert_dict_lib', |
2447 '../third_party/hunspell/hunspell.gyp:hunspell', | |
2448 ], | 2448 ], |
2449 }], | 2449 }], |
2450 ['OS!="win" and OS!="mac"', { | 2450 ['OS!="win" and OS!="mac"', { |
2451 'sources!': [ | 2451 'sources!': [ |
2452 '../skia/ext/platform_canvas_unittest.cc', | 2452 '../skia/ext/platform_canvas_unittest.cc', |
2453 ], | 2453 ], |
2454 }], | 2454 }], |
2455 ['OS=="win" or OS=="mac"', { | 2455 ['OS=="win" or OS=="mac"', { |
2456 'sources': [ | 2456 'sources': [ |
2457 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc', | 2457 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc', |
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2922 'browser/ui/app_list/test/fake_browser_context.cc', | 2922 'browser/ui/app_list/test/fake_browser_context.cc', |
2923 'browser/ui/app_list/test/fake_browser_context.h', | 2923 'browser/ui/app_list/test/fake_browser_context.h', |
2924 'browser/ui/app_list/test/fake_keep_alive_service.cc', | 2924 'browser/ui/app_list/test/fake_keep_alive_service.cc', |
2925 'browser/ui/app_list/test/fake_keep_alive_service.h', | 2925 'browser/ui/app_list/test/fake_keep_alive_service.h', |
2926 ], | 2926 ], |
2927 }, | 2927 }, |
2928 ], | 2928 ], |
2929 }], | 2929 }], |
2930 ], # 'conditions' | 2930 ], # 'conditions' |
2931 } | 2931 } |
OLD | NEW |