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

Side by Side Diff: components/download/public/BUILD.gn

Issue 2851303003: Add the download component and initial setup (Closed)
Patch Set: Addressed comments Created 3 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
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 if (is_android) {
6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni")
8 }
9
10 source_set("public") {
11 sources = [
12 "client.h",
13 "clients.h",
14 "download_params.cc",
15 "download_params.h",
16 "download_service.h",
17 ]
18
19 deps = [
20 "//components/keyed_service/core",
21 ]
22
23 public_deps = [
24 "//base",
25 "//net",
26 "//url",
27 ]
28 }
OLDNEW
« no previous file with comments | « components/download/internal/download_service_impl_unittest.cc ('k') | components/download/public/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698