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

Unified Diff: chrome/chrome_tests.gypi

Issue 17616006: Add a test for ITunesDataProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/media_galleries/fileapi/itunes_finder_win_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 0521450ef7d88b5c92f42ec67676390463cff4b9..7ab63bba9b537d444ef648355d411ea246f56fdd 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2033,6 +2033,11 @@
'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc',
],
}],
+ ['OS=="mac" or OS=="win"', {
+ 'sources': [
+ 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc',
vandebo (ex-Chrome) 2013/07/02 21:00:31 Moved this to a mac or win only section.
+ ],
+ }],
['os_posix == 0 or chromeos == 1', {
'sources!': [
'common/time_format_browsertest.cc',
« 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