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

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: Version 1 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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 2d8b683d58a84cb65b487d56742839004efa3eb3..f8d13fce19d65a836ab9491c94de4e98d582bd72 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2660,10 +2660,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.

Powered by Google App Engine
This is Rietveld 408576698