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

Unified Diff: chrome/chrome_tests.gypi

Issue 1232553003: Add new certificateProvider extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 3 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_renderer.gypi ('k') | chrome/common/extensions/api/_api_features.json » ('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 74636a1e8ec182dac87b79eded9ae5642387d0f0..c60307d2d0055fcf1e740b1fc64b5d10b9777df0 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -802,6 +802,7 @@
'browser/chromeos/system/tray_accessibility_browsertest.cc',
'browser/download/notification/download_notification_browsertest.cc',
'browser/drive/drive_notification_manager_factory_browsertest.cc',
+ 'browser/extensions/api/certificate_provider/certificate_provider_apitest.cc',
'browser/extensions/api/vpn_provider/vpn_provider_apitest.cc',
'browser/ui/webui/options/chromeos/accounts_options_browsertest.cc',
'browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc',
@@ -2156,6 +2157,12 @@
},
},
'conditions': [
+ ['chromeos==1 and use_openssl==1', {
+ 'dependencies': [
+ '../third_party/boringssl/boringssl.gyp:boringssl',
+ ]
+ }
+ ],
[ 'cld_version==2', {
'dependencies': [
# Because the browser_tests use translate, they need CLD data.
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698