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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6905044: Refactor preference syncing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the previous fix 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 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after
1586 'browser/prefs/command_line_pref_store.cc', 1586 'browser/prefs/command_line_pref_store.cc',
1587 'browser/prefs/command_line_pref_store.h', 1587 'browser/prefs/command_line_pref_store.h',
1588 'browser/prefs/default_pref_store.cc', 1588 'browser/prefs/default_pref_store.cc',
1589 'browser/prefs/default_pref_store.h', 1589 'browser/prefs/default_pref_store.h',
1590 'browser/prefs/overlay_persistent_pref_store.cc', 1590 'browser/prefs/overlay_persistent_pref_store.cc',
1591 'browser/prefs/overlay_persistent_pref_store.h', 1591 'browser/prefs/overlay_persistent_pref_store.h',
1592 'browser/prefs/pref_change_registrar.cc', 1592 'browser/prefs/pref_change_registrar.cc',
1593 'browser/prefs/pref_change_registrar.h', 1593 'browser/prefs/pref_change_registrar.h',
1594 'browser/prefs/pref_member.cc', 1594 'browser/prefs/pref_member.cc',
1595 'browser/prefs/pref_member.h', 1595 'browser/prefs/pref_member.h',
1596 'browser/prefs/pref_model_associator.cc',
1597 'browser/prefs/pref_model_associator.h',
1596 'browser/prefs/pref_notifier.h', 1598 'browser/prefs/pref_notifier.h',
1597 'browser/prefs/pref_notifier_impl.cc', 1599 'browser/prefs/pref_notifier_impl.cc',
1598 'browser/prefs/pref_notifier_impl.h', 1600 'browser/prefs/pref_notifier_impl.h',
1599 'browser/prefs/pref_service.cc', 1601 'browser/prefs/pref_service.cc',
1600 'browser/prefs/pref_service.h', 1602 'browser/prefs/pref_service.h',
1601 'browser/prefs/pref_set_observer.cc', 1603 'browser/prefs/pref_set_observer.cc',
1602 'browser/prefs/pref_set_observer.h', 1604 'browser/prefs/pref_set_observer.h',
1603 'browser/prefs/pref_value_map.cc', 1605 'browser/prefs/pref_value_map.cc',
1604 'browser/prefs/pref_value_map.h', 1606 'browser/prefs/pref_value_map.h',
1605 'browser/prefs/pref_value_store.cc', 1607 'browser/prefs/pref_value_store.cc',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
1910 'browser/sync/glue/extension_sync.cc', 1912 'browser/sync/glue/extension_sync.cc',
1911 'browser/sync/glue/extension_sync.h', 1913 'browser/sync/glue/extension_sync.h',
1912 'browser/sync/glue/extension_sync_traits.cc', 1914 'browser/sync/glue/extension_sync_traits.cc',
1913 'browser/sync/glue/extension_sync_traits.h', 1915 'browser/sync/glue/extension_sync_traits.h',
1914 'browser/sync/glue/extension_util.cc', 1916 'browser/sync/glue/extension_util.cc',
1915 'browser/sync/glue/extension_util.h', 1917 'browser/sync/glue/extension_util.h',
1916 'browser/sync/glue/foreign_session_tracker.cc', 1918 'browser/sync/glue/foreign_session_tracker.cc',
1917 'browser/sync/glue/foreign_session_tracker.h', 1919 'browser/sync/glue/foreign_session_tracker.h',
1918 'browser/sync/glue/frontend_data_type_controller.cc', 1920 'browser/sync/glue/frontend_data_type_controller.cc',
1919 'browser/sync/glue/frontend_data_type_controller.h', 1921 'browser/sync/glue/frontend_data_type_controller.h',
1922 'browser/sync/glue/generic_change_processor.cc',
1923 'browser/sync/glue/generic_change_processor.h',
1920 'browser/sync/glue/history_model_worker.cc', 1924 'browser/sync/glue/history_model_worker.cc',
1921 'browser/sync/glue/history_model_worker.h', 1925 'browser/sync/glue/history_model_worker.h',
1922 'browser/sync/glue/http_bridge.cc', 1926 'browser/sync/glue/http_bridge.cc',
1923 'browser/sync/glue/http_bridge.h', 1927 'browser/sync/glue/http_bridge.h',
1924 'browser/sync/glue/model_associator.h', 1928 'browser/sync/glue/model_associator.h',
1925 'browser/sync/glue/non_frontend_data_type_controller.cc', 1929 'browser/sync/glue/non_frontend_data_type_controller.cc',
1926 'browser/sync/glue/non_frontend_data_type_controller.h', 1930 'browser/sync/glue/non_frontend_data_type_controller.h',
1927 'browser/sync/glue/password_change_processor.cc', 1931 'browser/sync/glue/password_change_processor.cc',
1928 'browser/sync/glue/password_change_processor.h', 1932 'browser/sync/glue/password_change_processor.h',
1929 'browser/sync/glue/password_data_type_controller.cc', 1933 'browser/sync/glue/password_data_type_controller.cc',
1930 'browser/sync/glue/password_data_type_controller.h', 1934 'browser/sync/glue/password_data_type_controller.h',
1931 'browser/sync/glue/password_model_associator.cc', 1935 'browser/sync/glue/password_model_associator.cc',
1932 'browser/sync/glue/password_model_associator.h', 1936 'browser/sync/glue/password_model_associator.h',
1933 'browser/sync/glue/password_model_worker.cc', 1937 'browser/sync/glue/password_model_worker.cc',
1934 'browser/sync/glue/password_model_worker.h', 1938 'browser/sync/glue/password_model_worker.h',
1935 'browser/sync/glue/preference_change_processor.cc',
1936 'browser/sync/glue/preference_change_processor.h',
1937 'browser/sync/glue/preference_data_type_controller.cc', 1939 'browser/sync/glue/preference_data_type_controller.cc',
1938 'browser/sync/glue/preference_data_type_controller.h', 1940 'browser/sync/glue/preference_data_type_controller.h',
1939 'browser/sync/glue/preference_model_associator.cc',
1940 'browser/sync/glue/preference_model_associator.h',
1941 'browser/sync/glue/session_change_processor.cc', 1941 'browser/sync/glue/session_change_processor.cc',
1942 'browser/sync/glue/session_change_processor.h', 1942 'browser/sync/glue/session_change_processor.h',
1943 'browser/sync/glue/session_data_type_controller.cc', 1943 'browser/sync/glue/session_data_type_controller.cc',
1944 'browser/sync/glue/session_data_type_controller.h', 1944 'browser/sync/glue/session_data_type_controller.h',
1945 'browser/sync/glue/session_model_associator.cc', 1945 'browser/sync/glue/session_model_associator.cc',
1946 'browser/sync/glue/session_model_associator.h', 1946 'browser/sync/glue/session_model_associator.h',
1947 'browser/sync/glue/sync_backend_host.cc', 1947 'browser/sync/glue/sync_backend_host.cc',
1948 'browser/sync/glue/sync_backend_host.h', 1948 'browser/sync/glue/sync_backend_host.h',
1949 'browser/sync/glue/synchronized_preferences.h',
1950 'browser/sync/glue/theme_change_processor.cc', 1949 'browser/sync/glue/theme_change_processor.cc',
1951 'browser/sync/glue/theme_change_processor.h', 1950 'browser/sync/glue/theme_change_processor.h',
1952 'browser/sync/glue/theme_data_type_controller.cc', 1951 'browser/sync/glue/theme_data_type_controller.cc',
1953 'browser/sync/glue/theme_data_type_controller.h', 1952 'browser/sync/glue/theme_data_type_controller.h',
1954 'browser/sync/glue/theme_model_associator.cc', 1953 'browser/sync/glue/theme_model_associator.cc',
1955 'browser/sync/glue/theme_model_associator.h', 1954 'browser/sync/glue/theme_model_associator.h',
1956 'browser/sync/glue/theme_util.cc', 1955 'browser/sync/glue/theme_util.cc',
1957 'browser/sync/glue/theme_util.h', 1956 'browser/sync/glue/theme_util.h',
1958 'browser/sync/glue/typed_url_change_processor.cc', 1957 'browser/sync/glue/typed_url_change_processor.cc',
1959 'browser/sync/glue/typed_url_change_processor.h', 1958 'browser/sync/glue/typed_url_change_processor.h',
(...skipping 2507 matching lines...) Expand 10 before | Expand all | Expand 10 after
4467 'hard_dependency': 1, 4466 'hard_dependency': 1,
4468 }, 4467 },
4469 ], 4468 ],
4470 } 4469 }
4471 4470
4472 # Local Variables: 4471 # Local Variables:
4473 # tab-width:2 4472 # tab-width:2
4474 # indent-tabs-mode:nil 4473 # indent-tabs-mode:nil
4475 # End: 4474 # End:
4476 # vim: set expandtab tabstop=2 shiftwidth=2: 4475 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698