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

Side by Side Diff: extensions/browser/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 | « extensions/BUILD.gn ('k') | extensions/browser/api/cast_channel/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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//extensions/extensions.gni") 6 import("//extensions/extensions.gni")
7 7
8 # GYP version: extensions/extensions.gyp:extensions_browser 8 # GYP version: extensions/extensions.gyp:extensions_browser
9 source_set("browser") { 9 source_set("browser") {
10 sources = [] 10 sources = []
11 11
12 deps = [ 12 deps = [
13 "//base:i18n", 13 "//base:i18n",
14 "//components/cast_certificate",
14 "//components/guest_view/browser", 15 "//components/guest_view/browser",
15 "//components/keyed_service/content", 16 "//components/keyed_service/content",
16 "//components/keyed_service/core", 17 "//components/keyed_service/core",
17 "//components/pref_registry", 18 "//components/pref_registry",
18 "//components/sessions", 19 "//components/sessions",
19 "//components/ui/zoom", 20 "//components/ui/zoom",
20 "//components/update_client", 21 "//components/update_client",
21 "//components/version_info", 22 "//components/version_info",
22 "//components/web_cache/browser", 23 "//components/web_cache/browser",
23 "//components/web_modal", 24 "//components/web_modal",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 if (proprietary_codecs && enable_wifi_display) { 106 if (proprietary_codecs && enable_wifi_display) {
106 wifi_display_sources = rebase_path( 107 wifi_display_sources = rebase_path(
107 extensions_gypi_values.extensions_browser_sources_wifi_display, 108 extensions_gypi_values.extensions_browser_sources_wifi_display,
108 ".", 109 ".",
109 "//extensions") 110 "//extensions")
110 sources += wifi_display_sources 111 sources += wifi_display_sources
111 } 112 }
112 } 113 }
113 } 114 }
114 } 115 }
OLDNEW
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/browser/api/cast_channel/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698