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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1236403003: [Offline pages] Moving browser code to android path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Narrowing the move to archiver only due to another patch moving the rest ot components Created 5 years, 5 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 41edbc4da09d8d77fac45cb24974229050a16aaf..dc9f8ac5731910bae5e4b645b53904f58c0eac52 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -159,7 +159,6 @@
'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc',
'browser/net/ssl_config_service_manager_pref_unittest.cc',
'browser/net/url_info_unittest.cc',
- 'browser/offline_pages/offline_page_mhtml_archiver_unittest.cc',
'browser/offline_pages/offline_page_metadata_store_impl_unittest.cc',
'browser/password_manager/chrome_password_manager_client_unittest.cc',
'browser/password_manager/password_manager_internals_service_unittest.cc',
@@ -1640,6 +1639,10 @@
'chrome_unit_tests_app_list_chromeos_sources': [
'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loader_unittest.cc',
],
+ # Sources for Offline pages. For now only for Android.
+ 'chrome_unit_tests_offline_pages_sources': [
+ 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc',
+ ],
},
'targets': [
{
@@ -2647,6 +2650,7 @@
'sources': [ '<@(chrome_unit_tests_non_android_or_chromeos_sources)' ],
}],
['OS=="android"', {
+ 'sources': [ '<@(chrome_unit_tests_offline_pages_sources)' ],
'dependencies!': [
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698