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

Unified Diff: chrome/chrome_tests.gypi

Issue 6869042: Add immutable settings checks when handling policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, address comments Created 9 years, 8 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') | 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 94767c6fd4bd059507d28f537a4ffe9d8d16e9d1..3d30545a0cb0cd7ce1fbc370c3c1fdcef0148e9a 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1444,6 +1444,7 @@
'browser/policy/configuration_policy_store_interface_unittest.cc',
'browser/policy/device_policy_cache_unittest.cc',
'browser/policy/device_token_fetcher_unittest.cc',
+ 'browser/policy/enterprise_install_attributes_unittest.cc',
'browser/policy/file_based_policy_provider_unittest.cc',
'browser/policy/device_management_backend_mock.cc',
'browser/policy/device_management_backend_mock.h',
@@ -1939,6 +1940,7 @@
'sources/': [
['exclude', '^browser/chromeos/'],
['exclude', '^browser/policy/device_policy_cache_unittest.cc'],
+ ['exclude', '^browser/policy/enterprise_install_attributes_unittest.cc' ],
['exclude', '^browser/ui/webui/chromeos/login'],
],
}],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698