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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6811003: [Sync] Make generic non-frontend thread datatype controller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copy paste :( Created 9 years, 8 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after
1891 'browser/sync/glue/extension_util.h', 1891 'browser/sync/glue/extension_util.h',
1892 'browser/sync/glue/foreign_session_tracker.cc', 1892 'browser/sync/glue/foreign_session_tracker.cc',
1893 'browser/sync/glue/foreign_session_tracker.h', 1893 'browser/sync/glue/foreign_session_tracker.h',
1894 'browser/sync/glue/frontend_data_type_controller.cc', 1894 'browser/sync/glue/frontend_data_type_controller.cc',
1895 'browser/sync/glue/frontend_data_type_controller.h', 1895 'browser/sync/glue/frontend_data_type_controller.h',
1896 'browser/sync/glue/history_model_worker.cc', 1896 'browser/sync/glue/history_model_worker.cc',
1897 'browser/sync/glue/history_model_worker.h', 1897 'browser/sync/glue/history_model_worker.h',
1898 'browser/sync/glue/http_bridge.cc', 1898 'browser/sync/glue/http_bridge.cc',
1899 'browser/sync/glue/http_bridge.h', 1899 'browser/sync/glue/http_bridge.h',
1900 'browser/sync/glue/model_associator.h', 1900 'browser/sync/glue/model_associator.h',
1901 'browser/sync/glue/non_frontend_data_type_controller.cc',
1902 'browser/sync/glue/non_frontend_data_type_controller.h',
1901 'browser/sync/glue/password_change_processor.cc', 1903 'browser/sync/glue/password_change_processor.cc',
1902 'browser/sync/glue/password_change_processor.h', 1904 'browser/sync/glue/password_change_processor.h',
1903 'browser/sync/glue/password_data_type_controller.cc', 1905 'browser/sync/glue/password_data_type_controller.cc',
1904 'browser/sync/glue/password_data_type_controller.h', 1906 'browser/sync/glue/password_data_type_controller.h',
1905 'browser/sync/glue/password_model_associator.cc', 1907 'browser/sync/glue/password_model_associator.cc',
1906 'browser/sync/glue/password_model_associator.h', 1908 'browser/sync/glue/password_model_associator.h',
1907 'browser/sync/glue/password_model_worker.cc', 1909 'browser/sync/glue/password_model_worker.cc',
1908 'browser/sync/glue/password_model_worker.h', 1910 'browser/sync/glue/password_model_worker.h',
1909 'browser/sync/glue/preference_change_processor.cc', 1911 'browser/sync/glue/preference_change_processor.cc',
1910 'browser/sync/glue/preference_change_processor.h', 1912 'browser/sync/glue/preference_change_processor.h',
(...skipping 2491 matching lines...) Expand 10 before | Expand all | Expand 10 after
4402 'hard_dependency': 1, 4404 'hard_dependency': 1,
4403 }, 4405 },
4404 ], 4406 ],
4405 } 4407 }
4406 4408
4407 # Local Variables: 4409 # Local Variables:
4408 # tab-width:2 4410 # tab-width:2
4409 # indent-tabs-mode:nil 4411 # indent-tabs-mode:nil
4410 # End: 4412 # End:
4411 # vim: set expandtab tabstop=2 shiftwidth=2: 4413 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_typed_url_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698