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

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: Removed unnecessary dependency Created 5 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 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/content/browser/content_history_backend_unittest.cc', 224 'history/content/browser/content_history_backend_unittest.cc',
222 'history/core/browser/android/android_history_types_unittest.cc', 225 'history/core/browser/android/android_history_types_unittest.cc',
223 'history/core/browser/history_backend_unittest.cc', 226 'history/core/browser/history_backend_unittest.cc',
224 'history/core/browser/history_service_unittest.cc', 227 'history/core/browser/history_service_unittest.cc',
225 'history/core/browser/history_types_unittest.cc', 228 'history/core/browser/history_types_unittest.cc',
226 'history/core/browser/top_sites_cache_unittest.cc', 229 'history/core/browser/top_sites_cache_unittest.cc',
227 'history/core/browser/top_sites_database_unittest.cc', 230 'history/core/browser/top_sites_database_unittest.cc',
228 'history/core/browser/url_database_unittest.cc', 231 'history/core/browser/url_database_unittest.cc',
229 'history/core/browser/url_utils_unittest.cc', 232 'history/core/browser/url_utils_unittest.cc',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'components.gyp:dom_distiller_protos', 746 'components.gyp:dom_distiller_protos',
744 'components.gyp:dom_distiller_test_support', 747 'components.gyp:dom_distiller_test_support',
745 'components.gyp:domain_reliability', 748 'components.gyp:domain_reliability',
746 'components.gyp:enhanced_bookmarks', 749 'components.gyp:enhanced_bookmarks',
747 'components.gyp:enhanced_bookmarks_test_support', 750 'components.gyp:enhanced_bookmarks_test_support',
748 'components.gyp:favicon_base', 751 'components.gyp:favicon_base',
749 'components.gyp:favicon_core', 752 'components.gyp:favicon_core',
750 'components.gyp:gcm_driver', 753 'components.gyp:gcm_driver',
751 'components.gyp:gcm_driver_test_support', 754 'components.gyp:gcm_driver_test_support',
752 'components.gyp:google_core_browser', 755 'components.gyp:google_core_browser',
756 'components.gyp:guest_view',
757 'components.gyp:guest_view_test_support',
753 'components.gyp:history_core_browser', 758 'components.gyp:history_core_browser',
754 'components.gyp:history_core_common', 759 'components.gyp:history_core_common',
755 'components.gyp:history_core_test_support', 760 'components.gyp:history_core_test_support',
756 'components.gyp:invalidation', 761 'components.gyp:invalidation',
757 'components.gyp:invalidation_test_support', 762 'components.gyp:invalidation_test_support',
758 'components.gyp:json_schema', 763 'components.gyp:json_schema',
759 'components.gyp:keyed_service_core', 764 'components.gyp:keyed_service_core',
760 'components.gyp:language_usage_metrics', 765 'components.gyp:language_usage_metrics',
761 'components.gyp:leveldb_proto', 766 'components.gyp:leveldb_proto',
762 'components.gyp:leveldb_proto_test_support', 767 'components.gyp:leveldb_proto_test_support',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 }], 836 }],
832 [ 'cld_version==0 or cld_version==2', { 837 [ 'cld_version==0 or cld_version==2', {
833 'dependencies': [ 838 'dependencies': [
834 # Unit tests should always use statically-linked CLD data. 839 # Unit tests should always use statically-linked CLD data.
835 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 840 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
836 }], 841 }],
837 ['OS != "ios"', { 842 ['OS != "ios"', {
838 'sources': [ 843 'sources': [
839 '<@(devtools_http_handler_unittest_sources)', 844 '<@(devtools_http_handler_unittest_sources)',
840 '<@(error_page_unittest_sources)', 845 '<@(error_page_unittest_sources)',
846 '<@(guest_view_unittest_sources)',
841 '<@(navigation_interception_unittest_sources)', 847 '<@(navigation_interception_unittest_sources)',
842 '<@(network_hints_unittest_sources)', 848 '<@(network_hints_unittest_sources)',
843 '<@(power_unittest_sources)', 849 '<@(power_unittest_sources)',
844 '<@(scheduler_unittest_sources)', 850 '<@(scheduler_unittest_sources)',
845 '<@(storage_monitor_unittest_sources)', 851 '<@(storage_monitor_unittest_sources)',
846 '<@(ui_unittest_sources)', 852 '<@(ui_unittest_sources)',
847 '<@(visitedlink_unittest_sources)', 853 '<@(visitedlink_unittest_sources)',
848 '<@(web_cache_unittest_sources)', 854 '<@(web_cache_unittest_sources)',
849 '<@(webcrypto_unittest_sources)', 855 '<@(webcrypto_unittest_sources)',
850 '<@(web_modal_unittest_sources)', 856 '<@(web_modal_unittest_sources)',
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1436 ], 1442 ],
1437 'variables': { 1443 'variables': {
1438 'test_suite_name': 'components_unittests', 1444 'test_suite_name': 'components_unittests',
1439 }, 1445 },
1440 'includes': [ '../build/apk_test.gypi' ], 1446 'includes': [ '../build/apk_test.gypi' ],
1441 }, 1447 },
1442 ], 1448 ],
1443 }], 1449 }],
1444 ], 1450 ],
1445 } 1451 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698