Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2123)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 18348019: Add a test for ITunesDataProvider (try two). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac compile Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/media_galleries/imported_media_gallery_registry.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/media_galleries/imported_media_gallery_registry.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698