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

Side by Side Diff: chrome/common/BUILD.gn

Issue 1924323002: Move Cast certificate verification code from extensions to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified OWNERS files Created 4 years, 7 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_common.gypi ('k') | chrome/common/DEPS » ('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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//chrome/version.gni") 7 import("//chrome/version.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "//base:base", 66 "//base:base",
67 "//base:base_static", 67 "//base:base_static",
68 "//base:i18n", 68 "//base:i18n",
69 "//chrome:resources", 69 "//chrome:resources",
70 "//chrome:strings", 70 "//chrome:strings",
71 "//chrome/app/theme:theme_resources", 71 "//chrome/app/theme:theme_resources",
72 "//chrome/common:constants", 72 "//chrome/common:constants",
73 "//chrome/common/safe_browsing:proto", 73 "//chrome/common/safe_browsing:proto",
74 "//chrome/common/variations:fieldtrial_testing_config", 74 "//chrome/common/variations:fieldtrial_testing_config",
75 "//chrome/installer/util:with_no_strings", 75 "//chrome/installer/util:with_no_strings",
76 "//components/cast_certificate",
76 "//components/cdm/common", 77 "//components/cdm/common",
77 "//components/cloud_devices/common", 78 "//components/cloud_devices/common",
78 "//components/component_updater", 79 "//components/component_updater",
79 "//components/content_settings/core/common", 80 "//components/content_settings/core/common",
80 "//components/crash/core/common", 81 "//components/crash/core/common",
81 "//components/data_reduction_proxy/content/common", 82 "//components/data_reduction_proxy/content/common",
82 "//components/dom_distiller/core", 83 "//components/dom_distiller/core",
83 "//components/error_page/common", 84 "//components/error_page/common",
84 "//components/favicon_base", 85 "//components/favicon_base",
85 "//components/flags_ui:switches", 86 "//components/flags_ui:switches",
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 mojom("mojo_bindings") { 431 mojom("mojo_bindings") {
431 sources = [ 432 sources = [
432 "image_decoder.mojom", 433 "image_decoder.mojom",
433 "resource_usage_reporter.mojom", 434 "resource_usage_reporter.mojom",
434 ] 435 ]
435 436
436 public_deps = [ 437 public_deps = [
437 "//skia/public/interfaces", 438 "//skia/public/interfaces",
438 ] 439 ]
439 } 440 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698