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

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: . Created 6 years, 11 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 2228 matching lines...) Expand 10 before | Expand all | Expand 10 after
2239 ['exclude', '^browser/safe_browsing/'], 2239 ['exclude', '^browser/safe_browsing/'],
2240 ['exclude', '^renderer/safe_browsing/'], 2240 ['exclude', '^renderer/safe_browsing/'],
2241 ], 2241 ],
2242 }], 2242 }],
2243 ['enable_autofill_dialog!=1 or OS=="android"', { 2243 ['enable_autofill_dialog!=1 or OS=="android"', {
2244 'sources!': [ 2244 'sources!': [
2245 'browser/ui/autofill/account_chooser_model_unittest.cc', 2245 'browser/ui/autofill/account_chooser_model_unittest.cc',
2246 'browser/ui/autofill/autofill_credit_card_bubble_controller_unittest .cc', 2246 'browser/ui/autofill/autofill_credit_card_bubble_controller_unittest .cc',
2247 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', 2247 'browser/ui/autofill/autofill_dialog_controller_unittest.cc',
2248 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc', 2248 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc',
2249 'browser/ui/autofill/data_model_wrapper_unittest.cc',
aruslan 2014/01/27 19:05:36 Do we have similar exclusions for OS=="ios"?
Dan Beam 2014/01/27 19:37:50 OS=="ios" currently works because enable_autofill_
Evan Stade 2014/01/27 19:45:41 Rouslan recently added OS="ios" to the conditional
Evan Stade 2014/01/27 19:51:11 or maybe he didn't get this one actually..
2249 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc', 2250 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc',
2250 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', 2251 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h',
2251 'browser/ui/autofill/test_autofill_credit_card_bubble.cc', 2252 'browser/ui/autofill/test_autofill_credit_card_bubble.cc',
2252 'browser/ui/autofill/test_autofill_credit_card_bubble.h', 2253 'browser/ui/autofill/test_autofill_credit_card_bubble.h',
2253 ], 2254 ],
2254 }], 2255 }],
2255 ['enable_automation!=1', { 2256 ['enable_automation!=1', {
2256 'sources/': [ 2257 'sources/': [
2257 ['exclude', '^browser/automation/'], 2258 ['exclude', '^browser/automation/'],
2258 ], 2259 ],
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
2900 'browser/ui/app_list/test/fake_profile_store.h', 2901 'browser/ui/app_list/test/fake_profile_store.h',
2901 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2902 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2902 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2903 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2903 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2904 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2904 ], 2905 ],
2905 }, 2906 },
2906 ], 2907 ],
2907 }], 2908 }],
2908 ], # 'conditions' 2909 ], # 'conditions'
2909 } 2910 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698