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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12282004: Added personal_data_manager android implementation for auto-populating auto-fill on android builds … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feature flag-guard Created 7 years, 9 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'test/logging/win/log_file_reader.h', 266 'test/logging/win/log_file_reader.h',
267 'test/logging/win/mof_data_parser.cc', 267 'test/logging/win/mof_data_parser.cc',
268 'test/logging/win/mof_data_parser.h', 268 'test/logging/win/mof_data_parser.h',
269 'test/logging/win/test_log_collector.cc', 269 'test/logging/win/test_log_collector.cc',
270 'test/logging/win/test_log_collector.h', 270 'test/logging/win/test_log_collector.h',
271 'test/ppapi/ppapi_test.cc', 271 'test/ppapi/ppapi_test.cc',
272 'test/ppapi/ppapi_test.h', 272 'test/ppapi/ppapi_test.h',
273 273
274 # TODO(joi): Move to //components/components.gypi once 274 # TODO(joi): Move to //components/components.gypi once
275 # remaining dependencies back to //chrome are eliminated. 275 # remaining dependencies back to //chrome are eliminated.
276 '../components/autofill/browser/android/test_auxiliary_profile_loader_an droid.cc',
277 '../components/autofill/browser/android/test_auxiliary_profile_loader_an droid.h',
276 '../components/autofill/browser/autofill_common_test.cc', 278 '../components/autofill/browser/autofill_common_test.cc',
277 '../components/autofill/browser/autofill_common_test.h', 279 '../components/autofill/browser/autofill_common_test.h',
278 '../components/autofill/browser/data_driven_test.cc', 280 '../components/autofill/browser/data_driven_test.cc',
279 '../components/autofill/browser/data_driven_test.h', 281 '../components/autofill/browser/data_driven_test.h',
280 '../components/autofill/browser/test_autofill_external_delegate.cc', 282 '../components/autofill/browser/test_autofill_external_delegate.cc',
281 '../components/autofill/browser/test_autofill_external_delegate.h', 283 '../components/autofill/browser/test_autofill_external_delegate.h',
282 '../components/autofill/browser/test_autofill_manager_delegate.cc', 284 '../components/autofill/browser/test_autofill_manager_delegate.cc',
283 '../components/autofill/browser/test_autofill_manager_delegate.h', 285 '../components/autofill/browser/test_autofill_manager_delegate.h',
284 286
285 '../ui/gfx/image/image_unittest_util.h', 287 '../ui/gfx/image/image_unittest_util.h',
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
1634 'tools/convert_dict/convert_dict_unittest.cc', 1636 'tools/convert_dict/convert_dict_unittest.cc',
1635 1637
1636 # Duplicate these tests here because PathService has more items in 1638 # Duplicate these tests here because PathService has more items in
1637 # unit_tests than in base_unittests. 1639 # unit_tests than in base_unittests.
1638 '../base/path_service_unittest.cc', 1640 '../base/path_service_unittest.cc',
1639 1641
1640 # TODO(joi): Move to //components/components.gypi once 1642 # TODO(joi): Move to //components/components.gypi once
1641 # remaining dependencies back to //chrome are eliminated. 1643 # remaining dependencies back to //chrome are eliminated.
1642 '../components/autofill/browser/address_field_unittest.cc', 1644 '../components/autofill/browser/address_field_unittest.cc',
1643 '../components/autofill/browser/address_unittest.cc', 1645 '../components/autofill/browser/address_unittest.cc',
1646 '../components/autofill/browser/android/auxiliary_profile_unittest_andro id.cc',
1644 '../components/autofill/browser/autocheckout/whitelist_manager_unittest. cc', 1647 '../components/autofill/browser/autocheckout/whitelist_manager_unittest. cc',
1645 '../components/autofill/browser/autocheckout_manager_unittest.cc', 1648 '../components/autofill/browser/autocheckout_manager_unittest.cc',
1646 '../components/autofill/browser/autocheckout_page_meta_data_unittest.cc' , 1649 '../components/autofill/browser/autocheckout_page_meta_data_unittest.cc' ,
1647 '../components/autofill/browser/autocomplete_history_manager_unittest.cc ', 1650 '../components/autofill/browser/autocomplete_history_manager_unittest.cc ',
1648 '../components/autofill/browser/autofill_country_unittest.cc', 1651 '../components/autofill/browser/autofill_country_unittest.cc',
1649 '../components/autofill/browser/autofill_download_unittest.cc', 1652 '../components/autofill/browser/autofill_download_unittest.cc',
1650 '../components/autofill/browser/autofill_download_url_unittest.cc', 1653 '../components/autofill/browser/autofill_download_url_unittest.cc',
1651 '../components/autofill/browser/autofill_external_delegate_unittest.cc', 1654 '../components/autofill/browser/autofill_external_delegate_unittest.cc',
1652 '../components/autofill/browser/autofill_field_unittest.cc', 1655 '../components/autofill/browser/autofill_field_unittest.cc',
1653 '../components/autofill/browser/autofill_ie_toolbar_import_win_unittest. cc', 1656 '../components/autofill/browser/autofill_ie_toolbar_import_win_unittest. cc',
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
2423 # more details. 2426 # more details.
2424 'DebugInformationFormat': '3', 2427 'DebugInformationFormat': '3',
2425 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2428 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2426 }, 2429 },
2427 }, 2430 },
2428 }, 2431 },
2429 ], 2432 ],
2430 }], 2433 }],
2431 ], # 'conditions' 2434 ], # 'conditions'
2432 } 2435 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698