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

Side by Side Diff: components/components_tests.gyp

Issue 887173002: components: Cleanup and sort one more components_unittests deps list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'components.gyp:enhanced_bookmarks', 362 'components.gyp:enhanced_bookmarks',
363 'components.gyp:enhanced_bookmarks_test_support', 363 'components.gyp:enhanced_bookmarks_test_support',
364 'components.gyp:favicon_base', 364 'components.gyp:favicon_base',
365 'components.gyp:feedback_component', 365 'components.gyp:feedback_component',
366 'components.gyp:gcm_driver', 366 'components.gyp:gcm_driver',
367 'components.gyp:gcm_driver_test_support', 367 'components.gyp:gcm_driver_test_support',
368 'components.gyp:google_core_browser', 368 'components.gyp:google_core_browser',
369 'components.gyp:history_core_browser', 369 'components.gyp:history_core_browser',
370 'components.gyp:history_core_common', 370 'components.gyp:history_core_common',
371 'components.gyp:history_core_test_support', 371 'components.gyp:history_core_test_support',
372
373 # Dependencies of invalidation
374 'components.gyp:invalidation', 372 'components.gyp:invalidation',
375 'components.gyp:invalidation_test_support', 373 'components.gyp:invalidation_test_support',
376 'components.gyp:json_schema', 374 'components.gyp:json_schema',
377 'components.gyp:keyed_service_core', 375 'components.gyp:keyed_service_core',
378 'components.gyp:language_usage_metrics', 376 'components.gyp:language_usage_metrics',
379 'components.gyp:leveldb_proto', 377 'components.gyp:leveldb_proto',
380 'components.gyp:leveldb_proto_test_support', 378 'components.gyp:leveldb_proto_test_support',
381 'components.gyp:login', 379 'components.gyp:login',
382 'components.gyp:metrics', 380 'components.gyp:metrics',
383 'components.gyp:metrics_gpu', 381 'components.gyp:metrics_gpu',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 ['include', '^sessions/serialized_navigation_entry_unittest\\.cc $'], 547 ['include', '^sessions/serialized_navigation_entry_unittest\\.cc $'],
550 ['exclude', '^signin/core/browser/mutable_profile_oauth2_token_s ervice_unittest\\.cc$'], 548 ['exclude', '^signin/core/browser/mutable_profile_oauth2_token_s ervice_unittest\\.cc$'],
551 ['include', '^suggestions/'], 549 ['include', '^suggestions/'],
552 ['include', '^sync_driver/'], 550 ['include', '^sync_driver/'],
553 ['include', '^translate/'], 551 ['include', '^translate/'],
554 ['include', '^url_fixer/'], 552 ['include', '^url_fixer/'],
555 ['include', '^variations/'], 553 ['include', '^variations/'],
556 ['include', '^webp_transcode/'], 554 ['include', '^webp_transcode/'],
557 ], 555 ],
558 'dependencies': [ 556 'dependencies': [
559 # Dependencies of sessions
560 'components.gyp:sessions_ios',
561
562 # Dependencies of signin
563 'components.gyp:signin_ios_browser',
564
565 # Dependencies of translate
566 'components.gyp:translate_ios_browser',
567
568 # Dependencies of webp_transcode
569 'components.gyp:webp_transcode',
570
571 '../ios/ios_tests.gyp:test_support_ios', 557 '../ios/ios_tests.gyp:test_support_ios',
572 '../ios/web/ios_web.gyp:test_support_ios_web', 558 '../ios/web/ios_web.gyp:test_support_ios_web',
573 '../third_party/ocmock/ocmock.gyp:ocmock', 559 '../third_party/ocmock/ocmock.gyp:ocmock',
560 'components.gyp:sessions_ios',
561 'components.gyp:signin_ios_browser',
562 'components.gyp:translate_ios_browser',
563 'components.gyp:webp_transcode',
574 ], 564 ],
575 'actions': [ 565 'actions': [
576 { 566 {
577 'action_name': 'copy_test_data', 567 'action_name': 'copy_test_data',
578 'variables': { 568 'variables': {
579 'test_data_files': [ 569 'test_data_files': [
580 'test/data', 570 'test/data',
581 ], 571 ],
582 'test_data_prefix': 'components', 572 'test_data_prefix': 'components',
583 }, 573 },
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 '../build/isolate.gypi', 1056 '../build/isolate.gypi',
1067 ], 1057 ],
1068 'sources': [ 1058 'sources': [
1069 'components_unittests.isolate', 1059 'components_unittests.isolate',
1070 ], 1060 ],
1071 }, 1061 },
1072 ], 1062 ],
1073 }], 1063 }],
1074 ], 1064 ],
1075 } 1065 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698