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

Side by Side Diff: components/BUILD.gn

Issue 1222953002: Certificate Transparency: Add STH Fetching capability. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing review comments Created 5 years, 4 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 deps += [ 235 deps += [
236 "//components/copresence", 236 "//components/copresence",
237 "//components/storage_monitor", 237 "//components/storage_monitor",
238 ] 238 ]
239 } 239 }
240 240
241 if (!is_ios) { 241 if (!is_ios) {
242 deps += [ 242 deps += [
243 "//components/app_modal", 243 "//components/app_modal",
244 "//components/browsing_data", 244 "//components/browsing_data",
245 "//components/certificate_transparency",
245 "//components/guest_view/browser", 246 "//components/guest_view/browser",
246 "//components/guest_view/common", 247 "//components/guest_view/common",
247 "//components/guest_view/renderer", 248 "//components/guest_view/renderer",
248 "//components/safe_json", 249 "//components/safe_json",
249 "//components/scheduler", 250 "//components/scheduler",
250 "//components/test_runner", 251 "//components/test_runner",
251 ] 252 ]
252 } 253 }
253 254
254 if (toolkit_views) { 255 if (toolkit_views) {
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 497
497 deps = [ 498 deps = [
498 "//base", 499 "//base",
499 "//base/test:test_support_perf", 500 "//base/test:test_support_perf",
500 "//testing/gtest", 501 "//testing/gtest",
501 "//testing/perf", 502 "//testing/perf",
502 "//content/test:test_support", 503 "//content/test:test_support",
503 "//components/visitedlink/browser", 504 "//components/visitedlink/browser",
504 ] 505 ]
505 } 506 }
OLDNEW
« no previous file with comments | « no previous file | components/certificate_transparency.gypi » ('j') | components/certificate_transparency/log_proof_fetcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698