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

Side by Side Diff: chrome/chrome.gyp

Issue 2075012: Replace changes_channel with an observer list. (Closed)
Patch Set: Ready for checkin Created 10 years, 6 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/util/channel_unittest.cc ('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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 'browser/sync/syncable/model_type.cc', 883 'browser/sync/syncable/model_type.cc',
884 'browser/sync/syncable/model_type.h', 884 'browser/sync/syncable/model_type.h',
885 'browser/sync/syncable/path_name_cmp.h', 885 'browser/sync/syncable/path_name_cmp.h',
886 'browser/sync/syncable/syncable-inl.h', 886 'browser/sync/syncable/syncable-inl.h',
887 'browser/sync/syncable/syncable.cc', 887 'browser/sync/syncable/syncable.cc',
888 'browser/sync/syncable/syncable.h', 888 'browser/sync/syncable/syncable.h',
889 'browser/sync/syncable/syncable_changes_version.h', 889 'browser/sync/syncable/syncable_changes_version.h',
890 'browser/sync/syncable/syncable_columns.h', 890 'browser/sync/syncable/syncable_columns.h',
891 'browser/sync/syncable/syncable_id.cc', 891 'browser/sync/syncable/syncable_id.cc',
892 'browser/sync/syncable/syncable_id.h', 892 'browser/sync/syncable/syncable_id.h',
893 'browser/sync/util/channel.h',
893 'browser/sync/util/character_set_converters.h', 894 'browser/sync/util/character_set_converters.h',
894 'browser/sync/util/character_set_converters_posix.cc', 895 'browser/sync/util/character_set_converters_posix.cc',
895 'browser/sync/util/character_set_converters_win.cc', 896 'browser/sync/util/character_set_converters_win.cc',
896 'browser/sync/util/closure.h', 897 'browser/sync/util/closure.h',
897 'browser/sync/util/crypto_helpers.cc', 898 'browser/sync/util/crypto_helpers.cc',
898 'browser/sync/util/crypto_helpers.h', 899 'browser/sync/util/crypto_helpers.h',
899 'browser/sync/util/dbgq.h', 900 'browser/sync/util/dbgq.h',
900 'browser/sync/util/extensions_activity_monitor.cc', 901 'browser/sync/util/extensions_activity_monitor.cc',
901 'browser/sync/util/extensions_activity_monitor.h', 902 'browser/sync/util/extensions_activity_monitor.h',
902 'browser/sync/util/fast_dump.h', 903 'browser/sync/util/fast_dump.h',
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
1721 }], # targets 1722 }], # targets
1722 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1723 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1723 ], # 'conditions' 1724 ], # 'conditions'
1724 } 1725 }
1725 1726
1726 # Local Variables: 1727 # Local Variables:
1727 # tab-width:2 1728 # tab-width:2
1728 # indent-tabs-mode:nil 1729 # indent-tabs-mode:nil
1729 # End: 1730 # End:
1730 # vim: set expandtab tabstop=2 shiftwidth=2: 1731 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/util/channel_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698