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

Unified Diff: chrome/chrome_browser.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/browser/policy/configuration_policy_handler_list_factory.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 4b349a950c3eec10d08ffedc977ae24276137a63..563770917ca866330afd27f6e22d0d2763b9daa7 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2741,12 +2741,16 @@
}],
['OS!="android" and OS!="ios" and chromeos==0 and configuration_policy==1', {
'sources': [
- 'browser/download/download_dir_policy_handler.cc',
- 'browser/download/download_dir_policy_handler.h',
'browser/net/disk_cache_dir_policy_handler.cc',
'browser/net/disk_cache_dir_policy_handler.h',
],
}],
+ ['OS!="android" and OS!="ios" and configuration_policy==1', {
+ 'sources': [
+ 'browser/download/download_dir_policy_handler.cc',
+ 'browser/download/download_dir_policy_handler.h',
+ ],
+ }],
['OS=="mac"', {
'dependencies': [
'app_shim',
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list_factory.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698