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

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: Simplified handling of responses per 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 deps += [ 233 deps += [
234 "//components/copresence", 234 "//components/copresence",
235 "//components/storage_monitor", 235 "//components/storage_monitor",
236 ] 236 ]
237 } 237 }
238 238
239 if (!is_ios) { 239 if (!is_ios) {
240 deps += [ 240 deps += [
241 "//components/app_modal", 241 "//components/app_modal",
242 "//components/browsing_data", 242 "//components/browsing_data",
243 "//components/certificate_transparency",
243 "//components/guest_view/browser", 244 "//components/guest_view/browser",
244 "//components/guest_view/common", 245 "//components/guest_view/common",
245 "//components/guest_view/renderer", 246 "//components/guest_view/renderer",
246 "//components/safe_json", 247 "//components/safe_json",
247 "//components/scheduler", 248 "//components/scheduler",
248 "//components/test_runner", 249 "//components/test_runner",
249 ] 250 ]
250 } 251 }
251 252
252 if (toolkit_views) { 253 if (toolkit_views) {
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 495
495 deps = [ 496 deps = [
496 "//base", 497 "//base",
497 "//base/test:test_support_perf", 498 "//base/test:test_support_perf",
498 "//testing/gtest", 499 "//testing/gtest",
499 "//testing/perf", 500 "//testing/perf",
500 "//content/test:test_support", 501 "//content/test:test_support",
501 "//components/visitedlink/browser", 502 "//components/visitedlink/browser",
502 ] 503 ]
503 } 504 }
OLDNEW
« no previous file with comments | « no previous file | components/certificate_transparency.gypi » ('j') | components/certificate_transparency.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698