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

Side by Side Diff: components/components_tests.gyp

Issue 584013002: Componentize history_types.{cc,h} and android_history_types.{cc,h} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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_tests_unit.gypi ('k') | components/history.gypi » ('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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'feedback/feedback_data_unittest.cc', 126 'feedback/feedback_data_unittest.cc',
127 'feedback/feedback_uploader_unittest.cc', 127 'feedback/feedback_uploader_unittest.cc',
128 'gcm_driver/gcm_account_mapper_unittest.cc', 128 'gcm_driver/gcm_account_mapper_unittest.cc',
129 'gcm_driver/gcm_channel_status_request_unittest.cc', 129 'gcm_driver/gcm_channel_status_request_unittest.cc',
130 'gcm_driver/gcm_client_impl_unittest.cc', 130 'gcm_driver/gcm_client_impl_unittest.cc',
131 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 131 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
132 'gcm_driver/gcm_driver_desktop_unittest.cc', 132 'gcm_driver/gcm_driver_desktop_unittest.cc',
133 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 133 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
134 'google/core/browser/google_url_tracker_unittest.cc', 134 'google/core/browser/google_url_tracker_unittest.cc',
135 'google/core/browser/google_util_unittest.cc', 135 'google/core/browser/google_util_unittest.cc',
136 'history/core/android/android_history_types_unittest.cc',
137 'history/core/browser/history_types_unittest.cc',
136 'history/core/browser/url_database_unittest.cc', 138 'history/core/browser/url_database_unittest.cc',
137 'history/core/common/thumbnail_score_unittest.cc', 139 'history/core/common/thumbnail_score_unittest.cc',
138 'invalidation/invalidation_logger_unittest.cc', 140 'invalidation/invalidation_logger_unittest.cc',
139 'json_schema/json_schema_validator_unittest.cc', 141 'json_schema/json_schema_validator_unittest.cc',
140 'json_schema/json_schema_validator_unittest_base.cc', 142 'json_schema/json_schema_validator_unittest_base.cc',
141 'json_schema/json_schema_validator_unittest_base.h', 143 'json_schema/json_schema_validator_unittest_base.h',
142 'keyed_service/content/browser_context_dependency_manager_unittest.c c', 144 'keyed_service/content/browser_context_dependency_manager_unittest.c c',
143 'keyed_service/core/dependency_graph_unittest.cc', 145 'keyed_service/core/dependency_graph_unittest.cc',
144 'language_usage_metrics/language_usage_metrics_unittest.cc', 146 'language_usage_metrics/language_usage_metrics_unittest.cc',
145 'leveldb_proto/proto_database_impl_unittest.cc', 147 'leveldb_proto/proto_database_impl_unittest.cc',
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'feedback/feedback_uploader_unittest.cc', 611 'feedback/feedback_uploader_unittest.cc',
610 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 612 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
611 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc', 613 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc',
612 'storage_monitor/media_storage_util_unittest.cc', 614 'storage_monitor/media_storage_util_unittest.cc',
613 'storage_monitor/storage_info_unittest.cc', 615 'storage_monitor/storage_info_unittest.cc',
614 'storage_monitor/storage_monitor_unittest.cc', 616 'storage_monitor/storage_monitor_unittest.cc',
615 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 617 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
616 ], 618 ],
617 'dependencies': [ 619 'dependencies': [
618 '../testing/android/native_test.gyp:native_test_native_code', 620 '../testing/android/native_test.gyp:native_test_native_code',
621 'components.gyp:history_core_android',
619 ], 622 ],
620 'dependencies!': [ 623 'dependencies!': [
621 'components.gyp:feedback_component', 624 'components.gyp:feedback_component',
622 'components.gyp:storage_monitor', 625 'components.gyp:storage_monitor',
623 'components.gyp:storage_monitor_test_support', 626 'components.gyp:storage_monitor_test_support',
624 'components.gyp:web_modal', 627 'components.gyp:web_modal',
625 'components.gyp:web_modal_test_support', 628 'components.gyp:web_modal_test_support',
626 ], 629 ],
627 }], 630 }],
628 ['OS != "android"', { 631 ['OS != "android"', {
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'dependencies': [ 955 'dependencies': [
953 '../base/allocator/allocator.gyp:allocator', 956 '../base/allocator/allocator.gyp:allocator',
954 ], 957 ],
955 }], 958 }],
956 ], 959 ],
957 }, 960 },
958 ], 961 ],
959 }], 962 }],
960 ], 963 ],
961 } 964 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/history.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698