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

Side by Side Diff: components/components_tests.gyp

Issue 459513002: Massive refactor of the Android invalidation code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try removing invalidation_unittests and using components_unittests instead. 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
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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 'password_manager/core/browser/password_store_default_unittest.c c', 596 'password_manager/core/browser/password_store_default_unittest.c c',
597 ], 597 ],
598 }], 598 }],
599 ['OS == "android"', { 599 ['OS == "android"', {
600 'sources!': [ 600 'sources!': [
601 'gcm_driver/gcm_account_mapper_unittest.cc', 601 'gcm_driver/gcm_account_mapper_unittest.cc',
602 'gcm_driver/gcm_channel_status_request_unittest.cc', 602 'gcm_driver/gcm_channel_status_request_unittest.cc',
603 'gcm_driver/gcm_client_impl_unittest.cc', 603 'gcm_driver/gcm_client_impl_unittest.cc',
604 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 604 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
605 'gcm_driver/gcm_driver_desktop_unittest.cc', 605 'gcm_driver/gcm_driver_desktop_unittest.cc',
606 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
606 'feedback/feedback_common_unittest.cc', 607 'feedback/feedback_common_unittest.cc',
607 'feedback/feedback_data_unittest.cc', 608 'feedback/feedback_data_unittest.cc',
608 'feedback/feedback_uploader_unittest.cc', 609 'feedback/feedback_uploader_unittest.cc',
609 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 610 'invalidation/invalidation_service_android_unittest.cc',
610 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc', 611 'signin/core/browser/mutable_profile_oauth2_token_service_unitte st.cc',
611 'storage_monitor/media_storage_util_unittest.cc', 612 'storage_monitor/media_storage_util_unittest.cc',
612 'storage_monitor/storage_info_unittest.cc', 613 'storage_monitor/storage_info_unittest.cc',
613 'storage_monitor/storage_monitor_unittest.cc', 614 'storage_monitor/storage_monitor_unittest.cc',
614 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 615 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
615 ], 616 ],
616 'dependencies': [ 617 'dependencies': [
618 'components.gyp:invalidation',
619 'components.gyp:invalidation_test_support',
617 '../testing/android/native_test.gyp:native_test_native_code', 620 '../testing/android/native_test.gyp:native_test_native_code',
618 ], 621 ],
619 'dependencies!': [ 622 'dependencies!': [
620 'components.gyp:feedback_component', 623 'components.gyp:feedback_component',
621 'components.gyp:storage_monitor', 624 'components.gyp:storage_monitor',
622 'components.gyp:storage_monitor_test_support', 625 'components.gyp:storage_monitor_test_support',
623 'components.gyp:web_modal', 626 'components.gyp:web_modal',
624 'components.gyp:web_modal_test_support', 627 'components.gyp:web_modal_test_support',
625 ], 628 ],
626 }], 629 }],
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 'dependencies': [ 954 'dependencies': [
952 '../base/allocator/allocator.gyp:allocator', 955 '../base/allocator/allocator.gyp:allocator',
953 ], 956 ],
954 }], 957 }],
955 ], 958 ],
956 }, 959 },
957 ], 960 ],
958 }], 961 }],
959 ], 962 ],
960 } 963 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698