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

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: Autofill code after fixing the lint errors. Created 10 years 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 2298 matching lines...) Expand 10 before | Expand all | Expand 10 after
2309 'browser/sync/glue/autofill_change_processor.cc', 2309 'browser/sync/glue/autofill_change_processor.cc',
2310 'browser/sync/glue/autofill_change_processor.h', 2310 'browser/sync/glue/autofill_change_processor.h',
2311 'browser/sync/glue/autofill_change_processor2.cc', 2311 'browser/sync/glue/autofill_change_processor2.cc',
2312 'browser/sync/glue/autofill_change_processor2.h', 2312 'browser/sync/glue/autofill_change_processor2.h',
2313 'browser/sync/glue/autofill_data_type_controller.cc', 2313 'browser/sync/glue/autofill_data_type_controller.cc',
2314 'browser/sync/glue/autofill_data_type_controller.h', 2314 'browser/sync/glue/autofill_data_type_controller.h',
2315 'browser/sync/glue/autofill_model_associator.cc', 2315 'browser/sync/glue/autofill_model_associator.cc',
2316 'browser/sync/glue/autofill_model_associator.h', 2316 'browser/sync/glue/autofill_model_associator.h',
2317 'browser/sync/glue/autofill_model_associator2.cc', 2317 'browser/sync/glue/autofill_model_associator2.cc',
2318 'browser/sync/glue/autofill_model_associator2.h', 2318 'browser/sync/glue/autofill_model_associator2.h',
2319 'browser/sync/glue/autofill_profile_change_processor.cc',
2320 'browser/sync/glue/autofill_profile_change_processor.h',
2321 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2322 'browser/sync/glue/autofill_profile_data_type_controller.h',
2319 'browser/sync/glue/autofill_profile_model_associator.cc', 2323 'browser/sync/glue/autofill_profile_model_associator.cc',
2320 'browser/sync/glue/autofill_profile_model_associator.h', 2324 'browser/sync/glue/autofill_profile_model_associator.h',
2321 'browser/sync/glue/bookmark_change_processor.cc', 2325 'browser/sync/glue/bookmark_change_processor.cc',
2322 'browser/sync/glue/bookmark_change_processor.h', 2326 'browser/sync/glue/bookmark_change_processor.h',
2323 'browser/sync/glue/bookmark_data_type_controller.cc', 2327 'browser/sync/glue/bookmark_data_type_controller.cc',
2324 'browser/sync/glue/bookmark_data_type_controller.h', 2328 'browser/sync/glue/bookmark_data_type_controller.h',
2325 'browser/sync/glue/bookmark_model_associator.cc', 2329 'browser/sync/glue/bookmark_model_associator.cc',
2326 'browser/sync/glue/bookmark_model_associator.h', 2330 'browser/sync/glue/bookmark_model_associator.h',
2327 'browser/sync/glue/change_processor.cc', 2331 'browser/sync/glue/change_processor.cc',
2328 'browser/sync/glue/change_processor.h', 2332 'browser/sync/glue/change_processor.h',
2329 'browser/sync/glue/data_type_controller.h', 2333 'browser/sync/glue/data_type_controller.h',
2330 'browser/sync/glue/data_type_manager.h', 2334 'browser/sync/glue/data_type_manager.h',
2331 'browser/sync/glue/data_type_manager_impl.cc', 2335 'browser/sync/glue/data_type_manager_impl.cc',
2332 'browser/sync/glue/data_type_manager_impl.h', 2336 'browser/sync/glue/data_type_manager_impl.h',
2333 'browser/sync/glue/database_model_worker.cc', 2337 'browser/sync/glue/database_model_worker.cc',
2334 'browser/sync/glue/database_model_worker.h', 2338 'browser/sync/glue/database_model_worker.h',
2339 'browser/sync/glue/do_optimistic_refresh_task.cc',
2340 'browser/sync/glue/do_optimistic_refresh_task.h',
2335 'browser/sync/glue/extension_change_processor.cc', 2341 'browser/sync/glue/extension_change_processor.cc',
2336 'browser/sync/glue/extension_change_processor.h', 2342 'browser/sync/glue/extension_change_processor.h',
2337 'browser/sync/glue/extension_data.cc', 2343 'browser/sync/glue/extension_data.cc',
2338 'browser/sync/glue/extension_data.h', 2344 'browser/sync/glue/extension_data.h',
2339 'browser/sync/glue/extension_data_type_controller.cc', 2345 'browser/sync/glue/extension_data_type_controller.cc',
2340 'browser/sync/glue/extension_data_type_controller.h', 2346 'browser/sync/glue/extension_data_type_controller.h',
2341 'browser/sync/glue/extension_model_associator.cc', 2347 'browser/sync/glue/extension_model_associator.cc',
2342 'browser/sync/glue/extension_model_associator.h', 2348 'browser/sync/glue/extension_model_associator.h',
2343 'browser/sync/glue/extension_sync.cc', 2349 'browser/sync/glue/extension_sync.cc',
2344 'browser/sync/glue/extension_sync.h', 2350 'browser/sync/glue/extension_sync.h',
(...skipping 2030 matching lines...) Expand 10 before | Expand all | Expand 10 after
4375 ], 4381 ],
4376 }, 4382 },
4377 ], 4383 ],
4378 } 4384 }
4379 4385
4380 # Local Variables: 4386 # Local Variables:
4381 # tab-width:2 4387 # tab-width:2
4382 # indent-tabs-mode:nil 4388 # indent-tabs-mode:nil
4383 # End: 4389 # End:
4384 # vim: set expandtab tabstop=2 shiftwidth=2: 4390 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698