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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 17616006: Add a test for ITunesDataProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compile fix 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/fileapi/itunes_finder_win_browsertest.cc ('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 2015 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/media_galleries/fileapi/itunes_finder_win_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698