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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 197013007: Set drive as the default download folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes test failure and enables a new test Created 6 years, 9 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/chrome_browser.gypi ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index fb0cd89577e610fa783959a065c2414d249e89dd..4bbad628034c1a3cea1c065debed1d9a4a3a1f9b 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2637,10 +2637,14 @@
}], # OS == android
['OS!="android" and OS!="ios" and chromeos==0 and configuration_policy==1', {
'sources': [
- 'browser/download/download_dir_policy_handler_unittest.cc',
'browser/net/disk_cache_dir_policy_handler_unittest.cc',
],
}],
+ ['OS!="android" and OS!="ios" and configuration_policy==1', {
+ 'sources': [
+ 'browser/download/download_dir_policy_handler_unittest.cc'
+ ],
+ }],
['enable_printing!=1', {
'sources/': [
# No need for service process.
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698