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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 137723008: Remove DataModelWrapper from android build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reviews Created 6 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 | 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 2231 matching lines...) Expand 10 before | Expand all | Expand 10 after
2242 ['exclude', '^browser/safe_browsing/'], 2242 ['exclude', '^browser/safe_browsing/'],
2243 ['exclude', '^renderer/safe_browsing/'], 2243 ['exclude', '^renderer/safe_browsing/'],
2244 ], 2244 ],
2245 }], 2245 }],
2246 ['enable_autofill_dialog!=1 or OS=="android"', { 2246 ['enable_autofill_dialog!=1 or OS=="android"', {
2247 'sources!': [ 2247 'sources!': [
2248 'browser/ui/autofill/account_chooser_model_unittest.cc', 2248 'browser/ui/autofill/account_chooser_model_unittest.cc',
2249 'browser/ui/autofill/autofill_credit_card_bubble_controller_unittest .cc', 2249 'browser/ui/autofill/autofill_credit_card_bubble_controller_unittest .cc',
2250 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', 2250 'browser/ui/autofill/autofill_dialog_controller_unittest.cc',
2251 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc', 2251 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc',
2252 'browser/ui/autofill/data_model_wrapper_unittest.cc',
2252 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc', 2253 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc',
2253 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', 2254 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h',
2254 'browser/ui/autofill/test_autofill_credit_card_bubble.cc', 2255 'browser/ui/autofill/test_autofill_credit_card_bubble.cc',
2255 'browser/ui/autofill/test_autofill_credit_card_bubble.h', 2256 'browser/ui/autofill/test_autofill_credit_card_bubble.h',
2256 ], 2257 ],
2257 }], 2258 }],
2258 ['enable_automation!=1', { 2259 ['enable_automation!=1', {
2259 'sources/': [ 2260 'sources/': [
2260 ['exclude', '^browser/automation/'], 2261 ['exclude', '^browser/automation/'],
2261 ], 2262 ],
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
2903 'browser/ui/app_list/test/fake_profile_store.h', 2904 'browser/ui/app_list/test/fake_profile_store.h',
2904 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2905 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2905 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2906 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2906 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2907 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2907 ], 2908 ],
2908 }, 2909 },
2909 ], 2910 ],
2910 }], 2911 }],
2911 ], # 'conditions' 2912 ], # 'conditions'
2912 } 2913 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698