| 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 'variables': { | 5 'variables': { |
| 6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
| 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| 8 # dependency is needed to make commit bots run unit_tests on | 8 # dependency is needed to make commit bots run unit_tests on |
| 9 # histograms.xml changes. | 9 # histograms.xml changes. |
| 10 '../tools/metrics/histograms/histograms.xml', | 10 '../tools/metrics/histograms/histograms.xml', |
| (...skipping 2493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2504 'dependencies': [ | 2504 'dependencies': [ |
| 2505 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 2505 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
| 2506 '../third_party/ocmock/ocmock.gyp:ocmock', | 2506 '../third_party/ocmock/ocmock.gyp:ocmock', |
| 2507 'chrome', | 2507 'chrome', |
| 2508 ], | 2508 ], |
| 2509 'sources': [ '<@(chrome_unit_tests_mac_sources)' ], | 2509 'sources': [ '<@(chrome_unit_tests_mac_sources)' ], |
| 2510 'sources!': [ | 2510 'sources!': [ |
| 2511 'browser/ui/tests/ui_gfx_image_unittest.cc', | 2511 'browser/ui/tests/ui_gfx_image_unittest.cc', |
| 2512 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', | 2512 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', |
| 2513 'tools/convert_dict/convert_dict_unittest.cc', | 2513 'tools/convert_dict/convert_dict_unittest.cc', |
| 2514 # This tests the function GetSpellCheckLanguages which is not used |
| 2515 # on Mac. |
| 2516 'browser/spellchecker/spellcheck_service_unittest.cc', |
| 2514 ], | 2517 ], |
| 2515 # TODO(mark): We really want this for all non-static library targets, | 2518 # TODO(mark): We really want this for all non-static library targets, |
| 2516 # but when we tried to pull it up to the common.gypi level, it broke | 2519 # but when we tried to pull it up to the common.gypi level, it broke |
| 2517 # other things like the ui and startup tests. *shrug* | 2520 # other things like the ui and startup tests. *shrug* |
| 2518 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 2521 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 2519 }], | 2522 }], |
| 2520 ['OS!="mac" and OS!="ios"', { | 2523 ['OS!="mac" and OS!="ios"', { |
| 2521 'dependencies': [ | 2524 'dependencies': [ |
| 2522 '../third_party/hunspell/hunspell.gyp:hunspell', | 2525 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2523 'chrome_resources.gyp:packed_extra_resources', | 2526 'chrome_resources.gyp:packed_extra_resources', |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2857 'dependencies': [ | 2860 'dependencies': [ |
| 2858 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2861 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2859 ], | 2862 ], |
| 2860 }], | 2863 }], |
| 2861 ], | 2864 ], |
| 2862 }, | 2865 }, |
| 2863 ], | 2866 ], |
| 2864 }], | 2867 }], |
| 2865 ], # 'conditions' | 2868 ], # 'conditions' |
| 2866 } | 2869 } |
| OLD | NEW |