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

Side by Side Diff: components/components_tests.gyp

Issue 1315303004: Turn components/crash into a layered component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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 | « components/components.gyp ('k') | components/crash.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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'content_settings/core/browser/content_settings_mock_provider.h', 112 'content_settings/core/browser/content_settings_mock_provider.h',
113 'content_settings/core/browser/content_settings_registry_unittest.cc', 113 'content_settings/core/browser/content_settings_registry_unittest.cc',
114 'content_settings/core/browser/content_settings_rule_unittest.cc', 114 'content_settings/core/browser/content_settings_rule_unittest.cc',
115 'content_settings/core/browser/content_settings_utils_unittest.cc', 115 'content_settings/core/browser/content_settings_utils_unittest.cc',
116 'content_settings/core/browser/cookie_settings_unittest.cc', 116 'content_settings/core/browser/cookie_settings_unittest.cc',
117 'content_settings/core/browser/website_settings_registry_unittest.cc', 117 'content_settings/core/browser/website_settings_registry_unittest.cc',
118 'content_settings/core/common/content_settings_pattern_parser_unittest.cc' , 118 'content_settings/core/common/content_settings_pattern_parser_unittest.cc' ,
119 'content_settings/core/common/content_settings_pattern_unittest.cc', 119 'content_settings/core/common/content_settings_pattern_unittest.cc',
120 ], 120 ],
121 'crash_unittest_sources': [ 121 'crash_unittest_sources': [
122 'crash/app/crash_keys_win_unittest.cc', 122 'crash/content/app/crash_keys_win_unittest.cc',
123 ], 123 ],
124 'crx_file_unittest_sources': [ 124 'crx_file_unittest_sources': [
125 'crx_file/id_util_unittest.cc', 125 'crx_file/id_util_unittest.cc',
126 ], 126 ],
127 'data_reduction_proxy_unittest_sources': [ 127 'data_reduction_proxy_unittest_sources': [
128 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_ unittest.cc', 128 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter_ unittest.cc',
129 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_un ittest.cc', 129 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_un ittest.cc',
130 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unitt est.cc', 130 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unitt est.cc',
131 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_ unittest.cc', 131 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_ unittest.cc',
132 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval_p arams_unittest.cc', 132 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval_p arams_unittest.cc',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'error_page_unittest_sources': [ 229 'error_page_unittest_sources': [
230 'error_page/renderer/net_error_helper_core_unittest.cc', 230 'error_page/renderer/net_error_helper_core_unittest.cc',
231 ], 231 ],
232 'feedback_unittest_sources': [ 232 'feedback_unittest_sources': [
233 'feedback/feedback_common_unittest.cc', 233 'feedback/feedback_common_unittest.cc',
234 'feedback/feedback_data_unittest.cc', 234 'feedback/feedback_data_unittest.cc',
235 'feedback/feedback_uploader_chrome_unittest.cc', 235 'feedback/feedback_uploader_chrome_unittest.cc',
236 'feedback/feedback_uploader_unittest.cc', 236 'feedback/feedback_uploader_unittest.cc',
237 ], 237 ],
238 'gcm_driver_unittest_sources': [ 238 'gcm_driver_unittest_sources': [
239 'gcm_driver/gcm_account_mapper_unittest.cc',
239 'gcm_driver/gcm_account_tracker_unittest.cc', 240 'gcm_driver/gcm_account_tracker_unittest.cc',
240 'gcm_driver/gcm_account_mapper_unittest.cc',
241 'gcm_driver/gcm_channel_status_request_unittest.cc', 241 'gcm_driver/gcm_channel_status_request_unittest.cc',
242 'gcm_driver/gcm_client_impl_unittest.cc', 242 'gcm_driver/gcm_client_impl_unittest.cc',
243 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 243 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
244 'gcm_driver/gcm_driver_desktop_unittest.cc', 244 'gcm_driver/gcm_driver_desktop_unittest.cc',
245 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 245 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
246 ], 246 ],
247 'gcm_driver_crypto_unittest_sources': [ 247 'gcm_driver_crypto_unittest_sources': [
248 'gcm_driver/crypto/gcm_key_store_unittest.cc', 248 'gcm_driver/crypto/gcm_key_store_unittest.cc',
249 'gcm_driver/crypto/gcm_message_cryptographer_unittest.cc', 249 'gcm_driver/crypto/gcm_message_cryptographer_unittest.cc',
250 ], 250 ],
(...skipping 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1698 'invalidation/impl/android/junit/', 1698 'invalidation/impl/android/junit/',
1699 'policy/android/junit/' 1699 'policy/android/junit/'
1700 ], 1700 ],
1701 }, 1701 },
1702 'includes': [ '../build/host_jar.gypi' ], 1702 'includes': [ '../build/host_jar.gypi' ],
1703 }, 1703 },
1704 ], 1704 ],
1705 }], 1705 }],
1706 ], 1706 ],
1707 } 1707 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/crash.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698