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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
(...skipping 2164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2175 'browser/metrics/signin_status_metrics_provider_unittest.cc', | 2175 'browser/metrics/signin_status_metrics_provider_unittest.cc', |
2176 ], | 2176 ], |
2177 }], | 2177 }], |
2178 ['enable_background==1', { | 2178 ['enable_background==1', { |
2179 'sources': [ '<@(chrome_unit_tests_background_sources)' ], | 2179 'sources': [ '<@(chrome_unit_tests_background_sources)' ], |
2180 }], | 2180 }], |
2181 ['enable_spellcheck==1', { | 2181 ['enable_spellcheck==1', { |
2182 'sources': [ '<@(chrome_unit_tests_spellchecker_sources)' ], | 2182 'sources': [ '<@(chrome_unit_tests_spellchecker_sources)' ], |
2183 'conditions': [ | 2183 'conditions': [ |
2184 ['OS!="mac" and OS!="ios"', { | 2184 ['OS!="mac" and OS!="ios"', { |
2185 'dependencies': [ '../third_party/hunspell_new/hunspell.gyp:hunspe
ll' ], | 2185 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell'
], |
2186 }], | 2186 }], |
2187 ], | 2187 ], |
2188 }], | 2188 }], |
2189 ['enable_one_click_signin==1', { | 2189 ['enable_one_click_signin==1', { |
2190 'sources': [ | 2190 'sources': [ |
2191 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc', | 2191 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc', |
2192 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', | 2192 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', |
2193 ], | 2193 ], |
2194 }], | 2194 }], |
2195 ['enable_extensions==1', { | 2195 ['enable_extensions==1', { |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2444 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', | 2444 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', |
2445 'tools/convert_dict/convert_dict_unittest.cc', | 2445 'tools/convert_dict/convert_dict_unittest.cc', |
2446 ], | 2446 ], |
2447 # TODO(mark): We really want this for all non-static library targets, | 2447 # TODO(mark): We really want this for all non-static library targets, |
2448 # but when we tried to pull it up to the common.gypi level, it broke | 2448 # but when we tried to pull it up to the common.gypi level, it broke |
2449 # other things like the ui and startup tests. *shrug* | 2449 # other things like the ui and startup tests. *shrug* |
2450 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 2450 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
2451 }], | 2451 }], |
2452 ['OS!="mac" and OS!="ios"', { | 2452 ['OS!="mac" and OS!="ios"', { |
2453 'dependencies': [ | 2453 'dependencies': [ |
2454 '../third_party/hunspell_new/hunspell.gyp:hunspell', | 2454 '../third_party/hunspell/hunspell.gyp:hunspell', |
2455 'chrome_resources.gyp:packed_extra_resources', | 2455 'chrome_resources.gyp:packed_extra_resources', |
2456 'chrome_resources.gyp:packed_resources', | 2456 'chrome_resources.gyp:packed_resources', |
2457 'tools/convert_dict/convert_dict.gyp:convert_dict_lib', | 2457 'tools/convert_dict/convert_dict.gyp:convert_dict_lib', |
2458 ], | 2458 ], |
2459 }], | 2459 }], |
2460 ['OS=="win" or OS=="mac"', { | 2460 ['OS=="win" or OS=="mac"', { |
2461 'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ], | 2461 'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ], |
2462 }], | 2462 }], |
2463 ['OS=="win" or OS=="mac" or chromeos==1', { | 2463 ['OS=="win" or OS=="mac" or chromeos==1', { |
2464 'sources': [ | 2464 'sources': [ |
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2784 'dependencies': [ | 2784 'dependencies': [ |
2785 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2785 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2786 ], | 2786 ], |
2787 }], | 2787 }], |
2788 ], | 2788 ], |
2789 }, | 2789 }, |
2790 ], | 2790 ], |
2791 }], | 2791 }], |
2792 ], # 'conditions' | 2792 ], # 'conditions' |
2793 } | 2793 } |
OLD | NEW |