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 1994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2005 # TODO(rouslan): This test depends on hunspell and we cannot run it | 2005 # TODO(rouslan): This test depends on hunspell and we cannot run it |
2006 # on Mac, which does use hunspell by default. | 2006 # on Mac, which does use hunspell by default. |
2007 'browser/ui/webui/options/language_options_dictionary_download_brows
ertest.js', | 2007 'browser/ui/webui/options/language_options_dictionary_download_brows
ertest.js', |
2008 # ProcessSingletonMac doesn't do anything. | 2008 # ProcessSingletonMac doesn't do anything. |
2009 'browser/process_singleton_browsertest.cc', | 2009 'browser/process_singleton_browsertest.cc', |
2010 # This test depends on GetCommandLineForRelaunch, which is not | 2010 # This test depends on GetCommandLineForRelaunch, which is not |
2011 # available on Mac. | 2011 # available on Mac. |
2012 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', | 2012 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', |
2013 ], | 2013 ], |
2014 }], | 2014 }], |
| 2015 ['OS=="mac" or OS=="win"', { |
| 2016 'sources': [ |
| 2017 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
', |
| 2018 ], |
| 2019 }], |
2015 ['os_posix == 0 or chromeos == 1', { | 2020 ['os_posix == 0 or chromeos == 1', { |
2016 'sources!': [ | 2021 'sources!': [ |
2017 'common/time_format_browsertest.cc', | 2022 'common/time_format_browsertest.cc', |
2018 ], | 2023 ], |
2019 }], | 2024 }], |
2020 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 2025 ['os_posix == 1 and OS != "mac" and OS != "android"', { |
2021 'conditions': [ | 2026 'conditions': [ |
2022 ['linux_use_tcmalloc==1', { | 2027 ['linux_use_tcmalloc==1', { |
2023 'dependencies': [ | 2028 'dependencies': [ |
2024 '../base/allocator/allocator.gyp:allocator', | 2029 '../base/allocator/allocator.gyp:allocator', |
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3382 'utility', | 3387 'utility', |
3383 ], | 3388 ], |
3384 'sources': [ | 3389 'sources': [ |
3385 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3390 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3386 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3391 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3387 ], | 3392 ], |
3388 }] | 3393 }] |
3389 }], | 3394 }], |
3390 ], # 'conditions' | 3395 ], # 'conditions' |
3391 } | 3396 } |
OLD | NEW |