OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 1560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1571 # Other platforms only need | 1571 # Other platforms only need |
1572 # chrome_resources.gyp:{packed_extra_resources,packed_resources}, | 1572 # chrome_resources.gyp:{packed_extra_resources,packed_resources}, |
1573 # and can build this target standalone much faster. | 1573 # and can build this target standalone much faster. |
1574 'dependencies': [ | 1574 'dependencies': [ |
1575 'chrome' | 1575 'chrome' |
1576 ], | 1576 ], |
1577 'sources': [ | 1577 'sources': [ |
1578 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', | 1578 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', |
1579 ], | 1579 ], |
1580 'sources!': [ | 1580 'sources!': [ |
1581 # TODO(hbono): This test depends on hunspell and we cannot run it on | 1581 # TODO(groby): This test depends on hunspell and we cannot run it on |
1582 # Mac, which does not use hunspell by default. | 1582 # Mac, which does not use hunspell by default. |
1583 'browser/spellchecker/spellcheck_service_browsertest.cc', | 1583 'browser/spellchecker/spellcheck_service_browsertest.cc', |
1584 # TODO(rouslan): This test depends on the custom dictionary UI, | 1584 # TODO(rouslan): This test depends on the custom dictionary UI, |
1585 # which is disabled on Mac. | 1585 # which is disabled on Mac. |
1586 'browser/ui/webui/options/edit_dictionary_browsertest.js', | 1586 'browser/ui/webui/options/edit_dictionary_browsertest.js', |
1587 # ProcessSingletonMac doesn't do anything. | 1587 # ProcessSingletonMac doesn't do anything. |
1588 'browser/process_singleton_browsertest.cc', | 1588 'browser/process_singleton_browsertest.cc', |
1589 # This test depends on GetCommandLineForRelaunch, which is not | 1589 # This test depends on GetCommandLineForRelaunch, which is not |
1590 # available on Mac. | 1590 # available on Mac. |
1591 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', | 1591 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', |
(...skipping 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2858 'sync_integration_tests.isolate', | 2858 'sync_integration_tests.isolate', |
2859 ], | 2859 ], |
2860 'sources': [ | 2860 'sources': [ |
2861 'sync_integration_tests.isolate', | 2861 'sync_integration_tests.isolate', |
2862 ], | 2862 ], |
2863 }, | 2863 }, |
2864 ], | 2864 ], |
2865 }], | 2865 }], |
2866 ], # 'conditions' | 2866 ], # 'conditions' |
2867 } | 2867 } |
OLD | NEW |