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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5159001: Rest of the autofill work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Diff against the first part of the review. Created 10 years, 1 month 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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2759 matching lines...) Expand 10 before | Expand all | Expand 10 after
2770 'browser/sync/glue/autofill_change_processor.cc', 2770 'browser/sync/glue/autofill_change_processor.cc',
2771 'browser/sync/glue/autofill_change_processor.h', 2771 'browser/sync/glue/autofill_change_processor.h',
2772 'browser/sync/glue/autofill_change_processor2.cc', 2772 'browser/sync/glue/autofill_change_processor2.cc',
2773 'browser/sync/glue/autofill_change_processor2.h', 2773 'browser/sync/glue/autofill_change_processor2.h',
2774 'browser/sync/glue/autofill_data_type_controller.cc', 2774 'browser/sync/glue/autofill_data_type_controller.cc',
2775 'browser/sync/glue/autofill_data_type_controller.h', 2775 'browser/sync/glue/autofill_data_type_controller.h',
2776 'browser/sync/glue/autofill_model_associator.cc', 2776 'browser/sync/glue/autofill_model_associator.cc',
2777 'browser/sync/glue/autofill_model_associator.h', 2777 'browser/sync/glue/autofill_model_associator.h',
2778 'browser/sync/glue/autofill_model_associator2.cc', 2778 'browser/sync/glue/autofill_model_associator2.cc',
2779 'browser/sync/glue/autofill_model_associator2.h', 2779 'browser/sync/glue/autofill_model_associator2.h',
2780 'browser/sync/glue/autofill_profile_change_processor.cc',
2781 'browser/sync/glue/autofill_profile_change_processor.h',
2782 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2783 'browser/sync/glue/autofill_profile_data_type_controller.h',
2780 'browser/sync/glue/autofill_profile_model_associator.cc', 2784 'browser/sync/glue/autofill_profile_model_associator.cc',
2781 'browser/sync/glue/autofill_profile_model_associator.h', 2785 'browser/sync/glue/autofill_profile_model_associator.h',
2782 'browser/sync/glue/bookmark_change_processor.cc', 2786 'browser/sync/glue/bookmark_change_processor.cc',
2783 'browser/sync/glue/bookmark_change_processor.h', 2787 'browser/sync/glue/bookmark_change_processor.h',
2784 'browser/sync/glue/bookmark_data_type_controller.cc', 2788 'browser/sync/glue/bookmark_data_type_controller.cc',
2785 'browser/sync/glue/bookmark_data_type_controller.h', 2789 'browser/sync/glue/bookmark_data_type_controller.h',
2786 'browser/sync/glue/bookmark_model_associator.cc', 2790 'browser/sync/glue/bookmark_model_associator.cc',
2787 'browser/sync/glue/bookmark_model_associator.h', 2791 'browser/sync/glue/bookmark_model_associator.h',
2788 'browser/sync/glue/change_processor.cc', 2792 'browser/sync/glue/change_processor.cc',
2789 'browser/sync/glue/change_processor.h', 2793 'browser/sync/glue/change_processor.h',
2790 'browser/sync/glue/data_type_controller.h', 2794 'browser/sync/glue/data_type_controller.h',
2791 'browser/sync/glue/data_type_manager.h', 2795 'browser/sync/glue/data_type_manager.h',
2792 'browser/sync/glue/data_type_manager_impl.cc', 2796 'browser/sync/glue/data_type_manager_impl.cc',
2793 'browser/sync/glue/data_type_manager_impl.h', 2797 'browser/sync/glue/data_type_manager_impl.h',
2794 'browser/sync/glue/database_model_worker.cc', 2798 'browser/sync/glue/database_model_worker.cc',
2795 'browser/sync/glue/database_model_worker.h', 2799 'browser/sync/glue/database_model_worker.h',
2800 'browser/sync/glue/do_optimistic_refresh_task.cc',
2801 'browser/sync/glue/do_optimistic_refresh_task.h',
2796 'browser/sync/glue/extension_change_processor.cc', 2802 'browser/sync/glue/extension_change_processor.cc',
2797 'browser/sync/glue/extension_change_processor.h', 2803 'browser/sync/glue/extension_change_processor.h',
2798 'browser/sync/glue/extension_data.cc', 2804 'browser/sync/glue/extension_data.cc',
2799 'browser/sync/glue/extension_data.h', 2805 'browser/sync/glue/extension_data.h',
2800 'browser/sync/glue/extension_data_type_controller.cc', 2806 'browser/sync/glue/extension_data_type_controller.cc',
2801 'browser/sync/glue/extension_data_type_controller.h', 2807 'browser/sync/glue/extension_data_type_controller.h',
2802 'browser/sync/glue/extension_model_associator.cc', 2808 'browser/sync/glue/extension_model_associator.cc',
2803 'browser/sync/glue/extension_model_associator.h', 2809 'browser/sync/glue/extension_model_associator.h',
2804 'browser/sync/glue/extension_sync.cc', 2810 'browser/sync/glue/extension_sync.cc',
2805 'browser/sync/glue/extension_sync.h', 2811 'browser/sync/glue/extension_sync.h',
(...skipping 1501 matching lines...) Expand 10 before | Expand all | Expand 10 after
4307 ], 4313 ],
4308 }, 4314 },
4309 ], 4315 ],
4310 } 4316 }
4311 4317
4312 # Local Variables: 4318 # Local Variables:
4313 # tab-width:2 4319 # tab-width:2
4314 # indent-tabs-mode:nil 4320 # indent-tabs-mode:nil
4315 # End: 4321 # End:
4316 # vim: set expandtab tabstop=2 shiftwidth=2: 4322 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698