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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 30883003: Simple fallback implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patched
Patch Set: Created 7 years, 1 month 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 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 2615 matching lines...) Expand 10 before | Expand all | Expand 10 after
2626 ['exclude', '^browser/ui/webui/signin/'], 2626 ['exclude', '^browser/ui/webui/signin/'],
2627 ['exclude', '^browser/ui/webui/suggestions_internals'], 2627 ['exclude', '^browser/ui/webui/suggestions_internals'],
2628 ['exclude', '^browser/ui/webui/sync_promo'], 2628 ['exclude', '^browser/ui/webui/sync_promo'],
2629 ['exclude', '^tools/profile_reset/'], 2629 ['exclude', '^tools/profile_reset/'],
2630 ['exclude', '^utility/importer/'], 2630 ['exclude', '^utility/importer/'],
2631 ], 2631 ],
2632 'conditions': [ 2632 'conditions': [
2633 ['gtest_target_type == "shared_library"', { 2633 ['gtest_target_type == "shared_library"', {
2634 'dependencies': [ 2634 'dependencies': [
2635 '../testing/android/native_test.gyp:native_test_native_code', 2635 '../testing/android/native_test.gyp:native_test_native_code',
2636 'chrome.gyp:chrome_android_auxiliary',
2637 ], 2636 ],
2638 }], 2637 }],
2639 ], 2638 ],
2640 }], # OS == android 2639 }], # OS == android
2641 ['enable_printing!=1', { 2640 ['enable_printing!=1', {
2642 'sources/': [ 2641 'sources/': [
2643 # No need for service process. 2642 # No need for service process.
2644 ['exclude', '^browser/service/'], 2643 ['exclude', '^browser/service/'],
2645 ['exclude', '^common/service_'], 2644 ['exclude', '^common/service_'],
2646 ['exclude', '^service/'], 2645 ['exclude', '^service/'],
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
2854 'browser/ui/app_list/test/fake_profile.h', 2853 'browser/ui/app_list/test/fake_profile.h',
2855 'browser/ui/app_list/test/fake_profile_store.cc', 2854 'browser/ui/app_list/test/fake_profile_store.cc',
2856 'browser/ui/app_list/test/fake_profile_store.h', 2855 'browser/ui/app_list/test/fake_profile_store.h',
2857 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2856 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2858 ], 2857 ],
2859 }, 2858 },
2860 ], 2859 ],
2861 }], 2860 }],
2862 ], # 'conditions' 2861 ], # 'conditions'
2863 } 2862 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698