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

Side by Side Diff: components/offline_pages/background/BUILD.gn

Issue 1914333002: Adding a BUILD file for both gyp and gn for the new background_offlining (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More CR feedback per fgorski. 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
OLDNEW
(Empty)
1 # Copyright 2016 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/rules.gni")
7 }
8
9 # GYP: //components/offline_pages/offline_pages.gypi:background_offliner
10 static_library("background_offliner") {
11 sources = [
12 "offliner.h",
13 "request_coordinator.cc",
14 "request_coordinator.h",
15 "scheduler.h",
16 ]
17
18 deps = [
19 "//base",
20 "//components/offline_pages:offline_pages",
21 "//net",
22 "//url",
23 ]
24 }
OLDNEW
« no previous file with comments | « components/offline_pages.gypi ('k') | components/offline_pages/background/request_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698