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

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: Rebased Created 7 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
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | 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 28 matching lines...) Expand all
39 ], 39 ],
40 'sources': [ 40 'sources': [
41 'app/breakpad_mac_stubs.mm', 41 'app/breakpad_mac_stubs.mm',
42 'app/chrome_main_delegate.cc', 42 'app/chrome_main_delegate.cc',
43 'app/chrome_main_delegate.h', 43 'app/chrome_main_delegate.h',
44 'browser/android/mock_google_location_settings_helper.cc', 44 'browser/android/mock_google_location_settings_helper.cc',
45 'browser/android/mock_google_location_settings_helper.h', 45 'browser/android/mock_google_location_settings_helper.h',
46 'browser/android/tab_android_test_stubs.cc', 46 'browser/android/tab_android_test_stubs.cc',
47 'browser/autofill/autofill_common_test.cc', 47 'browser/autofill/autofill_common_test.cc',
48 'browser/autofill/autofill_common_test.h', 48 'browser/autofill/autofill_common_test.h',
49 'browser/autofill/auxiliary_profile_loader_mock.cc',
50 'browser/autofill/auxiliary_profile_loader_mock.h',
49 'browser/autofill/data_driven_test.cc', 51 'browser/autofill/data_driven_test.cc',
50 'browser/autofill/data_driven_test.h', 52 'browser/autofill/data_driven_test.h',
51 'browser/autofill/test_autofill_external_delegate.cc', 53 'browser/autofill/test_autofill_external_delegate.cc',
52 'browser/autofill/test_autofill_external_delegate.h', 54 'browser/autofill/test_autofill_external_delegate.h',
53 'browser/automation/mock_tab_event_observer.cc', 55 'browser/automation/mock_tab_event_observer.cc',
54 'browser/automation/mock_tab_event_observer.h', 56 'browser/automation/mock_tab_event_observer.h',
55 'browser/browsing_data/mock_browsing_data_appcache_helper.cc', 57 'browser/browsing_data/mock_browsing_data_appcache_helper.cc',
56 'browser/browsing_data/mock_browsing_data_appcache_helper.h', 58 'browser/browsing_data/mock_browsing_data_appcache_helper.h',
57 'browser/browsing_data/mock_browsing_data_cookie_helper.cc', 59 'browser/browsing_data/mock_browsing_data_cookie_helper.cc',
58 'browser/browsing_data/mock_browsing_data_cookie_helper.h', 60 'browser/browsing_data/mock_browsing_data_cookie_helper.h',
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 'browser/autofill/autofill_field_unittest.cc', 479 'browser/autofill/autofill_field_unittest.cc',
478 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', 480 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc',
479 'browser/autofill/autofill_manager_unittest.cc', 481 'browser/autofill/autofill_manager_unittest.cc',
480 'browser/autofill/autofill_merge_unittest.cc', 482 'browser/autofill/autofill_merge_unittest.cc',
481 'browser/autofill/autofill_metrics_unittest.cc', 483 'browser/autofill/autofill_metrics_unittest.cc',
482 'browser/autofill/autofill_profile_unittest.cc', 484 'browser/autofill/autofill_profile_unittest.cc',
483 'browser/autofill/autofill_regexes_unittest.cc', 485 'browser/autofill/autofill_regexes_unittest.cc',
484 'browser/autofill/autofill_type_unittest.cc', 486 'browser/autofill/autofill_type_unittest.cc',
485 'browser/autofill/autofill_xml_parser_unittest.cc', 487 'browser/autofill/autofill_xml_parser_unittest.cc',
486 'browser/autofill/contact_info_unittest.cc', 488 'browser/autofill/contact_info_unittest.cc',
489 'browser/autofill/auxiliary_profile_impl_unittest.cc',
487 'browser/autofill/credit_card_field_unittest.cc', 490 'browser/autofill/credit_card_field_unittest.cc',
488 'browser/autofill/credit_card_unittest.cc', 491 'browser/autofill/credit_card_unittest.cc',
489 'browser/autofill/form_field_unittest.cc', 492 'browser/autofill/form_field_unittest.cc',
490 'browser/autofill/form_structure_unittest.cc', 493 'browser/autofill/form_structure_unittest.cc',
491 'browser/autofill/name_field_unittest.cc', 494 'browser/autofill/name_field_unittest.cc',
492 'browser/autofill/password_autofill_manager_unittest.cc', 495 'browser/autofill/password_autofill_manager_unittest.cc',
493 'browser/autofill/password_generator_unittest.cc', 496 'browser/autofill/password_generator_unittest.cc',
494 'browser/autofill/personal_data_manager_unittest.cc', 497 'browser/autofill/personal_data_manager_unittest.cc',
495 'browser/autofill/phone_field_unittest.cc', 498 'browser/autofill/phone_field_unittest.cc',
496 'browser/autofill/phone_number_unittest.cc', 499 'browser/autofill/phone_number_unittest.cc',
(...skipping 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after
2397 # more details. 2400 # more details.
2398 'DebugInformationFormat': '3', 2401 'DebugInformationFormat': '3',
2399 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2402 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2400 }, 2403 },
2401 }, 2404 },
2402 }, 2405 },
2403 ], 2406 ],
2404 }], 2407 }],
2405 ], # 'conditions' 2408 ], # 'conditions'
2406 } 2409 }
OLDNEW
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698