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

Unified Diff: components/offline_pages.gypi

Issue 1504243002: [Offline pages] Refactoring helper classes out from offline_page_model_unittest.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing gn build and addressing comments Created 5 years 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/offline_pages/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages.gypi
diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
index 322f676b0d882ef4e195856cc235c016222817b0..33e34ae4ca53acd0508a25190e1b6223451c5c85 100644
--- a/components/offline_pages.gypi
+++ b/components/offline_pages.gypi
@@ -37,6 +37,23 @@
],
},
{
+ # GN version: //components/offline_pages:test_support
+ 'target_name': 'offline_pages_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../testing/gtest.gyp:gtest',
+ '../url/url.gyp:url_lib',
+ 'offline_pages',
+ ],
+ 'sources': [
+ 'offline_pages/offline_page_test_archiver.h',
+ 'offline_pages/offline_page_test_archiver.cc',
+ 'offline_pages/offline_page_test_store.h',
+ 'offline_pages/offline_page_test_store.cc',
+ ],
+ },
+ {
# Protobuf compiler / generator for the offline page item protocol buffer.
# GN version: //components/offline_pages/proto
'target_name': 'offline_pages_proto',
« no previous file with comments | « components/components_tests.gyp ('k') | components/offline_pages/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698