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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 553015: Support for multiple sync ModelSafeWorkers.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('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 1510 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 'browser/ssl/ssl_manager.h', 1521 'browser/ssl/ssl_manager.h',
1522 'browser/ssl/ssl_policy.cc', 1522 'browser/ssl/ssl_policy.cc',
1523 'browser/ssl/ssl_policy.h', 1523 'browser/ssl/ssl_policy.h',
1524 'browser/ssl/ssl_policy_backend.cc', 1524 'browser/ssl/ssl_policy_backend.cc',
1525 'browser/ssl/ssl_policy_backend.h', 1525 'browser/ssl/ssl_policy_backend.h',
1526 'browser/ssl/ssl_request_info.h', 1526 'browser/ssl/ssl_request_info.h',
1527 'browser/status_bubble.h', 1527 'browser/status_bubble.h',
1528 'browser/transport_security_persister.cc', 1528 'browser/transport_security_persister.cc',
1529 'browser/transport_security_persister.h', 1529 'browser/transport_security_persister.h',
1530 'browser/sync/engine/syncapi.h', 1530 'browser/sync/engine/syncapi.h',
1531 'browser/sync/glue/bookmark_model_worker.cc',
1532 'browser/sync/glue/bookmark_model_worker.h',
1533 'browser/sync/glue/bookmark_change_processor.h', 1531 'browser/sync/glue/bookmark_change_processor.h',
1534 'browser/sync/glue/bookmark_change_processor.cc', 1532 'browser/sync/glue/bookmark_change_processor.cc',
1535 'browser/sync/glue/bookmark_model_associator.h', 1533 'browser/sync/glue/bookmark_model_associator.h',
1536 'browser/sync/glue/bookmark_model_associator.cc', 1534 'browser/sync/glue/bookmark_model_associator.cc',
1537 'browser/sync/glue/change_processor.cc', 1535 'browser/sync/glue/change_processor.cc',
1538 'browser/sync/glue/change_processor.h', 1536 'browser/sync/glue/change_processor.h',
1539 'browser/sync/glue/http_bridge.cc', 1537 'browser/sync/glue/http_bridge.cc',
1540 'browser/sync/glue/http_bridge.h', 1538 'browser/sync/glue/http_bridge.h',
1541 'browser/sync/glue/model_associator.h', 1539 'browser/sync/glue/model_associator.h',
1542 'browser/sync/glue/preference_change_processor.cc', 1540 'browser/sync/glue/preference_change_processor.cc',
1543 'browser/sync/glue/preference_change_processor.h', 1541 'browser/sync/glue/preference_change_processor.h',
1544 'browser/sync/glue/preference_model_associator.cc', 1542 'browser/sync/glue/preference_model_associator.cc',
1545 'browser/sync/glue/preference_model_associator.h', 1543 'browser/sync/glue/preference_model_associator.h',
1546 'browser/sync/glue/sync_backend_host.cc', 1544 'browser/sync/glue/sync_backend_host.cc',
1547 'browser/sync/glue/sync_backend_host.h', 1545 'browser/sync/glue/sync_backend_host.h',
1546 'browser/sync/glue/ui_model_worker.cc',
1547 'browser/sync/glue/ui_model_worker.h',
1548 'browser/sync/profile_sync_service.cc', 1548 'browser/sync/profile_sync_service.cc',
1549 'browser/sync/profile_sync_service.h', 1549 'browser/sync/profile_sync_service.h',
1550 'browser/sync/sync_setup_flow.cc', 1550 'browser/sync/sync_setup_flow.cc',
1551 'browser/sync/sync_setup_flow.h', 1551 'browser/sync/sync_setup_flow.h',
1552 'browser/sync/sync_setup_wizard.cc', 1552 'browser/sync/sync_setup_wizard.cc',
1553 'browser/sync/sync_setup_wizard.h', 1553 'browser/sync/sync_setup_wizard.h',
1554 'browser/sync/sync_ui_util.cc', 1554 'browser/sync/sync_ui_util.cc',
1555 'browser/sync/sync_ui_util.h', 1555 'browser/sync/sync_ui_util.h',
1556 'browser/sync/sync_ui_util_mac.mm', 1556 'browser/sync/sync_ui_util_mac.mm',
1557 'browser/sync/sync_ui_util_mac.h', 1557 'browser/sync/sync_ui_util_mac.h',
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after
2526 ], 2526 ],
2527 }, 2527 },
2528 ], 2528 ],
2529 } 2529 }
2530 2530
2531 # Local Variables: 2531 # Local Variables:
2532 # tab-width:2 2532 # tab-width:2
2533 # indent-tabs-mode:nil 2533 # indent-tabs-mode:nil
2534 # End: 2534 # End:
2535 # vim: set expandtab tabstop=2 shiftwidth=2: 2535 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698