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

Unified Diff: chrome/chrome_tests.gypi

Issue 1684063002: Add ArcEnabled policy implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@26869593
Patch Set: Fixed GuestModeOptionsUIBrowserTest.testSections Created 4 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/ui/webui/options/chromeos/guest_mode_options_browsertest.js ('k') | chrome/test/BUILD.gn » ('j') | 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 584e26d26721ba9919339a4e6eed044f591a6fc3..95045784c604db4afa453326471990dda618ac57 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2429,6 +2429,13 @@
}],
['configuration_policy==1', {
'sources': [ '<@(chrome_browser_tests_policy_sources)' ],
+ 'conditions': [
+ ['chromeos==1', {
+ 'dependencies': [
+ '../components/components.gyp:arc_test_support',
+ ]
+ }]
+ ]
}],
['enable_web_speech==1', {
'sources': [ '<@(chrome_browser_tests_speech_sources)' ],
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/guest_mode_options_browsertest.js ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698