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

Unified Diff: components/BUILD.gn

Issue 1100003006: Certificate Transparency: Fetching of Signed Tree Heads (DRAFT) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revised design, addressed some comments Created 5 years, 6 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
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index aa91a6d074f1d96a9a17d9b096fed82576638fd7..e50284d1aab86574c4a9bd388e997bda4c922e28 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -228,6 +228,7 @@ group("all_components") {
if (!is_ios && !is_android) {
deps += [
+ "//components/certificate_transparency",
"//components/copresence",
"//components/storage_monitor",
]
@@ -397,9 +398,7 @@ test("components_browsertests") {
data_deps = [ ":components_tests_pak" ]
if (is_android) {
- sources += [
- "test/android/browsertests_apk/components_browser_tests_jni_onload.cc",
- ]
+ sources += [ "test/android/browsertests_apk/components_browser_tests_jni_onload.cc" ]
sources -= [ "autofill/content/browser/risk/fingerprint_browsertest.cc" ]
deps += [ "//testing/android/native_test:native_test_support" ]
use_launcher = false

Powered by Google App Engine
This is Rietveld 408576698