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

Unified Diff: chrome/chrome_tests.gypi

Issue 10666010: Don't pass the connector check policy flag along. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index ace37a85e02015ef739a0f7ceff0a0bbb6805014..7a0f8352763e1103cd7eb9c1bd885fb6ab96b941 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2869,6 +2869,7 @@
'browser/prefs/pref_service_browsertest.cc',
'browser/prerender/prefetch_browsertest.cc',
'browser/prerender/prerender_browsertest.cc',
+ 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc',
'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc',
'browser/printing/printing_layout_browsertest.cc',
'browser/printing/print_preview_tab_controller_browsertest.cc',
@@ -3302,6 +3303,9 @@
'browser/spellchecker/spellcheck_host_browsertest.cc',
# ProcessSingletonMac doesn't do anything.
'browser/process_singleton_browsertest.cc',
+ # This test depends on GetCommandLineForRelaunch, which is not
+ # available on Mac.
+ 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc',
],
}],
['os_posix == 0 or chromeos == 1', {
« no previous file with comments | « chrome/browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ('k') | chrome/common/chrome_result_codes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698