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

Side by Side 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: BUILD.gn file fixes 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/certificate_transparency.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 deps += [ 236 deps += [
237 "//components/copresence", 237 "//components/copresence",
238 "//components/storage_monitor", 238 "//components/storage_monitor",
239 ] 239 ]
240 } 240 }
241 241
242 if (!is_ios) { 242 if (!is_ios) {
243 deps += [ 243 deps += [
244 "//components/app_modal", 244 "//components/app_modal",
245 "//components/browsing_data", 245 "//components/browsing_data",
246 "//components/certificate_transparency",
246 "//components/guest_view/browser", 247 "//components/guest_view/browser",
247 "//components/guest_view/common", 248 "//components/guest_view/common",
248 "//components/guest_view/renderer", 249 "//components/guest_view/renderer",
249 "//components/safe_json", 250 "//components/safe_json",
250 "//components/scheduler", 251 "//components/scheduler",
251 "//components/test_runner", 252 "//components/test_runner",
252 ] 253 ]
253 } 254 }
254 255
255 if (toolkit_views) { 256 if (toolkit_views) {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 # (this would at least include the component itself), they should be on the 290 # (this would at least include the component itself), they should be on the
290 # test source set and not here. 291 # test source set and not here.
291 deps = [ 292 deps = [
292 "//components/auto_login_parser:unit_tests", 293 "//components/auto_login_parser:unit_tests",
293 "//components/autofill/content/browser:unit_tests", 294 "//components/autofill/content/browser:unit_tests",
294 "//components/autofill/core/browser:unit_tests", 295 "//components/autofill/core/browser:unit_tests",
295 "//components/autofill/core/common:unit_tests", 296 "//components/autofill/core/common:unit_tests",
296 "//components/bookmarks/browser:unit_tests", 297 "//components/bookmarks/browser:unit_tests",
297 "//components/bookmarks/managed:unit_tests", 298 "//components/bookmarks/managed:unit_tests",
298 "//components/captive_portal:unit_tests", 299 "//components/captive_portal:unit_tests",
300 "//components/certificate_transparency:unit_tests",
299 "//components/cloud_devices/common:unit_tests", 301 "//components/cloud_devices/common:unit_tests",
300 "//components/component_updater:unit_tests", 302 "//components/component_updater:unit_tests",
301 "//components/content_settings/core/browser:unit_tests", 303 "//components/content_settings/core/browser:unit_tests",
302 "//components/content_settings/core/common:unit_tests", 304 "//components/content_settings/core/common:unit_tests",
303 "//components/crx_file:unit_tests", 305 "//components/crx_file:unit_tests",
304 "//components/data_reduction_proxy/content/browser:unit_tests", 306 "//components/data_reduction_proxy/content/browser:unit_tests",
305 "//components/data_reduction_proxy/core/browser:unit_tests", 307 "//components/data_reduction_proxy/core/browser:unit_tests",
306 "//components/data_reduction_proxy/core/common:unit_tests", 308 "//components/data_reduction_proxy/core/common:unit_tests",
307 "//components/device_event_log:unit_tests", 309 "//components/device_event_log:unit_tests",
308 "//components/devtools_http_handler:unit_tests", 310 "//components/devtools_http_handler:unit_tests",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 500
499 deps = [ 501 deps = [
500 "//base", 502 "//base",
501 "//base/test:test_support_perf", 503 "//base/test:test_support_perf",
502 "//testing/gtest", 504 "//testing/gtest",
503 "//testing/perf", 505 "//testing/perf",
504 "//content/test:test_support", 506 "//content/test:test_support",
505 "//components/visitedlink/browser", 507 "//components/visitedlink/browser",
506 ] 508 ]
507 } 509 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/certificate_transparency.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698