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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 308003005: app_list: Drive app integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fix nits Created 6 years, 6 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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 # All unittests in browser, common, renderer and service. 592 # All unittests in browser, common, renderer and service.
593 'browser/about_flags_unittest.cc', 593 'browser/about_flags_unittest.cc',
594 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', 594 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc',
595 # mock_google_location_settings_helper could logically go in 595 # mock_google_location_settings_helper could logically go in
596 # test_support_unit. However tests suites in the internal repository 596 # test_support_unit. However tests suites in the internal repository
597 # depend on an alternate implementation so instead each test suite 597 # depend on an alternate implementation so instead each test suite
598 # includes the relevant version directly. 598 # includes the relevant version directly.
599 'browser/android/mock_google_location_settings_helper.cc', 599 'browser/android/mock_google_location_settings_helper.cc',
600 'browser/android/mock_google_location_settings_helper.h', 600 'browser/android/mock_google_location_settings_helper.h',
601 'browser/app_controller_mac_unittest.mm', 601 'browser/app_controller_mac_unittest.mm',
602 'browser/apps/drive/drive_app_mapping_unittest.cc',
602 'browser/apps/ephemeral_app_service_unittest.cc', 603 'browser/apps/ephemeral_app_service_unittest.cc',
603 'browser/autocomplete/autocomplete_input_unittest.cc', 604 'browser/autocomplete/autocomplete_input_unittest.cc',
604 'browser/autocomplete/autocomplete_match_unittest.cc', 605 'browser/autocomplete/autocomplete_match_unittest.cc',
605 'browser/autocomplete/autocomplete_provider_unittest.cc', 606 'browser/autocomplete/autocomplete_provider_unittest.cc',
606 'browser/autocomplete/autocomplete_result_unittest.cc', 607 'browser/autocomplete/autocomplete_result_unittest.cc',
607 'browser/autocomplete/bookmark_provider_unittest.cc', 608 'browser/autocomplete/bookmark_provider_unittest.cc',
608 'browser/autocomplete/builtin_provider_unittest.cc', 609 'browser/autocomplete/builtin_provider_unittest.cc',
609 'browser/autocomplete/extension_app_provider_unittest.cc', 610 'browser/autocomplete/extension_app_provider_unittest.cc',
610 'browser/autocomplete/history_quick_provider_unittest.cc', 611 'browser/autocomplete/history_quick_provider_unittest.cc',
611 'browser/autocomplete/history_url_provider_unittest.cc', 612 'browser/autocomplete/history_url_provider_unittest.cc',
(...skipping 2116 matching lines...) Expand 10 before | Expand all | Expand 10 after
2728 'dependencies': [ 2729 'dependencies': [
2729 '../third_party/cld/cld.gyp:cld', 2730 '../third_party/cld/cld.gyp:cld',
2730 ], 2731 ],
2731 }], 2732 }],
2732 ['enable_app_list==1', { 2733 ['enable_app_list==1', {
2733 'dependencies': [ 2734 'dependencies': [
2734 '../ui/app_list/app_list.gyp:app_list_test_support', 2735 '../ui/app_list/app_list.gyp:app_list_test_support',
2735 ], 2736 ],
2736 }, { 2737 }, {
2737 'sources/': [ 2738 'sources/': [
2739 ['exclude', '^browser/apps/drive/'],
2738 ['exclude', '^browser/ui/app_list/'], 2740 ['exclude', '^browser/ui/app_list/'],
2739 ['exclude', '^browser/ui/views/app_list/'], 2741 ['exclude', '^browser/ui/views/app_list/'],
2740 ], 2742 ],
2741 }], 2743 }],
2742 ['use_ozone==1', { 2744 ['use_ozone==1', {
2743 'sources!': [ 2745 'sources!': [
2744 # crbug.com/354036 2746 # crbug.com/354036
2745 'browser/chromeos/events/event_rewriter_unittest.cc', 2747 'browser/chromeos/events/event_rewriter_unittest.cc',
2746 2748
2747 # crbug.com/362698 2749 # crbug.com/362698
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
2868 'unit_tests.isolate', 2870 'unit_tests.isolate',
2869 ], 2871 ],
2870 'sources': [ 2872 'sources': [
2871 'unit_tests.isolate', 2873 'unit_tests.isolate',
2872 ], 2874 ],
2873 }, 2875 },
2874 ], 2876 ],
2875 }], 2877 }],
2876 ], # 'conditions' 2878 ], # 'conditions'
2877 } 2879 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698