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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'browser/net/net_log_temp_file_unittest.cc', 152 'browser/net/net_log_temp_file_unittest.cc',
153 'browser/net/predictor_unittest.cc', 153 'browser/net/predictor_unittest.cc',
154 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', 154 'browser/net/pref_proxy_config_tracker_impl_unittest.cc',
155 'browser/net/probe_message_unittest.cc', 155 'browser/net/probe_message_unittest.cc',
156 'browser/net/quota_policy_channel_id_store_unittest.cc', 156 'browser/net/quota_policy_channel_id_store_unittest.cc',
157 'browser/net/safe_search_util_unittest.cc', 157 'browser/net/safe_search_util_unittest.cc',
158 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc', 158 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc',
159 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', 159 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc',
160 'browser/net/ssl_config_service_manager_pref_unittest.cc', 160 'browser/net/ssl_config_service_manager_pref_unittest.cc',
161 'browser/net/url_info_unittest.cc', 161 'browser/net/url_info_unittest.cc',
162 'browser/offline_pages/offline_page_mhtml_archiver_unittest.cc',
163 'browser/offline_pages/offline_page_metadata_store_impl_unittest.cc', 162 'browser/offline_pages/offline_page_metadata_store_impl_unittest.cc',
164 'browser/password_manager/chrome_password_manager_client_unittest.cc', 163 'browser/password_manager/chrome_password_manager_client_unittest.cc',
165 'browser/password_manager/password_manager_internals_service_unittest.cc', 164 'browser/password_manager/password_manager_internals_service_unittest.cc',
166 'browser/password_manager/password_manager_metrics_util_unittest.cc', 165 'browser/password_manager/password_manager_metrics_util_unittest.cc',
167 'browser/password_manager/password_store_mac_unittest.cc', 166 'browser/password_manager/password_store_mac_unittest.cc',
168 'browser/password_manager/password_store_proxy_mac_unittest.cc', 167 'browser/password_manager/password_store_proxy_mac_unittest.cc',
169 'browser/password_manager/password_store_win_unittest.cc', 168 'browser/password_manager/password_store_win_unittest.cc',
170 'browser/password_manager/password_store_x_unittest.cc', 169 'browser/password_manager/password_store_x_unittest.cc',
171 'browser/password_manager/save_password_infobar_delegate_unittest.cc', 170 'browser/password_manager/save_password_infobar_delegate_unittest.cc',
172 'browser/password_manager/simple_password_store_mac_unittest.cc', 171 'browser/password_manager/simple_password_store_mac_unittest.cc',
(...skipping 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1633 'browser/ui/app_list/test/fake_profile.cc', 1632 'browser/ui/app_list/test/fake_profile.cc',
1634 'browser/ui/app_list/test/fake_profile.h', 1633 'browser/ui/app_list/test/fake_profile.h',
1635 'browser/ui/app_list/test/fake_profile_store.cc', 1634 'browser/ui/app_list/test/fake_profile_store.cc',
1636 'browser/ui/app_list/test/fake_profile_store.h', 1635 'browser/ui/app_list/test/fake_profile_store.h',
1637 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 1636 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
1638 ], 1637 ],
1639 # ChromeOS only sources of app_list. 1638 # ChromeOS only sources of app_list.
1640 'chrome_unit_tests_app_list_chromeos_sources': [ 1639 'chrome_unit_tests_app_list_chromeos_sources': [
1641 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa der_unittest.cc', 1640 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa der_unittest.cc',
1642 ], 1641 ],
1642 # Sources for Offline pages. For now only for Android.
1643 'chrome_unit_tests_offline_pages_sources': [
1644 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc',
1645 ],
1643 }, 1646 },
1644 'targets': [ 1647 'targets': [
1645 { 1648 {
1646 # This target contains mocks and test utilities that don't belong in 1649 # This target contains mocks and test utilities that don't belong in
1647 # production libraries but are used by more than one test executable. 1650 # production libraries but are used by more than one test executable.
1648 # 1651 #
1649 # GN version: //chrome/test:test_support 1652 # GN version: //chrome/test:test_support
1650 'target_name': 'test_support_common', 1653 'target_name': 'test_support_common',
1651 'type': 'static_library', 1654 'type': 'static_library',
1652 'dependencies': [ 1655 'dependencies': [
(...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after
2640 ], 2643 ],
2641 'sources!': [ 2644 'sources!': [
2642 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc', 2645 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc',
2643 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' , 2646 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' ,
2644 ], 2647 ],
2645 }], 2648 }],
2646 ['OS != "android" and chromeos == 0', { 2649 ['OS != "android" and chromeos == 0', {
2647 'sources': [ '<@(chrome_unit_tests_non_android_or_chromeos_sources)' ] , 2650 'sources': [ '<@(chrome_unit_tests_non_android_or_chromeos_sources)' ] ,
2648 }], 2651 }],
2649 ['OS=="android"', { 2652 ['OS=="android"', {
2653 'sources': [ '<@(chrome_unit_tests_offline_pages_sources)' ],
2650 'dependencies!': [ 2654 'dependencies!': [
2651 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2655 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2652 ], 2656 ],
2653 'sources!': [ 2657 'sources!': [
2654 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', 2658 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
2655 ], 2659 ],
2656 'ldflags': [ 2660 'ldflags': [
2657 # Some android targets still depend on --gc-sections to link. 2661 # Some android targets still depend on --gc-sections to link.
2658 # TODO: remove --gc-sections for Debug builds (crbug.com/159847). 2662 # TODO: remove --gc-sections for Debug builds (crbug.com/159847).
2659 '-Wl,--gc-sections', 2663 '-Wl,--gc-sections',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
2891 'dependencies': [ 2895 'dependencies': [
2892 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2896 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2893 ], 2897 ],
2894 }], 2898 }],
2895 ], 2899 ],
2896 }, 2900 },
2897 ], 2901 ],
2898 }], 2902 }],
2899 ], # 'conditions' 2903 ], # 'conditions'
2900 } 2904 }
OLDNEW
« 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