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

Unified Diff: content/test/BUILD.gn

Issue 1304143010: Plumbing SSLPrivateKey Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing upload and refptr. Created 5 years, 2 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 | « content/public/browser/client_certificate_delegate.h ('k') | net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 6208f6a5c6a543b7eb0bcb3c8e20bb1bd47382d2..c5afff26c0b7bf98b185405429e6f19089864a5f 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -157,6 +157,7 @@ source_set("test_support") {
"//content/shell/android:copy_content_shell_assets",
"//ui/android",
"//ui/shell_dialogs",
+ "//third_party/boringssl",
]
}
@@ -579,7 +580,9 @@ test("content_unittests") {
]
}
- data_deps = [ "//third_party/mesa:osmesa" ]
+ data_deps = [
+ "//third_party/mesa:osmesa",
+ ]
davidben 2015/10/29 20:45:40 [Assuming this was gn format's fault, though I tho
svaldez 2015/10/30 15:06:14 Acknowledged.
if (!is_win) {
sources += [ "../browser/file_descriptor_info_impl_unittest.cc" ]
« no previous file with comments | « content/public/browser/client_certificate_delegate.h ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698