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

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

Issue 2083783002: [Offline pages] Renaming the file with request queue store tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 2016 The Chromium Authors. All rights reserved. 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 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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 } 7 }
8 8
9 # GYP: //components/offline_pages/offline_pages.gypi:background_offliner 9 # GYP: //components/offline_pages/offline_pages.gypi:background_offliner
10 static_library("background_offliner") { 10 static_library("background_offliner") {
(...skipping 23 matching lines...) Expand all
34 "//net", 34 "//net",
35 "//url", 35 "//url",
36 ] 36 ]
37 } 37 }
38 38
39 source_set("unit_tests") { 39 source_set("unit_tests") {
40 testonly = true 40 testonly = true
41 sources = [ 41 sources = [
42 "request_coordinator_unittest.cc", 42 "request_coordinator_unittest.cc",
43 "request_picker_unittest.cc", 43 "request_picker_unittest.cc",
44 "request_queue_in_memory_store_unittest.cc", 44 "request_queue_store_unittest.cc",
45 "request_queue_unittest.cc", 45 "request_queue_unittest.cc",
46 "save_page_request_unittest.cc", 46 "save_page_request_unittest.cc",
47 ] 47 ]
48 48
49 deps = [ 49 deps = [
50 ":background_offliner", 50 ":background_offliner",
51 "//base", 51 "//base",
52 "//base/test:test_support", 52 "//base/test:test_support",
53 "//components/offline_pages:offline_pages", 53 "//components/offline_pages:offline_pages",
54 "//testing/gtest", 54 "//testing/gtest",
55 "//url", 55 "//url",
56 ] 56 ]
57 } 57 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/offline_pages/background/request_queue_in_memory_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698