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

Side by Side Diff: components/components_tests.gyp

Issue 1102173002: Move GuestView layer in browser to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test change to build Created 5 years, 8 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'gcm_driver/gcm_channel_status_request_unittest.cc', 210 'gcm_driver/gcm_channel_status_request_unittest.cc',
211 'gcm_driver/gcm_client_impl_unittest.cc', 211 'gcm_driver/gcm_client_impl_unittest.cc',
212 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 212 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
213 'gcm_driver/gcm_driver_desktop_unittest.cc', 213 'gcm_driver/gcm_driver_desktop_unittest.cc',
214 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 214 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
215 ], 215 ],
216 'google_unittest_sources': [ 216 'google_unittest_sources': [
217 'google/core/browser/google_url_tracker_unittest.cc', 217 'google/core/browser/google_url_tracker_unittest.cc',
218 'google/core/browser/google_util_unittest.cc', 218 'google/core/browser/google_util_unittest.cc',
219 ], 219 ],
220 'guest_view_unittest_sources': [
221 'guest_view/browser/guest_view_manager_unittest.cc'
222 ],
220 'history_unittest_sources': [ 223 'history_unittest_sources': [
221 'history/core/browser/android/android_history_types_unittest.cc', 224 'history/core/browser/android/android_history_types_unittest.cc',
222 'history/core/browser/history_types_unittest.cc', 225 'history/core/browser/history_types_unittest.cc',
223 'history/core/browser/top_sites_cache_unittest.cc', 226 'history/core/browser/top_sites_cache_unittest.cc',
224 'history/core/browser/top_sites_database_unittest.cc', 227 'history/core/browser/top_sites_database_unittest.cc',
225 'history/core/browser/url_database_unittest.cc', 228 'history/core/browser/url_database_unittest.cc',
226 'history/core/browser/url_utils_unittest.cc', 229 'history/core/browser/url_utils_unittest.cc',
227 'history/core/browser/visit_database_unittest.cc', 230 'history/core/browser/visit_database_unittest.cc',
228 'history/core/browser/visit_filter_unittest.cc', 231 'history/core/browser/visit_filter_unittest.cc',
229 'history/core/browser/visit_tracker_unittest.cc', 232 'history/core/browser/visit_tracker_unittest.cc',
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'components.gyp:dom_distiller_protos', 736 'components.gyp:dom_distiller_protos',
734 'components.gyp:dom_distiller_test_support', 737 'components.gyp:dom_distiller_test_support',
735 'components.gyp:domain_reliability', 738 'components.gyp:domain_reliability',
736 'components.gyp:enhanced_bookmarks', 739 'components.gyp:enhanced_bookmarks',
737 'components.gyp:enhanced_bookmarks_test_support', 740 'components.gyp:enhanced_bookmarks_test_support',
738 'components.gyp:favicon_base', 741 'components.gyp:favicon_base',
739 'components.gyp:favicon_core', 742 'components.gyp:favicon_core',
740 'components.gyp:gcm_driver', 743 'components.gyp:gcm_driver',
741 'components.gyp:gcm_driver_test_support', 744 'components.gyp:gcm_driver_test_support',
742 'components.gyp:google_core_browser', 745 'components.gyp:google_core_browser',
746 'components.gyp:guest_view',
747 'components.gyp:guest_view_test_support',
743 'components.gyp:history_core_browser', 748 'components.gyp:history_core_browser',
744 'components.gyp:history_core_common', 749 'components.gyp:history_core_common',
745 'components.gyp:history_core_test_support', 750 'components.gyp:history_core_test_support',
746 'components.gyp:invalidation', 751 'components.gyp:invalidation',
747 'components.gyp:invalidation_test_support', 752 'components.gyp:invalidation_test_support',
748 'components.gyp:json_schema', 753 'components.gyp:json_schema',
749 'components.gyp:keyed_service_core', 754 'components.gyp:keyed_service_core',
750 'components.gyp:language_usage_metrics', 755 'components.gyp:language_usage_metrics',
751 'components.gyp:leveldb_proto', 756 'components.gyp:leveldb_proto',
752 'components.gyp:leveldb_proto_test_support', 757 'components.gyp:leveldb_proto_test_support',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 }], 825 }],
821 [ 'cld_version==0 or cld_version==2', { 826 [ 'cld_version==0 or cld_version==2', {
822 'dependencies': [ 827 'dependencies': [
823 # Unit tests should always use statically-linked CLD data. 828 # Unit tests should always use statically-linked CLD data.
824 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 829 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
825 }], 830 }],
826 ['OS != "ios"', { 831 ['OS != "ios"', {
827 'sources': [ 832 'sources': [
828 '<@(devtools_http_handler_unittest_sources)', 833 '<@(devtools_http_handler_unittest_sources)',
829 '<@(error_page_unittest_sources)', 834 '<@(error_page_unittest_sources)',
835 '<@(guest_view_unittest_sources)',
830 '<@(navigation_interception_unittest_sources)', 836 '<@(navigation_interception_unittest_sources)',
831 '<@(network_hints_unittest_sources)', 837 '<@(network_hints_unittest_sources)',
832 '<@(power_unittest_sources)', 838 '<@(power_unittest_sources)',
833 '<@(scheduler_unittest_sources)', 839 '<@(scheduler_unittest_sources)',
834 '<@(storage_monitor_unittest_sources)', 840 '<@(storage_monitor_unittest_sources)',
835 '<@(ui_unittest_sources)', 841 '<@(ui_unittest_sources)',
836 '<@(visitedlink_unittest_sources)', 842 '<@(visitedlink_unittest_sources)',
837 '<@(web_cache_unittest_sources)', 843 '<@(web_cache_unittest_sources)',
838 '<@(webcrypto_unittest_sources)', 844 '<@(webcrypto_unittest_sources)',
839 '<@(web_modal_unittest_sources)', 845 '<@(web_modal_unittest_sources)',
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 ], 1431 ],
1426 'variables': { 1432 'variables': {
1427 'test_suite_name': 'components_unittests', 1433 'test_suite_name': 'components_unittests',
1428 }, 1434 },
1429 'includes': [ '../build/apk_test.gypi' ], 1435 'includes': [ '../build/apk_test.gypi' ],
1430 }, 1436 },
1431 ], 1437 ],
1432 }], 1438 }],
1433 ], 1439 ],
1434 } 1440 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698