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

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

Issue 2180973002: [Offline pages] Adapting OfflinePageDownloadBridge to DownloadUIAdapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui-adapter
Patch Set: Hooking up download ui adapter to offline page model and bridge Created 4 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "//components/metrics/proto:proto", 160 "//components/metrics/proto:proto",
161 "//components/metrics_services_manager", 161 "//components/metrics_services_manager",
162 "//components/mime_util", 162 "//components/mime_util",
163 "//components/navigation_metrics", 163 "//components/navigation_metrics",
164 "//components/network_session_configurator", 164 "//components/network_session_configurator",
165 "//components/network_time", 165 "//components/network_time",
166 "//components/ntp_snippets", 166 "//components/ntp_snippets",
167 "//components/ntp_tiles", 167 "//components/ntp_tiles",
168 "//components/offline_pages", 168 "//components/offline_pages",
169 "//components/offline_pages/background:background_offliner", 169 "//components/offline_pages/background:background_offliner",
170 "//components/offline_pages/downloads:offline_pages_ui_adapter",
170 "//components/omnibox/browser", 171 "//components/omnibox/browser",
171 "//components/os_crypt", 172 "//components/os_crypt",
172 "//components/packed_ct_ev_whitelist", 173 "//components/packed_ct_ev_whitelist",
173 "//components/password_manager/core/browser", 174 "//components/password_manager/core/browser",
174 "//components/password_manager/core/common", 175 "//components/password_manager/core/common",
175 "//components/policy", 176 "//components/policy",
176 "//components/policy:policy_component", 177 "//components/policy:policy_component",
177 "//components/policy/proto", 178 "//components/policy/proto",
178 "//components/proxy_config", 179 "//components/proxy_config",
179 "//components/query_parser", 180 "//components/query_parser",
(...skipping 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1381 # linking all of the test support. 1382 # linking all of the test support.
1382 static_library("pepper_cdm_test_constants") { 1383 static_library("pepper_cdm_test_constants") {
1383 testonly = true 1384 testonly = true
1384 visibility = [ "//chrome/*" ] 1385 visibility = [ "//chrome/*" ]
1385 sources = [ 1386 sources = [
1386 "media/pepper_cdm_test_constants.cc", 1387 "media/pepper_cdm_test_constants.cc",
1387 "media/pepper_cdm_test_constants.h", 1388 "media/pepper_cdm_test_constants.h",
1388 ] 1389 ]
1389 } 1390 }
1390 } 1391 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698