OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 2015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2026 # TODO(rouslan): This test depends on hunspell and we cannot run it | 2026 # TODO(rouslan): This test depends on hunspell and we cannot run it |
2027 # on Mac, which does use hunspell by default. | 2027 # on Mac, which does use hunspell by default. |
2028 'browser/ui/webui/options/language_options_dictionary_download_brows
ertest.js', | 2028 'browser/ui/webui/options/language_options_dictionary_download_brows
ertest.js', |
2029 # ProcessSingletonMac doesn't do anything. | 2029 # ProcessSingletonMac doesn't do anything. |
2030 'browser/process_singleton_browsertest.cc', | 2030 'browser/process_singleton_browsertest.cc', |
2031 # This test depends on GetCommandLineForRelaunch, which is not | 2031 # This test depends on GetCommandLineForRelaunch, which is not |
2032 # available on Mac. | 2032 # available on Mac. |
2033 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', | 2033 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', |
2034 ], | 2034 ], |
2035 }], | 2035 }], |
| 2036 ['OS=="mac" or OS=="win"', { |
| 2037 'sources': [ |
| 2038 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
', |
| 2039 ], |
| 2040 }], |
2036 ['os_posix == 0 or chromeos == 1', { | 2041 ['os_posix == 0 or chromeos == 1', { |
2037 'sources!': [ | 2042 'sources!': [ |
2038 'common/time_format_browsertest.cc', | 2043 'common/time_format_browsertest.cc', |
2039 ], | 2044 ], |
2040 }], | 2045 }], |
2041 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 2046 ['os_posix == 1 and OS != "mac" and OS != "android"', { |
2042 'conditions': [ | 2047 'conditions': [ |
2043 ['linux_use_tcmalloc==1', { | 2048 ['linux_use_tcmalloc==1', { |
2044 'dependencies': [ | 2049 'dependencies': [ |
2045 '../base/allocator/allocator.gyp:allocator', | 2050 '../base/allocator/allocator.gyp:allocator', |
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3416 '../base/base.gyp:test_support_base', | 3421 '../base/base.gyp:test_support_base', |
3417 ], | 3422 ], |
3418 'sources': [ | 3423 'sources': [ |
3419 'browser/local_discovery/service_discovery_sniffer.h', | 3424 'browser/local_discovery/service_discovery_sniffer.h', |
3420 'browser/local_discovery/service_discovery_sniffer.cc', | 3425 'browser/local_discovery/service_discovery_sniffer.cc', |
3421 ], | 3426 ], |
3422 }] | 3427 }] |
3423 }], | 3428 }], |
3424 ], # 'conditions' | 3429 ], # 'conditions' |
3425 } | 3430 } |
OLD | NEW |