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

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: Fixed autogenerated nits from trybot Created 7 years, 8 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.gyp ('k') | components/autofill.gypi » ('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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'test/logging/win/log_file_reader.h', 264 'test/logging/win/log_file_reader.h',
265 'test/logging/win/mof_data_parser.cc', 265 'test/logging/win/mof_data_parser.cc',
266 'test/logging/win/mof_data_parser.h', 266 'test/logging/win/mof_data_parser.h',
267 'test/logging/win/test_log_collector.cc', 267 'test/logging/win/test_log_collector.cc',
268 'test/logging/win/test_log_collector.h', 268 'test/logging/win/test_log_collector.h',
269 'test/ppapi/ppapi_test.cc', 269 'test/ppapi/ppapi_test.cc',
270 'test/ppapi/ppapi_test.h', 270 'test/ppapi/ppapi_test.h',
271 271
272 # TODO(joi): Move to //components/components.gypi once 272 # TODO(joi): Move to //components/components.gypi once
273 # remaining dependencies back to //chrome are eliminated. 273 # remaining dependencies back to //chrome are eliminated.
274 '../components/autofill/browser/android/test_auxiliary_profile_loader_an droid.cc',
275 '../components/autofill/browser/android/test_auxiliary_profile_loader_an droid.h',
274 '../components/autofill/browser/autofill_common_test.cc', 276 '../components/autofill/browser/autofill_common_test.cc',
275 '../components/autofill/browser/autofill_common_test.h', 277 '../components/autofill/browser/autofill_common_test.h',
276 '../components/autofill/browser/data_driven_test.cc', 278 '../components/autofill/browser/data_driven_test.cc',
277 '../components/autofill/browser/data_driven_test.h', 279 '../components/autofill/browser/data_driven_test.h',
278 '../components/autofill/browser/test_autofill_external_delegate.cc', 280 '../components/autofill/browser/test_autofill_external_delegate.cc',
279 '../components/autofill/browser/test_autofill_external_delegate.h', 281 '../components/autofill/browser/test_autofill_external_delegate.h',
280 '../components/autofill/browser/test_autofill_manager_delegate.cc', 282 '../components/autofill/browser/test_autofill_manager_delegate.cc',
281 '../components/autofill/browser/test_autofill_manager_delegate.h', 283 '../components/autofill/browser/test_autofill_manager_delegate.h',
282 284
283 '../ui/gfx/image/image_unittest_util.h', 285 '../ui/gfx/image/image_unittest_util.h',
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
1632 'tools/convert_dict/convert_dict_unittest.cc', 1634 'tools/convert_dict/convert_dict_unittest.cc',
1633 1635
1634 # Duplicate these tests here because PathService has more items in 1636 # Duplicate these tests here because PathService has more items in
1635 # unit_tests than in base_unittests. 1637 # unit_tests than in base_unittests.
1636 '../base/path_service_unittest.cc', 1638 '../base/path_service_unittest.cc',
1637 1639
1638 # TODO(joi): Move to //components/components.gypi once 1640 # TODO(joi): Move to //components/components.gypi once
1639 # remaining dependencies back to //chrome are eliminated. 1641 # remaining dependencies back to //chrome are eliminated.
1640 '../components/autofill/browser/address_field_unittest.cc', 1642 '../components/autofill/browser/address_field_unittest.cc',
1641 '../components/autofill/browser/address_unittest.cc', 1643 '../components/autofill/browser/address_unittest.cc',
1644 '../components/autofill/browser/android/auxiliary_profile_unittest_andro id.cc',
1642 '../components/autofill/browser/autocheckout/whitelist_manager_unittest. cc', 1645 '../components/autofill/browser/autocheckout/whitelist_manager_unittest. cc',
1643 '../components/autofill/browser/autocheckout_manager_unittest.cc', 1646 '../components/autofill/browser/autocheckout_manager_unittest.cc',
1644 '../components/autofill/browser/autocheckout_page_meta_data_unittest.cc' , 1647 '../components/autofill/browser/autocheckout_page_meta_data_unittest.cc' ,
1645 '../components/autofill/browser/autocomplete_history_manager_unittest.cc ', 1648 '../components/autofill/browser/autocomplete_history_manager_unittest.cc ',
1646 '../components/autofill/browser/autofill_country_unittest.cc', 1649 '../components/autofill/browser/autofill_country_unittest.cc',
1647 '../components/autofill/browser/autofill_download_unittest.cc', 1650 '../components/autofill/browser/autofill_download_unittest.cc',
1648 '../components/autofill/browser/autofill_download_url_unittest.cc', 1651 '../components/autofill/browser/autofill_download_url_unittest.cc',
1649 '../components/autofill/browser/autofill_external_delegate_unittest.cc', 1652 '../components/autofill/browser/autofill_external_delegate_unittest.cc',
1650 '../components/autofill/browser/autofill_field_unittest.cc', 1653 '../components/autofill/browser/autofill_field_unittest.cc',
1651 '../components/autofill/browser/autofill_ie_toolbar_import_win_unittest. cc', 1654 '../components/autofill/browser/autofill_ie_toolbar_import_win_unittest. cc',
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
2420 # more details. 2423 # more details.
2421 'DebugInformationFormat': '3', 2424 'DebugInformationFormat': '3',
2422 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2425 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2423 }, 2426 },
2424 }, 2427 },
2425 }, 2428 },
2426 ], 2429 ],
2427 }], 2430 }],
2428 ], # 'conditions' 2431 ], # 'conditions'
2429 } 2432 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698