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

Unified Diff: components/components_tests.gyp

Issue 1950733002: Add unit test for request coordiator (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 side-by-side diff with in-line comments
Download patch
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 5dee3516087a73d68961fb6a1ae89d083a49f709..4d1a85035570f0f21e59e839619be55e3ceff8ae 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1,4 +1,4 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+ # Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -410,6 +410,7 @@
'ntp_snippets/ntp_snippets_service_unittest.cc',
],
'offline_pages_background_unittest_sources': [
+ 'offline_pages/background/request_coordinator_unittest.cc',
'offline_pages/background/request_queue_in_memory_store_unittest.cc',
'offline_pages/background/save_page_request_unittest.cc',
],

Powered by Google App Engine
This is Rietveld 408576698