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

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, 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/autofill/content/browser/wallet/full_wallet.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2232 matching lines...) Expand 10 before | Expand all | Expand 10 after
2243 ['exclude', '^browser/safe_browsing/'], 2243 ['exclude', '^browser/safe_browsing/'],
2244 ['exclude', '^renderer/safe_browsing/'], 2244 ['exclude', '^renderer/safe_browsing/'],
2245 ], 2245 ],
2246 }], 2246 }],
2247 ['enable_autofill_dialog!=1 or OS=="android"', { 2247 ['enable_autofill_dialog!=1 or OS=="android"', {
2248 'sources!': [ 2248 'sources!': [
2249 'browser/ui/autofill/account_chooser_model_unittest.cc', 2249 'browser/ui/autofill/account_chooser_model_unittest.cc',
2250 'browser/ui/autofill/autofill_credit_card_bubble_controller_unittest .cc', 2250 'browser/ui/autofill/autofill_credit_card_bubble_controller_unittest .cc',
2251 'browser/ui/autofill/autofill_dialog_controller_unittest.cc', 2251 'browser/ui/autofill/autofill_dialog_controller_unittest.cc',
2252 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc', 2252 'browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc',
2253 'browser/ui/autofill/data_model_wrapper_unittest.cc',
2253 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc', 2254 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc',
2254 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', 2255 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h',
2255 'browser/ui/autofill/test_autofill_credit_card_bubble.cc', 2256 'browser/ui/autofill/test_autofill_credit_card_bubble.cc',
2256 'browser/ui/autofill/test_autofill_credit_card_bubble.h', 2257 'browser/ui/autofill/test_autofill_credit_card_bubble.h',
2257 ], 2258 ],
2258 }], 2259 }],
2259 ['enable_automation!=1', { 2260 ['enable_automation!=1', {
2260 'sources/': [ 2261 'sources/': [
2261 ['exclude', '^browser/automation/'], 2262 ['exclude', '^browser/automation/'],
2262 ], 2263 ],
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
2904 'browser/ui/app_list/test/fake_profile_store.h', 2905 'browser/ui/app_list/test/fake_profile_store.h',
2905 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2906 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2906 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2907 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2907 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2908 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2908 ], 2909 ],
2909 }, 2910 },
2910 ], 2911 ],
2911 }], 2912 }],
2912 ], # 'conditions' 2913 ], # 'conditions'
2913 } 2914 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/autofill/content/browser/wallet/full_wallet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698