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

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 changes. 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 2354 matching lines...) Expand 10 before | Expand all | Expand 10 after
2365 'browser/sync/glue/autofill_change_processor.cc', 2365 'browser/sync/glue/autofill_change_processor.cc',
2366 'browser/sync/glue/autofill_change_processor.h', 2366 'browser/sync/glue/autofill_change_processor.h',
2367 'browser/sync/glue/autofill_change_processor2.cc', 2367 'browser/sync/glue/autofill_change_processor2.cc',
2368 'browser/sync/glue/autofill_change_processor2.h', 2368 'browser/sync/glue/autofill_change_processor2.h',
2369 'browser/sync/glue/autofill_data_type_controller.cc', 2369 'browser/sync/glue/autofill_data_type_controller.cc',
2370 'browser/sync/glue/autofill_data_type_controller.h', 2370 'browser/sync/glue/autofill_data_type_controller.h',
2371 'browser/sync/glue/autofill_model_associator.cc', 2371 'browser/sync/glue/autofill_model_associator.cc',
2372 'browser/sync/glue/autofill_model_associator.h', 2372 'browser/sync/glue/autofill_model_associator.h',
2373 'browser/sync/glue/autofill_model_associator2.cc', 2373 'browser/sync/glue/autofill_model_associator2.cc',
2374 'browser/sync/glue/autofill_model_associator2.h', 2374 'browser/sync/glue/autofill_model_associator2.h',
2375 'browser/sync/glue/autofill_profile_change_processor.cc',
2376 'browser/sync/glue/autofill_profile_change_processor.h',
2377 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2378 'browser/sync/glue/autofill_profile_data_type_controller.h',
2375 'browser/sync/glue/autofill_profile_model_associator.cc', 2379 'browser/sync/glue/autofill_profile_model_associator.cc',
2376 'browser/sync/glue/autofill_profile_model_associator.h', 2380 'browser/sync/glue/autofill_profile_model_associator.h',
2377 'browser/sync/glue/bookmark_change_processor.cc', 2381 'browser/sync/glue/bookmark_change_processor.cc',
2378 'browser/sync/glue/bookmark_change_processor.h', 2382 'browser/sync/glue/bookmark_change_processor.h',
2379 'browser/sync/glue/bookmark_data_type_controller.cc', 2383 'browser/sync/glue/bookmark_data_type_controller.cc',
2380 'browser/sync/glue/bookmark_data_type_controller.h', 2384 'browser/sync/glue/bookmark_data_type_controller.h',
2381 'browser/sync/glue/bookmark_model_associator.cc', 2385 'browser/sync/glue/bookmark_model_associator.cc',
2382 'browser/sync/glue/bookmark_model_associator.h', 2386 'browser/sync/glue/bookmark_model_associator.h',
2383 'browser/sync/glue/change_processor.cc', 2387 'browser/sync/glue/change_processor.cc',
2384 'browser/sync/glue/change_processor.h', 2388 'browser/sync/glue/change_processor.h',
2385 'browser/sync/glue/data_type_controller.h', 2389 'browser/sync/glue/data_type_controller.h',
2386 'browser/sync/glue/data_type_manager.h', 2390 'browser/sync/glue/data_type_manager.h',
2387 'browser/sync/glue/data_type_manager_impl.cc', 2391 'browser/sync/glue/data_type_manager_impl.cc',
2388 'browser/sync/glue/data_type_manager_impl.h', 2392 'browser/sync/glue/data_type_manager_impl.h',
2389 'browser/sync/glue/database_model_worker.cc', 2393 'browser/sync/glue/database_model_worker.cc',
2390 'browser/sync/glue/database_model_worker.h', 2394 'browser/sync/glue/database_model_worker.h',
2395 'browser/sync/glue/do_optimistic_refresh_task.cc',
2396 'browser/sync/glue/do_optimistic_refresh_task.h',
2391 'browser/sync/glue/extension_change_processor.cc', 2397 'browser/sync/glue/extension_change_processor.cc',
2392 'browser/sync/glue/extension_change_processor.h', 2398 'browser/sync/glue/extension_change_processor.h',
2393 'browser/sync/glue/extension_data.cc', 2399 'browser/sync/glue/extension_data.cc',
2394 'browser/sync/glue/extension_data.h', 2400 'browser/sync/glue/extension_data.h',
2395 'browser/sync/glue/extension_data_type_controller.cc', 2401 'browser/sync/glue/extension_data_type_controller.cc',
2396 'browser/sync/glue/extension_data_type_controller.h', 2402 'browser/sync/glue/extension_data_type_controller.h',
2397 'browser/sync/glue/extension_model_associator.cc', 2403 'browser/sync/glue/extension_model_associator.cc',
2398 'browser/sync/glue/extension_model_associator.h', 2404 'browser/sync/glue/extension_model_associator.h',
2399 'browser/sync/glue/extension_sync.cc', 2405 'browser/sync/glue/extension_sync.cc',
2400 'browser/sync/glue/extension_sync.h', 2406 'browser/sync/glue/extension_sync.h',
(...skipping 2089 matching lines...) Expand 10 before | Expand all | Expand 10 after
4490 ], 4496 ],
4491 }, 4497 },
4492 ], 4498 ],
4493 } 4499 }
4494 4500
4495 # Local Variables: 4501 # Local Variables:
4496 # tab-width:2 4502 # tab-width:2
4497 # indent-tabs-mode:nil 4503 # indent-tabs-mode:nil
4498 # End: 4504 # End:
4499 # vim: set expandtab tabstop=2 shiftwidth=2: 4505 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698