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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3110008: Massive refactoring of extensions sync code (Closed) Base URL: 76.121.192.83:~/projects/chromium/src
Patch Set: Fixed compile error Created 10 years, 4 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
« no previous file with comments | « chrome/browser/sync/profile_sync_factory_impl.cc ('k') | no next file » | 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 2413 matching lines...) Expand 10 before | Expand all | Expand 10 after
2424 'browser/sync/glue/database_model_worker.cc', 2424 'browser/sync/glue/database_model_worker.cc',
2425 'browser/sync/glue/database_model_worker.h', 2425 'browser/sync/glue/database_model_worker.h',
2426 'browser/sync/glue/extension_change_processor.cc', 2426 'browser/sync/glue/extension_change_processor.cc',
2427 'browser/sync/glue/extension_change_processor.h', 2427 'browser/sync/glue/extension_change_processor.h',
2428 'browser/sync/glue/extension_data.cc', 2428 'browser/sync/glue/extension_data.cc',
2429 'browser/sync/glue/extension_data.h', 2429 'browser/sync/glue/extension_data.h',
2430 'browser/sync/glue/extension_data_type_controller.cc', 2430 'browser/sync/glue/extension_data_type_controller.cc',
2431 'browser/sync/glue/extension_data_type_controller.h', 2431 'browser/sync/glue/extension_data_type_controller.h',
2432 'browser/sync/glue/extension_model_associator.cc', 2432 'browser/sync/glue/extension_model_associator.cc',
2433 'browser/sync/glue/extension_model_associator.h', 2433 'browser/sync/glue/extension_model_associator.h',
2434 'browser/sync/glue/extension_sync_traits.cc',
2435 'browser/sync/glue/extension_sync_traits.h',
2436 'browser/sync/glue/extension_sync.cc',
2437 'browser/sync/glue/extension_sync.h',
2434 'browser/sync/glue/extension_util.cc', 2438 'browser/sync/glue/extension_util.cc',
2435 'browser/sync/glue/extension_util.h', 2439 'browser/sync/glue/extension_util.h',
2436 'browser/sync/glue/history_model_worker.cc', 2440 'browser/sync/glue/history_model_worker.cc',
2437 'browser/sync/glue/history_model_worker.h', 2441 'browser/sync/glue/history_model_worker.h',
2438 'browser/sync/glue/password_model_worker.cc', 2442 'browser/sync/glue/password_model_worker.cc',
2439 'browser/sync/glue/password_model_worker.h', 2443 'browser/sync/glue/password_model_worker.h',
2440 'browser/sync/glue/http_bridge.cc', 2444 'browser/sync/glue/http_bridge.cc',
2441 'browser/sync/glue/http_bridge.h', 2445 'browser/sync/glue/http_bridge.h',
2442 'browser/sync/glue/model_associator.h', 2446 'browser/sync/glue/model_associator.h',
2443 'browser/sync/glue/password_change_processor.cc', 2447 'browser/sync/glue/password_change_processor.cc',
(...skipping 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after
3786 ], 3790 ],
3787 }, 3791 },
3788 ], 3792 ],
3789 } 3793 }
3790 3794
3791 # Local Variables: 3795 # Local Variables:
3792 # tab-width:2 3796 # tab-width:2
3793 # indent-tabs-mode:nil 3797 # indent-tabs-mode:nil
3794 # End: 3798 # End:
3795 # vim: set expandtab tabstop=2 shiftwidth=2: 3799 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_factory_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698