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

Unified Diff: chrome/chrome_tests.gypi

Issue 14066003: Don't allow elevation for CHROME_OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bug in set_elevated function. Created 7 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/browser/ui/webui/options/managed_user_settings_handler.cc ('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 7e6aeb881770f7dd823d67363ed7aac589f9f9c3..bcfbc681885e9652586550cfd20cb54ca7e8213c 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1996,6 +1996,16 @@
'../webkit/support/webkit_support.gyp:clearkeycdmadapter',
],
}],
+ ['chromeos==1', {
+ 'sources!': [
+ 'browser/ui/webui/options/managed_user_set_passphrase_browsertest.js',
+ 'browser/ui/webui/options/managed_user_set_passphrase_test.cc',
+ 'browser/ui/webui/options/managed_user_set_passphrase_test.h',
+ 'browser/ui/webui/options/managed_user_settings_browsertest.js',
+ 'browser/ui/webui/options/managed_user_settings_test.cc',
+ 'browser/ui/webui/options/managed_user_settings_test.h',
+ ],
+ }],
], # conditions
}, # target browser_tests
{
« no previous file with comments | « chrome/browser/ui/webui/options/managed_user_settings_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698