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

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: patch uploaded to debug why try servers have problem applying this patch. 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/chrome_switches.h » ('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 (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 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after
2373 'browser/sync/glue/autofill_change_processor.cc', 2373 'browser/sync/glue/autofill_change_processor.cc',
2374 'browser/sync/glue/autofill_change_processor.h', 2374 'browser/sync/glue/autofill_change_processor.h',
2375 'browser/sync/glue/autofill_change_processor2.cc', 2375 'browser/sync/glue/autofill_change_processor2.cc',
2376 'browser/sync/glue/autofill_change_processor2.h', 2376 'browser/sync/glue/autofill_change_processor2.h',
2377 'browser/sync/glue/autofill_data_type_controller.cc', 2377 'browser/sync/glue/autofill_data_type_controller.cc',
2378 'browser/sync/glue/autofill_data_type_controller.h', 2378 'browser/sync/glue/autofill_data_type_controller.h',
2379 'browser/sync/glue/autofill_model_associator.cc', 2379 'browser/sync/glue/autofill_model_associator.cc',
2380 'browser/sync/glue/autofill_model_associator.h', 2380 'browser/sync/glue/autofill_model_associator.h',
2381 'browser/sync/glue/autofill_model_associator2.cc', 2381 'browser/sync/glue/autofill_model_associator2.cc',
2382 'browser/sync/glue/autofill_model_associator2.h', 2382 'browser/sync/glue/autofill_model_associator2.h',
2383 'browser/sync/glue/autofill_profile_change_processor.cc',
2384 'browser/sync/glue/autofill_profile_change_processor.h',
2385 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2386 'browser/sync/glue/autofill_profile_data_type_controller.h',
2383 'browser/sync/glue/autofill_profile_model_associator.cc', 2387 'browser/sync/glue/autofill_profile_model_associator.cc',
2384 'browser/sync/glue/autofill_profile_model_associator.h', 2388 'browser/sync/glue/autofill_profile_model_associator.h',
2385 'browser/sync/glue/bookmark_change_processor.cc', 2389 'browser/sync/glue/bookmark_change_processor.cc',
2386 'browser/sync/glue/bookmark_change_processor.h', 2390 'browser/sync/glue/bookmark_change_processor.h',
2387 'browser/sync/glue/bookmark_data_type_controller.cc', 2391 'browser/sync/glue/bookmark_data_type_controller.cc',
2388 'browser/sync/glue/bookmark_data_type_controller.h', 2392 'browser/sync/glue/bookmark_data_type_controller.h',
2389 'browser/sync/glue/bookmark_model_associator.cc', 2393 'browser/sync/glue/bookmark_model_associator.cc',
2390 'browser/sync/glue/bookmark_model_associator.h', 2394 'browser/sync/glue/bookmark_model_associator.h',
2391 'browser/sync/glue/change_processor.cc', 2395 'browser/sync/glue/change_processor.cc',
2392 'browser/sync/glue/change_processor.h', 2396 'browser/sync/glue/change_processor.h',
2393 'browser/sync/glue/data_type_controller.h', 2397 'browser/sync/glue/data_type_controller.h',
2394 'browser/sync/glue/data_type_manager.h', 2398 'browser/sync/glue/data_type_manager.h',
2395 'browser/sync/glue/data_type_manager_impl.cc', 2399 'browser/sync/glue/data_type_manager_impl.cc',
2396 'browser/sync/glue/data_type_manager_impl.h', 2400 'browser/sync/glue/data_type_manager_impl.h',
2397 'browser/sync/glue/database_model_worker.cc', 2401 'browser/sync/glue/database_model_worker.cc',
2398 'browser/sync/glue/database_model_worker.h', 2402 'browser/sync/glue/database_model_worker.h',
2403 'browser/sync/glue/do_optimistic_refresh_task.cc',
2404 'browser/sync/glue/do_optimistic_refresh_task.h',
2399 'browser/sync/glue/extension_change_processor.cc', 2405 'browser/sync/glue/extension_change_processor.cc',
2400 'browser/sync/glue/extension_change_processor.h', 2406 'browser/sync/glue/extension_change_processor.h',
2401 'browser/sync/glue/extension_data.cc', 2407 'browser/sync/glue/extension_data.cc',
2402 'browser/sync/glue/extension_data.h', 2408 'browser/sync/glue/extension_data.h',
2403 'browser/sync/glue/extension_data_type_controller.cc', 2409 'browser/sync/glue/extension_data_type_controller.cc',
2404 'browser/sync/glue/extension_data_type_controller.h', 2410 'browser/sync/glue/extension_data_type_controller.h',
2405 'browser/sync/glue/extension_model_associator.cc', 2411 'browser/sync/glue/extension_model_associator.cc',
2406 'browser/sync/glue/extension_model_associator.h', 2412 'browser/sync/glue/extension_model_associator.h',
2407 'browser/sync/glue/extension_sync.cc', 2413 'browser/sync/glue/extension_sync.cc',
2408 'browser/sync/glue/extension_sync.h', 2414 'browser/sync/glue/extension_sync.h',
(...skipping 2102 matching lines...) Expand 10 before | Expand all | Expand 10 after
4511 ], 4517 ],
4512 }, 4518 },
4513 ], 4519 ],
4514 } 4520 }
4515 4521
4516 # Local Variables: 4522 # Local Variables:
4517 # tab-width:2 4523 # tab-width:2
4518 # indent-tabs-mode:nil 4524 # indent-tabs-mode:nil
4519 # End: 4525 # End:
4520 # vim: set expandtab tabstop=2 shiftwidth=2: 4526 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698