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

Unified Diff: chrome/chrome_tests.gypi

Issue 79023002: Support cloud policy for extensions on the desktop platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed stub, again Created 7 years, 1 month 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.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 3ff733ac3edfc0115883b0acd337b6b6e4d5b9a5..193b0ab3452cbe64c70b0d1b0d049c9ba568726d 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1921,6 +1921,11 @@
'common/time_format_browsertest.cc',
],
}],
+ ['OS=="android"', {
+ 'sources!': [
+ 'browser/policy/cloud/component_cloud_policy_browsertest.cc',
+ ],
+ }],
['os_posix == 1 and OS != "mac" and OS != "android"', {
'conditions': [
['linux_use_tcmalloc==1', {

Powered by Google App Engine
This is Rietveld 408576698