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

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: Addressed John's comments 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
« no previous file with comments | « components/components.gyp ('k') | components/constrained_window/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 'components.gyp:dom_distiller_protos', 747 'components.gyp:dom_distiller_protos',
745 'components.gyp:dom_distiller_test_support', 748 'components.gyp:dom_distiller_test_support',
746 'components.gyp:domain_reliability', 749 'components.gyp:domain_reliability',
747 'components.gyp:enhanced_bookmarks', 750 'components.gyp:enhanced_bookmarks',
748 'components.gyp:enhanced_bookmarks_test_support', 751 'components.gyp:enhanced_bookmarks_test_support',
749 'components.gyp:favicon_base', 752 'components.gyp:favicon_base',
750 'components.gyp:favicon_core', 753 'components.gyp:favicon_core',
751 'components.gyp:gcm_driver', 754 'components.gyp:gcm_driver',
752 'components.gyp:gcm_driver_test_support', 755 'components.gyp:gcm_driver_test_support',
753 'components.gyp:google_core_browser', 756 'components.gyp:google_core_browser',
757 'components.gyp:guest_view',
758 'components.gyp:guest_view_test_support',
754 'components.gyp:history_core_browser', 759 'components.gyp:history_core_browser',
755 'components.gyp:history_core_common', 760 'components.gyp:history_core_common',
756 'components.gyp:history_core_test_support', 761 'components.gyp:history_core_test_support',
757 'components.gyp:invalidation', 762 'components.gyp:invalidation',
758 'components.gyp:invalidation_test_support', 763 'components.gyp:invalidation_test_support',
759 'components.gyp:json_schema', 764 'components.gyp:json_schema',
760 'components.gyp:keyed_service_core', 765 'components.gyp:keyed_service_core',
761 'components.gyp:language_usage_metrics', 766 'components.gyp:language_usage_metrics',
762 'components.gyp:leveldb_proto', 767 'components.gyp:leveldb_proto',
763 'components.gyp:leveldb_proto_test_support', 768 'components.gyp:leveldb_proto_test_support',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 }], 837 }],
833 [ 'cld_version==0 or cld_version==2', { 838 [ 'cld_version==0 or cld_version==2', {
834 'dependencies': [ 839 'dependencies': [
835 # Unit tests should always use statically-linked CLD data. 840 # Unit tests should always use statically-linked CLD data.
836 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 841 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
837 }], 842 }],
838 ['OS != "ios"', { 843 ['OS != "ios"', {
839 'sources': [ 844 'sources': [
840 '<@(devtools_http_handler_unittest_sources)', 845 '<@(devtools_http_handler_unittest_sources)',
841 '<@(error_page_unittest_sources)', 846 '<@(error_page_unittest_sources)',
847 '<@(guest_view_unittest_sources)',
842 '<@(navigation_interception_unittest_sources)', 848 '<@(navigation_interception_unittest_sources)',
843 '<@(network_hints_unittest_sources)', 849 '<@(network_hints_unittest_sources)',
844 '<@(power_unittest_sources)', 850 '<@(power_unittest_sources)',
845 '<@(scheduler_unittest_sources)', 851 '<@(scheduler_unittest_sources)',
846 '<@(storage_monitor_unittest_sources)', 852 '<@(storage_monitor_unittest_sources)',
847 '<@(ui_unittest_sources)', 853 '<@(ui_unittest_sources)',
848 '<@(visitedlink_unittest_sources)', 854 '<@(visitedlink_unittest_sources)',
849 '<@(web_cache_unittest_sources)', 855 '<@(web_cache_unittest_sources)',
850 '<@(webcrypto_unittest_sources)', 856 '<@(webcrypto_unittest_sources)',
851 '<@(web_modal_unittest_sources)', 857 '<@(web_modal_unittest_sources)',
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1437 ], 1443 ],
1438 'variables': { 1444 'variables': {
1439 'test_suite_name': 'components_unittests', 1445 'test_suite_name': 'components_unittests',
1440 }, 1446 },
1441 'includes': [ '../build/apk_test.gypi' ], 1447 'includes': [ '../build/apk_test.gypi' ],
1442 }, 1448 },
1443 ], 1449 ],
1444 }], 1450 }],
1445 ], 1451 ],
1446 } 1452 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/constrained_window/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698