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

Side by Side Diff: components/components_tests.gyp

Issue 485893007: Rename components/breakpad to components/crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + iOS tests 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 | Annotate | Revision Log
« 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'autofill/core/browser/webdata/web_data_service_unittest.cc', 65 'autofill/core/browser/webdata/web_data_service_unittest.cc',
66 'autofill/core/common/form_data_unittest.cc', 66 'autofill/core/common/form_data_unittest.cc',
67 'autofill/core/common/form_field_data_unittest.cc', 67 'autofill/core/common/form_field_data_unittest.cc',
68 'autofill/core/common/password_form_fill_data_unittest.cc', 68 'autofill/core/common/password_form_fill_data_unittest.cc',
69 'autofill/core/common/save_password_progress_logger_unittest.cc', 69 'autofill/core/common/save_password_progress_logger_unittest.cc',
70 'bookmarks/browser/bookmark_codec_unittest.cc', 70 'bookmarks/browser/bookmark_codec_unittest.cc',
71 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', 71 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc',
72 'bookmarks/browser/bookmark_index_unittest.cc', 72 'bookmarks/browser/bookmark_index_unittest.cc',
73 'bookmarks/browser/bookmark_model_unittest.cc', 73 'bookmarks/browser/bookmark_model_unittest.cc',
74 'bookmarks/browser/bookmark_utils_unittest.cc', 74 'bookmarks/browser/bookmark_utils_unittest.cc',
75 'breakpad/app/crash_keys_win_unittest.cc', 75 'crash/app/crash_keys_win_unittest.cc',
76 'captive_portal/captive_portal_detector_unittest.cc', 76 'captive_portal/captive_portal_detector_unittest.cc',
77 'cloud_devices/common/cloud_devices_urls_unittest.cc', 77 'cloud_devices/common/cloud_devices_urls_unittest.cc',
78 'cloud_devices/common/printer_description_unittest.cc', 78 'cloud_devices/common/printer_description_unittest.cc',
79 'crx_file/id_util_unittest.cc', 79 'crx_file/id_util_unittest.cc',
80 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand ler_unittest.cc', 80 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand ler_unittest.cc',
81 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un ittest.cc', 81 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un ittest.cc',
82 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc', 82 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc',
83 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c c', 83 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c c',
84 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest .cc', 84 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest .cc',
85 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest .cc', 85 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest .cc',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'components.gyp:auto_login_parser', 260 'components.gyp:auto_login_parser',
261 261
262 # Dependencies of autofill 262 # Dependencies of autofill
263 'components.gyp:autofill_core_browser', 263 'components.gyp:autofill_core_browser',
264 'components.gyp:autofill_core_common', 264 'components.gyp:autofill_core_common',
265 'components.gyp:autofill_core_test_support', 265 'components.gyp:autofill_core_test_support',
266 'components_strings.gyp:components_strings', 266 'components_strings.gyp:components_strings',
267 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 267 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
268 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util', 268 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util',
269 269
270 # Dependencies of breakpad
271 'components.gyp:breakpad_test_support',
272
273 # Dependencies of bookmarks 270 # Dependencies of bookmarks
274 'components.gyp:bookmarks_browser', 271 'components.gyp:bookmarks_browser',
275 'components.gyp:bookmarks_test_support', 272 'components.gyp:bookmarks_test_support',
276 273
277 # Dependencies of captive_portal 274 # Dependencies of captive_portal
278 'components.gyp:captive_portal_test_support', 275 'components.gyp:captive_portal_test_support',
279 '../net/net.gyp:net_test_support', 276 '../net/net.gyp:net_test_support',
280 277
281 # Dependencies of cloud_devices 278 # Dependencies of cloud_devices
282 'components.gyp:cloud_devices_common', 279 'components.gyp:cloud_devices_common',
283 280
281 # Dependencies of crash
282 'components.gyp:crash_test_support',
283
284 # Dependencies of crx_file 284 # Dependencies of crx_file
285 'components.gyp:crx_file', 285 'components.gyp:crx_file',
286 286
287 # Dependencies of data_reduction_proxy 287 # Dependencies of data_reduction_proxy
288 'components.gyp:data_reduction_proxy_browser', 288 'components.gyp:data_reduction_proxy_browser',
289 'components.gyp:data_reduction_proxy_common', 289 'components.gyp:data_reduction_proxy_common',
290 'components.gyp:data_reduction_proxy_test_support', 290 'components.gyp:data_reduction_proxy_test_support',
291 291
292 # Dependencies of dom_distiller 292 # Dependencies of dom_distiller
293 'components.gyp:distilled_page_proto', 293 'components.gyp:distilled_page_proto',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 ], 472 ],
473 }, { # 'OS == "ios"' 473 }, { # 'OS == "ios"'
474 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], 474 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'],
475 'sources/': [ 475 'sources/': [
476 ['exclude', '\\.cc$'], 476 ['exclude', '\\.cc$'],
477 ['exclude', '\\.mm$'], 477 ['exclude', '\\.mm$'],
478 ['include', '^test/run_all_unittests\\.cc$'], 478 ['include', '^test/run_all_unittests\\.cc$'],
479 ['include', '^auto_login_parser/'], 479 ['include', '^auto_login_parser/'],
480 ['include', '^autofill/core/'], 480 ['include', '^autofill/core/'],
481 ['include', '^bookmarks/'], 481 ['include', '^bookmarks/'],
482 ['include', '^crash/'],
482 ['include', '^data_reduction_proxy/'], 483 ['include', '^data_reduction_proxy/'],
483 ['include', '^dom_distiller/'], 484 ['include', '^dom_distiller/'],
484 ['include', '^enhanced_bookmarks/'], 485 ['include', '^enhanced_bookmarks/'],
485 ['include', '^gcm_driver/'], 486 ['include', '^gcm_driver/'],
486 ['include', '^history/'], 487 ['include', '^history/'],
487 ['include', '^invalidation/'], 488 ['include', '^invalidation/'],
488 ['include', '^json_schema/'], 489 ['include', '^json_schema/'],
489 ['include', '^keyed_service/core/'], 490 ['include', '^keyed_service/core/'],
490 ['include', '^language_usage_metrics/'], 491 ['include', '^language_usage_metrics/'],
491 ['include', '^leveldb_proto/'], 492 ['include', '^leveldb_proto/'],
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 'dependencies': [ 912 'dependencies': [
912 '../base/allocator/allocator.gyp:allocator', 913 '../base/allocator/allocator.gyp:allocator',
913 ], 914 ],
914 }], 915 }],
915 ], 916 ],
916 }, 917 },
917 ], 918 ],
918 }], 919 }],
919 ], 920 ],
920 } 921 }
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