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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 348083004: [Android] Disable download protection and client side detection services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert change in database_manager.h Created 6 years, 5 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2631 matching lines...) Expand 10 before | Expand all | Expand 10 after
2642 # Bookmark undo is not used on Android. 2642 # Bookmark undo is not used on Android.
2643 'browser/undo/bookmark_undo_service_test.cc', 2643 'browser/undo/bookmark_undo_service_test.cc',
2644 'browser/undo/undo_manager_test.cc', 2644 'browser/undo/undo_manager_test.cc',
2645 2645
2646 # URL elider is not used on android. 2646 # URL elider is not used on android.
2647 'browser/ui/tests/elide_url_unittest.cc', 2647 'browser/ui/tests/elide_url_unittest.cc',
2648 2648
2649 # GCMDriverAndroid is not yet implemented. 2649 # GCMDriverAndroid is not yet implemented.
2650 'browser/extensions/extension_gcm_app_handler_unittest.cc', 2650 'browser/extensions/extension_gcm_app_handler_unittest.cc',
2651 'browser/services/gcm/gcm_profile_service_unittest.cc', 2651 'browser/services/gcm/gcm_profile_service_unittest.cc',
2652
2653 # Android doesn't support download feedbacks.
2654 'browser/safe_browsing/download_feedback_unittest.cc',
2655 'browser/safe_browsing/download_feedback_service_unittest.cc',
Scott Hess - ex-Googler 2014/07/08 19:24:30 Order 's' above 'u' in this section.
2656 'browser/safe_browsing/download_protection_service_unittest.cc',
2657 'browser/safe_browsing/two_phase_uploader_unittest.cc',
2652 ], 2658 ],
2653 'sources/': [ 2659 'sources/': [
2654 ['exclude', '^browser/captive_portal/'], 2660 ['exclude', '^browser/captive_portal/'],
2655 ['exclude', '^browser/diagnostics/'], 2661 ['exclude', '^browser/diagnostics/'],
2656 ['exclude', '^browser/first_run/'], 2662 ['exclude', '^browser/first_run/'],
2657 ['exclude', '^browser/lifetime/'], 2663 ['exclude', '^browser/lifetime/'],
2658 ['exclude', '^browser/media_galleries/'], 2664 ['exclude', '^browser/media_galleries/'],
2659 ['exclude', '^browser/net/firefox_*'], 2665 ['exclude', '^browser/net/firefox_*'],
2660 ['exclude', '^browser/profile_resetter/'], 2666 ['exclude', '^browser/profile_resetter/'],
2661 ['exclude', '^browser/speech/'], 2667 ['exclude', '^browser/speech/'],
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
2906 'unit_tests.isolate', 2912 'unit_tests.isolate',
2907 ], 2913 ],
2908 'sources': [ 2914 'sources': [
2909 'unit_tests.isolate', 2915 'unit_tests.isolate',
2910 ], 2916 ],
2911 }, 2917 },
2912 ], 2918 ],
2913 }], 2919 }],
2914 ], # 'conditions' 2920 ], # 'conditions'
2915 } 2921 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698